-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Add in support for setting a process title. #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conflicts: NEWS
Conflicts: NEWS
On second thoughts, while the behaviour _is_ broken, this isn't the right fix. This reverts commit 9b5cb0e.
… culpa." This reverts commit 0510701.
On second thoughts, while the behaviour _is_ broken, this isn't the right fix. This reverts commit 9b5cb0e.
… culpa." This reverts commit 0510701.
Conflicts: NEWS
…PHP-5.5 * remotes/cataphract/strtr_wu94_55: Fixed inconsequential bug in strtr() UPGRADING.INTERNALS: document zend_qsort_r Add zend_qsort_r & use it in strtr NEWS for bug #63893 Remove _GNU_SOURCE, add local heap sort The compiler can figure this out Remove unused block strtr() with 2nd param array - optimization Refactoring, bugs & leaks Optimize strtr w/ 2nd arg array
* PHP-5.5: Fixed inconsequential bug in strtr() UPGRADING.INTERNALS: document zend_qsort_r Add zend_qsort_r & use it in strtr NEWS for bug #63893 Remove _GNU_SOURCE, add local heap sort The compiler can figure this out Remove unused block strtr() with 2nd param array - optimization Refactoring, bugs & leaks Optimize strtr w/ 2nd arg array
Implements FR #46487
* PHP-5.4: fixed build NEWS for bug #63893 Conflicts: NEWS
* PHP-5.5: fixed build NEWS for bug #63893
* PHP-5.5: - Fixed ZTS build
* PHP-5.4: Update the arguments in the prototype of fpm_socket_unix_test_connect().
* PHP-5.5: Update the arguments in the prototype of fpm_socket_unix_test_connect().
Add support for flags and name for commit/rollback in libmysql mode
Conflicts: NEWS
begin_transaction()
Conflicts: NEWS
@keyurdg if the RFC will be accepted, it will be merged to 5.5 and master only. Could you rebase your PR? Otherwise: pretty cool PR 👍 |
This is not going to be in 5.4 please rebase it to 5.5. Overall I think it's a good addition. |
Will open a new pull request off of "master" (5.5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RFC: https://wiki.php.net/rfc/cli_process_title
Discussion: http://marc.info/?t=136021582000003&r=1&w=2
If I should make the requests against a different branch, please let me know.