[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug48182.phpt trunk/ext/openssl/tests/bug48182.phpt

2010-04-20 Thread Antony Dovgal
tony2001 Tue, 20 Apr 2010 10:04:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298200 Log: fix infinite loop in the test Changed paths: U php/php-src/branches/PHP_5_3/ext/openssl/tests/bug48182.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend.c Zend/zend_API.c Zend/zend_builtin_functions.c Zend/zend_closures.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_execute.c Zend/zend_execute.h Z

2010-04-20 Thread Dmitry Stogov
dmitry Tue, 20 Apr 2010 10:57:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298203 Log: Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/main/ main.c

2010-04-20 Thread Dmitry Stogov
dmitry Tue, 20 Apr 2010 11:07:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298205 Log: Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/isset_003.phpt Zend/tests/isset_003_2_4.phpt Zend/zend.h Zend/zend_API.h Zend/zend_compile.c Zend/zend_compile.h Zend/zend_execute.c Zend/zend_execut

2010-04-20 Thread Dmitry Stogov
dmitry Tue, 20 Apr 2010 11:16:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298207 Log: Added a number of small performance tweaks and optimizations . ZEND_RECV now always has IS_CV as its result . ZEND_CATCH now has to be used only with

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

2010-04-20 Thread Felipe Pena
felipe Tue, 20 Apr 2010 11:49:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298210 Log: - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal) Patch by: cbandy at jbandy dot com Bug: http://bugs.php.net/51608

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

2010-04-20 Thread Dmitry Stogov
dmitry Tue, 20 Apr 2010 12:30:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298213 Log: Fixed bug #48781 (Cyclical garbage collector memory leak) Bug: http://bugs.php.net/48781 (Assigned) Cyclical garbage collector memory leak

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

2010-04-20 Thread Antony Dovgal
tony2001 Tue, 20 Apr 2010 12:50:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298215 Log: fix build Changed paths: U php/php-src/branches/PHP_5_3/ext/curl/interface.c U php/php-src/trunk/ext/curl/interface.c Modified:

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

2010-04-20 Thread Felipe Pena
felipe Tue, 20 Apr 2010 14:11:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298218 Log: - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter) Bug: http://bugs.php.net/51609 (Open) pg_copy_to: Invalid results when

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/php_date.c branches/PHP_5_3/ext/date/tests/bug49700.phpt trunk/ext/date/php_date.c trunk/ext/date/tests/bug49700.phpt

2010-04-20 Thread Dmitry Stogov
dmitry Tue, 20 Apr 2010 15:41:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298222 Log: Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled) Bug: http://bugs.php.net/49700 (Assigned) memory leaks in php_date.c if

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

2010-04-20 Thread Felipe Pena
felipe Tue, 20 Apr 2010 15:59:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298223 Log: - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument) Patch by: cbandy at jbandy dot com Bug: http://bugs.php.net/51607

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/simplexml/simplexml.c branches/PHP_5_2/ext/simplexml/tests/bug51615.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/simplexml/si

2010-04-20 Thread Felipe Pena
felipe Tue, 20 Apr 2010 16:24:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298224 Log: - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML) Bug: http://bugs.php.net/51615 (Open) PHP crash with wrong HTML in SimpleXML Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/simplexml/tests/bug51615.phpt branches/PHP_5_3/ext/simplexml/tests/bug51615.phpt trunk/ext/simplexml/tests/bug51615.phpt

2010-04-20 Thread Felipe Pena
felipe Tue, 20 Apr 2010 16:45:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298225 Log: - Improve test Changed paths: U php/php-src/branches/PHP_5_2/ext/simplexml/tests/bug51615.phpt U

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

2010-04-20 Thread Andrey Hristov
andrey Tue, 20 Apr 2010 18:04:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298229 Log: It is possible that change user tries an user who has old password. Instead of error message that doesn't say much there is more information now.

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

2010-04-20 Thread Andrey Hristov
andrey Tue, 20 Apr 2010 19:09:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298230 Log: put the trigger in the right place Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c U

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ closure_037.phpt

2010-04-20 Thread Stanislav Malyshev
stas Tue, 20 Apr 2010 19:46:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298233 Log: add test for self:: and static:: Changed paths: A php/php-src/trunk/Zend/tests/closure_037.phpt Added:

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

2010-04-20 Thread Andrey Hristov
andrey Tue, 20 Apr 2010 20:02:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298235 Log: Hardening the reads of mysqlnd. All packets but the row data packet are read into preallocated buffer, either on the stack or on the heap (cmd_buffer).

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/ fpm/fpm_conf.c fpm/fpm_conf.h fpm/fpm_php.c fpm/fpm_php.h php-fpm.conf.in

2010-04-20 Thread Jérôme Loyet
fat Tue, 20 Apr 2010 21:13:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298236 Log: Change php_defines in configuration file to php_value,php_admin_value,php_flag,php_admin_flag (as in the apache sapi). php_admin* sets values as

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/fpm/ fpm_main.c

2010-04-20 Thread Jérôme Loyet
fat Tue, 20 Apr 2010 23:28:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298238 Log: Add a check request_method. If fcgi protocol is not followed, a segfault can occur. Changed paths: U php/php-src/trunk/sapi/fpm/fpm/fpm_main.c

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/fpm/ fpm_main.c

2010-04-20 Thread Jérôme Loyet
fat Tue, 20 Apr 2010 23:31:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298239 Log: typo Changed paths: U php/php-src/trunk/sapi/fpm/fpm/fpm_main.c Modified: php/php-src/trunk/sapi/fpm/fpm/fpm_main.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS ext/pdo_pgsql/config.m4 ext/pdo_pgsql/php_pdo_pgsql_int.h

2010-04-20 Thread Felipe Pena
felipe Wed, 21 Apr 2010 01:18:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298240 Log: - Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL 7.4) # Just in this branch, as config.m4 in the 5_3 branch states that 7.4+ is required