[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/sapi/cli/php_cli.c trunk/sapi/cli/php_cli.c

2010-09-14 Thread Pierre Joye
pajoye Tue, 14 Sep 2010 10:36:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303357 Log: - fix #48831 php -i has different output to php --ini Bug: http://bugs.php.net/48831 (Assigned) php -i has different output to php --ini

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c branches/PHP_5_3/ext/curl/tests/bug52827.phpt trunk/ext/curl/interface.c trunk/ext/curl/tests/bug52827.phpt

2010-09-14 Thread Adam Harvey
aharvey Tue, 14 Sep 2010 10:58:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303361 Log: Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)). Patch by Gustavo. Bug: http://bugs.php.net/52827 (Assigned) cURL leaks

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_hash.c trunk/Zend/zend_hash.c

2010-09-14 Thread Johannes Schlüter
johannes Tue, 14 Sep 2010 14:26:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303364 Log: - Don't be silent on bailout Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_hash.c U php/php-src/trunk/Zend/zend_hash.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c trunk/sapi/fpm/fpm/fpm_conf.c

2010-09-14 Thread Jérôme Loyet
fat Tue, 14 Sep 2010 15:33:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303365 Log: - remove a memory leak (missing efree()) Changed paths: U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_conf.c U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqli/ mysqli.c tests/mysqli_magic_quotes.phpt

2010-09-14 Thread Andrey Hristov
andrey Tue, 14 Sep 2010 16:09:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303366 Log: unify magic quotes handling. Also fix a problem which resulted in a longjmp in debug PHP,because of usage of zval that is NULL in a hash context.

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mssql/php_mssql.c trunk/ext/mssql/php_mssql.c

2010-09-14 Thread Felipe Pena
felipe Wed, 15 Sep 2010 02:12:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303375 Log: - Fixed bug #52843 (Segfault when optional parameters are not passed in to mssql_connect) Bug: http://bugs.php.net/52843 (Open) Segfault when optional