summaryrefslogtreecommitdiff
path: root/sapi/cli/ps_title.c
Commit message (Collapse)AuthorAgeFilesLines
* Move includes in ps_title.cDavid Carlier2017-12-161-10/+11
| | | | | | The HAVE_UNISTD_H check has to be after including config.h. Also include sys/types.h, which may be needed for setproctitle.
* fix buffer overflowAnatol Belski2017-04-031-2/+1
|
* pull ps_title behind the logic to support the current codepageAnatol Belski2016-08-111-23/+14
|
* couple of resource leaks fixes and use after free'sDavid Carlier2016-06-271-1/+3
|
* don't expect set/get title symbols are always thereAnatol Belski2015-03-181-3/+35
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|
* fix var declaration used by macro conditionsAnatol Belski2014-11-101-0/+2
|
* fix sprintf specAnatol Belski2014-11-101-1/+1
|
* fix compilation warningAnatol Belski2014-10-101-1/+1
|
* fix formatAnatol Belski2014-09-141-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* leave a sane environment behind (even if empty) when exitingNuno Lopes2013-04-071-0/+4
| | | | some OS atexit() handlers call getenv()
* missed part of the patchXinchen Hui2013-03-291-0/+1
|
* Fixed bug #64544 (Valgrind warnings after using putenv)Xinchen Hui2013-03-291-5/+7
| | | | | The frozen_envion is needed, since if an item in environ is updated (like the test script HOME one), invalid free still shows up
* Patch for Bug #64544.Keyur Govande2013-03-291-4/+8
| | | | | | The process title change module keeps track of the locally allocated environ, so it doesn't need to worry about when environ changes underneath it, for example by putenv()/setenv()
* Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)Keyur Govande2013-03-071-0/+426
A new commit into branch 5.5