[PHP-CVS] svn: /SVNROOT/ global_avail

2010-04-26 Thread Derick Rethans
derick Mon, 26 Apr 2010 08:09:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298581 Log: - Give David C php/web karma on request by Bjori. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ crypt_sha512.c

2010-04-26 Thread Pierre Joye
pajoye Mon, 26 Apr 2010 10:34:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298587 Log: - Fix #51582, Don't assume UINT64_C it's ever available Bug: http://bugs.php.net/51582 (Assigned) Don't assume UINT64_C it's ever available

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

2010-04-26 Thread Pierre Joye
pajoye Mon, 26 Apr 2010 10:34:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298588 Log: - Fix #51582, Don't assume UINT64_C it's ever available Bug: http://bugs.php.net/51582 (Assigned) Don't assume UINT64_C it's ever available

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

2010-04-26 Thread Felipe Pena
felipe Mon, 26 Apr 2010 13:41:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298595 Log: - Fix test Changed paths: U php/php-src/trunk/Zend/tests/gc_022.phpt Modified: php/php-src/trunk/Zend/tests/gc_022.phpt

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ import_request.phpt import_request1.phpt import_request2.phpt import_request3.phpt

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:41:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298596 Log: fix skipif sections Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/import_request.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ sys_getloadavg.phpt

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:44:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298597 Log: fix test Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/sys_getloadavg.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ phpinfo.phpt

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:46:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298598 Log: fix test Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/phpinfo.phpt Modified:

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

2010-04-26 Thread Dmitry Stogov
dmitry Mon, 26 Apr 2010 13:51:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298599 Log: Fixed crash in Zend/tests/unset_cv09.phpt Changed paths: U php/php-src/trunk/Zend/zend_execute_API.c Modified:

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-04-26 Thread Derick Rethans
derick Mon, 26 Apr 2010 16:49:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298603 Log: - Fixed typo. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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

2010-04-26 Thread Ilia Alshanetsky
iliaaMon, 26 Apr 2010 18:35:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298608 Log: Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/ enchant/enchant.c fileinfo/fileinfo.c fileinfo/libmagic/apprentice.c fileinfo/libmagic/cdf.c fileinfo/libmagic/cdf.h fileinfo/libmagic/magic.c fileinf

2010-04-26 Thread Kalle Sommer Nielsen
kalleMon, 26 Apr 2010 23:55:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298626 Log: Merge safe_mode changes into extensions that are in sync in both branches Changed paths: U php/php-src/branches/PHP_5_3/ext/enchant/enchant.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ exec.c file.c

2010-04-26 Thread Pierrick Charron
pierrick Tue, 27 Apr 2010 00:09:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298630 Log: Remove unused variables Changed paths: U php/php-src/trunk/ext/standard/exec.c U php/php-src/trunk/ext/standard/file.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/spl/spl_iterators.c branches/PHP_5_2/ext/spl/tests/bug49723.phpt branches/PHP_5_3/ext/spl/spl_iterators.c branches/PHP_5_3/ext/spl/tests/bug49723.phpt

2010-04-26 Thread Etienne Kneuss
colder Tue, 27 Apr 2010 04:57:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298633 Log: Fix #49723 (Skip seek when unnecessary) Bug: http://bugs.php.net/49723 (Assigned) LimitIterator with empty ArrayIterator Changed paths: U

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

2010-04-26 Thread Etienne Kneuss
colder Tue, 27 Apr 2010 04:58:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298634 Log: Fix #49723 (Skip seek when unnecessary) Bug: http://bugs.php.net/49723 (Assigned) LimitIterator with empty ArrayIterator Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS ext/spl/spl_directory.c ext/spl/tests/bug51532.phpt

2010-04-26 Thread Etienne Kneuss
colder Tue, 27 Apr 2010 05:03:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298635 Log: Merge fix for #51532 Bug: http://bugs.php.net/51532 (Closed) Cannot override SplFileObject::fscanf() Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/pdo/pdo_stmt.c branches/PHP_5_2/ext/pdo_mysql/tests/bug_51670.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo/pdo_stmt.c bra

2010-04-26 Thread Pierrick Charron
pierrick Tue, 27 Apr 2010 05:56:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298637 Log: Fixed bug #51670 getColumnMeta causes segfault when re-executing query after calling nextRowset Bug: http://bugs.php.net/51670 (Open) getColumnMeta

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/spl/spl_directory.c branches/PHP_5_2/ext/spl/tests/bug51374.phpt branches/PHP_5_3/ext/spl/spl_directory.c branches/PHP_5_3/ext/s

2010-04-26 Thread Etienne Kneuss
colder Tue, 27 Apr 2010 05:58:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298638 Log: Fix #51374 (Wrongly initialized object properties) Bug: http://bugs.php.net/51374 (Open) initialized empty arrays in SPLFileObject subclasses fails