[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-12-10 Thread Gustavo André dos Santos Lopes
cataphract Fri, 10 Dec 2010 07:59:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306171 Log: - I had forgotten to commit UPGRADING (for enable_post_data_processing). Changed paths: U php/php-src/trunk/UPGRADING Modified:

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

2010-12-10 Thread Felipe Pena
felipe Fri, 10 Dec 2010 11:26:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306179 Log: - Cosmetics 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/Zend/ zend_compile.c

2010-12-10 Thread Felipe Pena
felipe Fri, 10 Dec 2010 11:33:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306181 Log: - Fixed ZTS build Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_compile.c Modified: php/php-src/branches/PHP_5_3/Zend/zend_compile.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS main/fopen_wrappers.c

2010-12-10 Thread Ilia Alshanetsky
iliaaFri, 10 Dec 2010 12:50:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306184 Log: Fixed bug #53516 (Regression in open_basedir handling). Bug: http://bugs.php.net/53516 (Open) open_basedir BUG introduced in PHP 5.2.15 Changed

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/zip/zip_stream.c trunk/ext/zip/zip_stream.c

2010-12-10 Thread Hannes Magnússon
On Wed, Nov 3, 2010 at 22:48, Pierre Joye paj...@php.net wrote: pajoye                                   Wed, 03 Nov 2010 21:48:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305063 Log: - add stat support for zip:// does that mean filesize(zip://archive.zip#foobar) and

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ config.w32 confutils.js

2010-12-10 Thread Pierre Joye
pajoye Fri, 10 Dec 2010 16:10:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306189 Log: - add initial PHP_INSTALL_HEADERS, one step closer to phpize Changed paths: U php/php-src/trunk/win32/build/config.w32 U

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile

2010-12-10 Thread Pierre Joye
pajoye Fri, 10 Dec 2010 17:11:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306190 Log: - install headers, missed that one Changed paths: U php/php-src/trunk/win32/build/Makefile Modified: php/php-src/trunk/win32/build/Makefile

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

2010-12-10 Thread Felipe Pena
felipe Fri, 10 Dec 2010 17:50:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306192 Log: - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) patch by: gyp at balabit dot hu Bug: http://bugs.php.net/53517 (Closed)

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS main/fopen_wrappers.c

2010-12-10 Thread Christopher Jones
Is there a test for this? Chris On 12/10/2010 04:50 AM, Ilia Alshanetsky wrote: iliaaFri, 10 Dec 2010 12:50:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306184 Log: Fixed bug #53516 (Regression in open_basedir handling). Bug:

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS main/fopen_wrappers.c

2010-12-10 Thread Ilia Alshanetsky
Going to see if we can add one. On Fri, Dec 10, 2010 at 4:33 PM, Christopher Jones christopher.jo...@oracle.com wrote: Is there a test for this? Chris On 12/10/2010 04:50 AM, Ilia Alshanetsky wrote: iliaa                                    Fri, 10 Dec 2010 12:50:25 + Revision:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_array.c branches/PHP_5_3/ext/spl/tests/bug53515.phpt trunk/ext/spl/spl_array.c trunk/ext/spl/tests/bug53515.phpt

2010-12-10 Thread Felipe Pena
felipe Fri, 10 Dec 2010 23:58:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306213 Log: - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values) Bug: http://bugs.php.net/53515 (Open) property_exists incorrect on

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/sapi/litespeed/ lsapi_main.c lsapilib.c lsapilib.h

2010-12-10 Thread Johannes Schlüter
On Fri, 2010-12-10 at 22:51 +, George Wang wrote: gwangFri, 10 Dec 2010 22:51:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306212 Log: fixed keyLen validation point Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/php_fopen_wrapper.c trunk/ext/standard/info.c trunk/ext/standard/php_fopen_wrapper.c

2010-12-10 Thread Gustavo André dos Santos Lopes
cataphract Sat, 11 Dec 2010 01:52:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306215 Log: - Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen) Bugs: http://bugs.php.net/26158 (Bogus) Open arbitrary file

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/php_fopen_wrapper.c branches/PHP_5_3/ext/standard/tests/file/php_fd_wrapper_01.phpt branches/PHP_5_3/ext/standard/tests/file/php_fd_wrapper_0

2010-12-10 Thread Gustavo André dos Santos Lopes
cataphract Sat, 11 Dec 2010 02:08:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306216 Log: - Tests and small parsing correction for php://fd wrapper Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/php_fopen_wrapper.c A