nikicSat, 18 Feb 2012 14:58:19 +
Revision: http://svn.php.net/viewvc?view=revision&revision=323331
Log:
Fix bug #61097 Memory leak in xmlrpc functions copying zvals
Needs to be merged to 5.4.
Bug: https://bugs.php.net/61097 (Assigned) Memory leak in xmlrp
nikicSat, 18 Feb 2012 13:39:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=323330
Log:
Fix headers generated by phar
sapi_header_line.line_len is the length without null terminator, so one has to
take sizeof - 1. This fixes some test failu
nikicSat, 18 Feb 2012 11:59:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=323324
Log:
Fix cli server tests broken by r323078
Needs to be merged to 5.4 after r323078 is merged.
Changed paths:
U php/php-src/trunk/sapi/cli/tests/php_c