<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/ps_title.c, branch php-5.5.24</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Bump year</title>
<updated>2015-01-15T15:26:03+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2015-01-15T15:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=73c1be26531f730d64d61962b56eaf28ce3fc6aa'/>
<id>73c1be26531f730d64d61962b56eaf28ce3fc6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump year</title>
<updated>2014-01-03T03:06:16+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-01-03T03:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=47c902777297ce895aa915c13efdb00881af3669'/>
<id>47c902777297ce895aa915c13efdb00881af3669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>leave a sane environment behind (even if empty) when exiting</title>
<updated>2013-04-07T06:33:33+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2013-04-07T06:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e769025791e1696dcb6bc09c9b066844df4ce763'/>
<id>e769025791e1696dcb6bc09c9b066844df4ce763</id>
<content type='text'>
some OS atexit() handlers call getenv()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some OS atexit() handlers call getenv()
</pre>
</div>
</content>
</entry>
<entry>
<title>missed part of the patch</title>
<updated>2013-03-29T15:47:46+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-03-29T15:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bed44e562ea79f9c4dde720434cd6fd6e0a79bad'/>
<id>bed44e562ea79f9c4dde720434cd6fd6e0a79bad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #64544 (Valgrind warnings after using putenv)</title>
<updated>2013-03-29T15:42:50+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-03-29T15:42:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=953f07503aa695009aab729370e458dc26784a8b'/>
<id>953f07503aa695009aab729370e458dc26784a8b</id>
<content type='text'>
The frozen_envion is needed, since if an item in environ is updated
(like the test script HOME one), invalid free still shows up
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The frozen_envion is needed, since if an item in environ is updated
(like the test script HOME one), invalid free still shows up
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch for Bug #64544.</title>
<updated>2013-03-29T14:27:36+00:00</updated>
<author>
<name>Keyur Govande</name>
<email>keyur@php.net</email>
</author>
<published>2013-03-29T14:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5bf6323e5114646357197a343d202c0f1b8450a1'/>
<id>5bf6323e5114646357197a343d202c0f1b8450a1</id>
<content type='text'>
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()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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()
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)</title>
<updated>2013-03-07T18:54:34+00:00</updated>
<author>
<name>Keyur Govande</name>
<email>kgovande@gmail.com</email>
</author>
<published>2013-03-07T18:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a0a995cff356a6e7526188ad1979fac6c24b9e7e'/>
<id>a0a995cff356a6e7526188ad1979fac6c24b9e7e</id>
<content type='text'>
A new commit into branch 5.5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new commit into branch 5.5
</pre>
</div>
</content>
</entry>
</feed>
