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

2010-08-25 Thread Felipe Pena
felipe Wed, 25 Aug 2010 22:03:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=302783 Log: - Fixed bug #52699 (PDO bindValue writes long int 32bit enum) Bug: http://bugs.php.net/52699 (Open) PDO bindValue writes long int 32bit enum. Cha

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_result.c

2010-08-25 Thread Andrey Hristov
Adam Harvey wrote: On 25 August 2010 23:06, Andrey Hristov wrote: + Â Â Â Â Â Â Â php_error_docref(NULL TSRMLS_CC, E_ERROR, "magic_quotes_runtime are not supported by mysqlnd. They were deprecated in PHP 5.3 "); Is E_ERROR the appropriate level here? This could break code between 5.3

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_result.c

2010-08-25 Thread Adam Harvey
On 25 August 2010 23:06, Andrey Hristov wrote: > +               php_error_docref(NULL TSRMLS_CC, E_ERROR, > "magic_quotes_runtime are not supported by mysqlnd. They were deprecated in > PHP 5.3 "); Is E_ERROR the appropriate level here? This could break code between 5.3 point releases. OK, you

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-08-25 Thread Andrey Hristov
andrey Wed, 25 Aug 2010 15:07:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=302777 Log: here comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_result.c

2010-08-25 Thread Andrey Hristov
andrey Wed, 25 Aug 2010 15:06:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=302776 Log: Fix for bug #52221 Misbehaviour of magic_quotes_runtime (get/set)) Bug: http://bugs.php.net/52221 (Assigned) Misbehaviour of magic_quotes_runtime (get/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_fe.c trunk/ext/mysqli/mysqli_fe.c

2010-08-25 Thread Andrey Hristov
andrey Wed, 25 Aug 2010 15:02:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=302775 Log: fix the build. two mysqli functions were missing after recent commit - set_charset and get_charset Changed paths: U php/php-src/branches/PHP_5_3/e

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-08-25 Thread Pierre Joye
pajoye Wed, 25 Aug 2010 14:27:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=302774 Log: - CVE # for mops 2010-24 Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS =

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ fastcgi.c

2010-08-25 Thread Dmitry Stogov
dmitry Wed, 25 Aug 2010 13:48:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=302769 Log: Don't try to read the rest of malformed FCGI requests, close immediately. It saves one recv() call for proper FCGI request. Changed paths: U php/

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ fastcgi.c

2010-08-25 Thread Dmitry Stogov
dmitry Wed, 25 Aug 2010 11:44:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=302766 Log: ws Changed paths: U php/php-src/trunk/sapi/cgi/fastcgi.c Modified: php/php-src/trunk/sapi/cgi/fastcgi.c =

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/bug52614.phpt Zend/zend_compile.c Zend/zend_language_parser.y Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_opcodes.h

2010-08-25 Thread Dmitry Stogov
dmitry Wed, 25 Aug 2010 09:14:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=302764 Log: Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call) Bug: http://bugs.php.net/52614 (Assigned) Memory leak w