Re: [PHP-CVS] com php-src: Add json_last_error_msg() function: ext/json/json.c ext/json/tests/003.phpt ext/json/tests/004.phpt ext/json/tests/007.phpt ext/json/tests/bug54058.phpt ext/json/tests/bug61

2012-06-28 Thread Peter Cowburn
On 28 June 2012 19:11, Nikita Popov ni...@php.net wrote: Commit:    974324676b2436f159f42d9241c569f813471684 Author:    Nikita Popov ni...@php.net         Thu, 28 Jun 2012 20:09:47 +0200 Parents:   b025b9d0cf9921d26fc4dad43cf26390d0a8c5dd Branches:  PHP-5.3 PHP-5.4 Link:      

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-11-22 Thread Peter Cowburn
Hi docs folks, What are your thoughts on how to treat the get_magic_quotes_(gpc|runtime) functions, in the documentation. Traditionally we mark functions as deprecated if they're deprecated in the code (e.g. PHP_DEP_FE), but that's not the case for these two. Should we just say in the change log

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/tests/php_cli_server_004.phpt branches/PHP_5_4/sapi/cli/tests/php_cli_server_005.phpt branches/PHP_5_4/sapi/cli/tests/php_cli_server_006.phpt bra

2011-11-11 Thread Peter Cowburn
salathe Fri, 11 Nov 2011 11:26:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319046 Log: broaden php version wildcard in cli server tests Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/tests/php_cli_server_004.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/tests/php_cli_server_008.phpt branches/PHP_5_4/sapi/cli/tests/php_cli_server_009.phpt trunk/sapi/cli/tests/php_cli_server_008.phpt trunk/sapi/cli

2011-11-11 Thread Peter Cowburn
salathe Fri, 11 Nov 2011 11:33:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319047 Log: broaden php version wildcard in cli server tests (missed a few) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/spl/spl_directory.c branches/PHP_5_4/ext/spl/tests/bug60201.phpt trunk/ext/spl/spl_directory.c trunk/ext/spl/tests/bug60201.phpt

2011-11-02 Thread Peter Cowburn
salathe Wed, 02 Nov 2011 13:24:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318686 Log: add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201) Bug: https://bugs.php.net/60201 (Assigned)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/php.ini-development branches/PHP_5_4/php.ini-production trunk/php.ini-development trunk/php.ini-production

2011-10-03 Thread Peter Cowburn
salathe Mon, 03 Oct 2011 08:40:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317640 Log: Fix php.ini comment (#55834) Bug: https://bugs.php.net/55834 (Open) The issue of configuration text in php.ini file. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/php.ini-development branches/PHP_5_4/php.ini-production trunk/php.ini-development trunk/php.ini-production

2011-10-03 Thread Peter Cowburn
salathe Mon, 03 Oct 2011 08:45:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=317641 Log: typofix (procgress to progress) Changed paths: U php/php-src/branches/PHP_5_4/php.ini-development U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/spl/php_spl.c branches/PHP_5_4/ext/spl/spl_iterators.h trunk/ext/spl/php_spl.c trunk/ext/spl/spl_iterators.h

2011-07-27 Thread Peter Cowburn
salathe Wed, 27 Jul 2011 08:48:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313763 Log: added (recursive)callbackfilteriterator to spl_classes() (bug #55287) Bug: https://bugs.php.net/55287 (Open) trunk's spl_classes() not includes

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

2011-06-29 Thread Peter Cowburn
() method. (Joshua Thijssen) . Added SplObjectStorage::getHash() hook. (Etienne) - . Added SplFileInfo::getExtension(). FR #48767. (Peter Cowburn) . Added CallbackFilterIterator and RecursiveCallbackFilterIterator. (Arnaud) - Improved ZLIB extension: Modified: php/php-src/trunk/NEWS

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

2011-04-30 Thread Peter Cowburn
salathe Sat, 30 Apr 2011 12:57:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310658 Log: fix method name in JsonSerializable exception message Changed paths: U php/php-src/trunk/ext/json/json.c Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2011-02-11 Thread Peter Cowburn
) @@ -148,7 +148,8 @@ . Fixed bug #53914 (SPL assumes HAVE_GLOB is defined). (Chris Jones) . Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values). (Felipe) - + . Added SplFileInfo::getExtension(). FR #48767. (Peter Cowburn) + - SQLite3 extension: . Fixed memory

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

2011-02-11 Thread Peter Cowburn
salathe Fri, 11 Feb 2011 22:31:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308266 Log: Oopsie, fix typo in UPGRADING Changed paths: U php/php-src/branches/PHP_5_3/UPGRADING Modified: php/php-src/branches/PHP_5_3/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2010-12-23 Thread Peter Cowburn
salathe Thu, 23 Dec 2010 22:32:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306593 Log: Implemented FR #48767 (SplFileInfo::getExtension()) Bug: http://bugs.php.net/48767 (Open) SplFileInfo::getExtension() Changed paths: U

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

2010-12-23 Thread Peter Cowburn
extension: . Added SplObjectStorage::getHash() hook. (Etienne) + . Added SplFileInfo::getExtension(). FR #48767. (Peter Cowburn) - Improved ZLIB extension: . Re-implemented non-file related functionality. (Mike) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/standard/basic_functions.c

2010-10-04 Thread Peter Cowburn
On 1 October 2010 10:18, Kalle Sommer Nielsen ka...@php.net wrote: -       PHP_FE(getrandmax,                                                                                                              arginfo_getrandmax) -       PHP_FE(mt_rand,                                                

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

2010-02-22 Thread Peter Cowburn
salathe Mon, 22 Feb 2010 23:55:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=295391 Log: Corrected typo in LimitIterator offset exception. Fixes #51119 Bug: http://bugs.php.net/51119 (Open) Incorrect exception message in LimitIterator