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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 08:04:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298692 Log: - WS Changed paths: U php/php-src/branches/PHP_5_2/ext/gd/libgd/gd.c U php/php-src/branches/PHP_5_3/ext/gd/libgd/gd.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/gd/libgd/gd.c branches/PHP_5_2/ext/gd/tests/bug51671.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/gd/libgd/gd.c branches/PHP_

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 08:23:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298693 Log: - Fix #51671, imagefill does not work correctly for small images Bug: http://bugs.php.net/51671 (Assigned) imagefill does not work correctly for small

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.c zend_API.h

2010-04-28 Thread Johannes Schlüter
johannes Wed, 28 Apr 2010 10:11:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298695 Log: spread some more const Changed paths: U php/php-src/trunk/Zend/zend_API.c U php/php-src/trunk/Zend/zend_API.h Modified:

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

2010-04-28 Thread Antony Dovgal
tony2001 Wed, 28 Apr 2010 10:36:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298696 Log: add the constant back. quite a lot of code uses it. Changed paths: U php/php-src/trunk/main/php_streams.h Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/main/ php_streams.h

2010-04-28 Thread Pierre Joye
hi Tony, I would rather do something like: #if PHP_API_VERSION 20100412 # define PHP_OPENBASEDIR_CHECKPATH(filename) \ (PG(safe_mode) (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename TSRMLS_CC) #else #define

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

2010-04-28 Thread Ilia Alshanetsky
iliaaWed, 28 Apr 2010 12:10:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298697 Log: Fixed a possible arbitrary memory access inside sqlite extension. Reported by Mateusz Kocielski. Changed paths: U

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

2010-04-28 Thread Andrey Hristov
andrey Wed, 28 Apr 2010 12:29:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298699 Log: const-ify fields Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h U

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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 14:10:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298700 Log: - fix possible Dechunking Filter Buffer Overflow Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 14:35:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298701 Log: - - Fixed #51128, imagefill() doesn't work with large images Bug: http://bugs.php.net/51128 (Assigned) imagefill() doesn't work with large images

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

2010-04-28 Thread Andrey Hristov
andrey Wed, 28 Apr 2010 15:35:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298703 Log: Fixed few buffer overflows reported by Stefan Esser. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ext/oci8/tests/ oci8safemode.phpt

2010-04-28 Thread Felipe Pena
felipe Wed, 28 Apr 2010 16:33:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298709 Log: - Fix test Changed paths: U php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt Modified: php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/tests/commit_002.phpt branches/PHP_5_3/ext/oci8/tests/refcur_prefetch_1.phpt trunk/ext/oci8/tests/commit_002.phpt trunk/ext/oci8/tests/refcur_pre

2010-04-28 Thread Christopher Jones
sixd Wed, 28 Apr 2010 17:26:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298712 Log: Mask schemaname in error messages Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/tests/commit_002.phpt U

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

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 20:47:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298727 Log: - fix build (void is evil) Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/trunk/Zend/zend_compile.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/TSRM/ config.w32

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 22:25:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298737 Log: - we don't need that anymore Changed paths: U php/php-src/branches/PHP_5_3/TSRM/config.w32 Modified: php/php-src/branches/PHP_5_3/TSRM/config.w32

[PHP-CVS] svn: /php/php-src/trunk/TSRM/ config.w32

2010-04-28 Thread Pierre Joye
pajoye Wed, 28 Apr 2010 22:26:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298738 Log: - we don't need that anymore Changed paths: U php/php-src/trunk/TSRM/config.w32 Modified: php/php-src/trunk/TSRM/config.w32

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

2010-04-28 Thread Kalle Sommer Nielsen
kalleThu, 29 Apr 2010 01:03:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298744 Log: Update UPGRADING with recent feature removals Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/ext/oci8/tests/ oci8safemode.phpt

2010-04-28 Thread Christopher Jones
sixd Thu, 29 Apr 2010 05:07:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298754 Log: Remove obsolete test Changed paths: D php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt Deleted:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8_statement.c branches/PHP_5_3/ext/oci8/package.xml branches/PHP_5_3/ext/oci8/tests/bind_empty.phpt trunk/ext/oci8/oci8_statement.c trunk/ext/

2010-04-28 Thread Christopher Jones
sixd Thu, 29 Apr 2010 05:07:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298755 Log: Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings). Updated tests check some other edge cases Bug: