felipe Wed, 21 Apr 2010 01:18:19 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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
fat Tue, 20 Apr 2010 23:31:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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
=
fat Tue, 20 Apr 2010 23:28:20 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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
M
fat Tue, 20 Apr 2010 21:13:40 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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 ZEND_IN
andrey Tue, 20 Apr 2010 20:02:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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). T
stas Tue, 20 Apr 2010 19:46:30 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298233
Log:
add test for self:: and static::
Changed paths:
A php/php-src/trunk/Zend/tests/closure_037.phpt
Added: php/php-src/trunk/Zend/tests/closure_037.p
andrey Tue, 20 Apr 2010 19:09:56 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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/php-src/trunk/ext/
andrey Tue, 20 Apr 2010 18:04:24 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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.
Change
felipe Tue, 20 Apr 2010 16:45:46 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298225
Log:
- Improve test
Changed paths:
U php/php-src/branches/PHP_5_2/ext/simplexml/tests/bug51615.phpt
U php/php-src/branches/PHP_5_3/ext/simplexml/
felipe Tue, 20 Apr 2010 16:24:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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
felipe Tue, 20 Apr 2010 15:59:01 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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 (
dmitry Tue, 20 Apr 2010 15:41:35 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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 ga
johannes Tue, 20 Apr 2010 15:29:03 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298221
Log:
WS
Changed paths:
U php/php-src/trunk/Zend/zend_execute.c
Modified: php/php-src/trunk/Zend/zend_execute.c
===
felipe Tue, 20 Apr 2010 14:11:53 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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 usin
tony2001 Tue, 20 Apr 2010 12:53:43 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298216
Log:
fix ZTS build
Changed paths:
U php/php-src/trunk/Zend/zend_closures.c
Modified: php/php-src/trunk/Zend/zend_closures.c
==
tony2001 Tue, 20 Apr 2010 12:50:02 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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/php-src
dmitry Tue, 20 Apr 2010 12:30:35 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298213
Log:
Fixed bug #48781 (Cyclical garbage collector memory leak)
Bug: http://bugs.php.net/48781 (Assigned) Cyclical garbage collector memory leak
Change
felipe Tue, 20 Apr 2010 11:49:23 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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 (
dmitry Tue, 20 Apr 2010 11:17:25 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298208
Log:
Updated version numbers
Changed paths:
U php/php-src/trunk/Zend/zend.h
U php/php-src/trunk/Zend/zend_extensions.h
U php/php-src/trunk/
dmitry Tue, 20 Apr 2010 11:16:39 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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
dmitry Tue, 20 Apr 2010 11:07:05 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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
dmitry Tue, 20 Apr 2010 10:57:45 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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/
dmitry Tue, 20 Apr 2010 10:49:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298202
Log:
Added an optimization which saves memory and emalloc/efree calls for empty
HashTables
Changed paths:
U php/php-src/trunk/NEWS
U php/php-src
dmitry Tue, 20 Apr 2010 10:44:19 +
Revision: http://svn.php.net/viewvc?view=revision&revision=298201
Log:
Added a micro benchmark which measures the performance of some primitive
operations. It's usefult to detect performance evaluation caused by new patches
tony2001 Tue, 20 Apr 2010 10:04:26 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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/php-src/trunk/ext/openssl/
25 matches
Mail list logo