Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-09 Thread Dmitry Stogov
Hi Moriyoshi, Ops, sorry. I didn't understand your disagreement, and I didn't see any other objections. So I committed the patch as it was planned. Could you prepare a patch on top of this one? I'm also going to look into your recommendation of moving mbstring.script_encoding into

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/tests/bug42364.phpt trunk/ext/spl/tests/bug42364.phpt

2010-12-09 Thread Eyal Teutsch
eyaltThu, 09 Dec 2010 12:39:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306121 Log: test bug42364 included a superfluous ? Bug: http://bugs.php.net/42364 (Closed) Crash when using getRealPath with DirectoryIterator Changed

[PHP-CVS] svn: /php/php-src/trunk/ Zend/tests/bug53511.phpt Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/spl/tests/iterator_041b.phpt

2010-12-09 Thread Dmitry Stogov
dmitry Thu, 09 Dec 2010 16:38:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306135 Log: Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator) Bug: http://bugs.php.net/53511 (Assigned) Exceptions are lost

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

2010-12-09 Thread Pierre Joye
pajoye Thu, 09 Dec 2010 17:04:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306136 Log: - missing merge fix for #53352 Bug: http://bugs.php.net/53352 (error getting bug information) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-09 Thread Moriyoshi Koizumi
I was thinking that this is rather a *big* change, so we'd better roll our patches into one and commit it altogether. I am fine if that works for anyone else. Regards, Moriyoshi On Thu, Dec 9, 2010 at 6:11 PM, Dmitry Stogov dmi...@zend.com wrote: Hi Moriyoshi, Ops, sorry. I didn't understand

[PHP-CVS] svn: /php/php-src/tags/

2010-12-09 Thread Ilia Alshanetsky
iliaaThu, 09 Dec 2010 19:34:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306137 Log: Re-branch Changed paths: D php/php-src/tags/php_5_2_15/ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS configure.in main/php_version.h

2010-12-09 Thread Ilia Alshanetsky
iliaaThu, 09 Dec 2010 19:35:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306138 Log: Re-branch 5.2.15 Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_2/configure.in U

[PHP-CVS] svn: /php/php-src/tags/

2010-12-09 Thread Ilia Alshanetsky
iliaaThu, 09 Dec 2010 19:35:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306139 Log: Re-tag Changed paths: A + php/php-src/tags/php_5_2_15/ (from php/php-src/branches/PHP_5_2/:r306138) Property changes on:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS configure.in main/php_version.h

2010-12-09 Thread Ilia Alshanetsky
iliaaThu, 09 Dec 2010 19:36:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306140 Log: back to dev Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_2/configure.in U

[PHP-CVS] svn: /php/php-src/trunk/ main/SAPI.c main/main.c main/php_globals.h tests/basic/enable_post_data_reading_01.phpt tests/basic/enable_post_data_reading_02.phpt tests/basic/enable_post_data_rea

2010-12-09 Thread Gustavo André dos Santos Lopes
cataphract Thu, 09 Dec 2010 20:35:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306143 Log: - Added enable_post_data_reading ini option to allow inhibiting POST data consumption. Changed paths: U php/php-src/trunk/main/SAPI.c U

Re: [PHP-CVS] svn: /php/php-src/trunk/ main/SAPI.c main/main.c main/php_globals.h tests/basic/enable_post_data_reading_01.phpt tests/basic/enable_post_data_reading_02.phpt tests/basic/enable_post_data

2010-12-09 Thread Christopher Jones
On 12/09/2010 12:35 PM, Gustavo André dos Santos Lopes wrote: cataphract Thu, 09 Dec 2010 20:35:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306143 Log: - Added enable_post_data_reading ini option to allow inhibiting POST data

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_oci/oci_statement.c branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_fread_1.phpt branches/PHP_5_3/ext/pdo_oci/tests/pdo_oci_strea

2010-12-09 Thread Felipe Pena
felipe Fri, 10 Dec 2010 00:33:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306149 Log: - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10) patch by: spatar at mail dot nnov dot ru Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/intl/formatter/formatter_attr.c trunk/ext/intl/formatter/formatter_attr.c

2010-12-09 Thread Felipe Pena
felipe Fri, 10 Dec 2010 00:47:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306154 Log: - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values) Bug: http://bugs.php.net/53512 (Open) NumberFormatter::setSymbol crash on

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/intl/tests/bug53512.phpt trunk/ext/intl/tests/bug53512.phpt

2010-12-09 Thread Felipe Pena
felipe Fri, 10 Dec 2010 00:59:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306157 Log: - Added test for bug #53512 Bug: http://bugs.php.net/53512 (Closed) NumberFormatter::setSymbol crash on bogus $attr values Changed paths: A

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

2010-12-09 Thread Scott MacVicar
scottmac Fri, 10 Dec 2010 01:45:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306162 Log: Add more constants to curl_getinfo(), dependent on cURL version installed so wrapped in ifdefs Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo/tests/pdo_025.phpt trunk/ext/pdo/tests/pdo_025.phpt

2010-12-09 Thread Eyal Teutsch
eyaltThu, 09 Dec 2010 12:04:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306120 Log: pdo_025 expected a certain extra character that is not part of windows output. changed to optional char: %a - %A Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/package.xml trunk/ext/oci8/package.xml

2010-12-09 Thread Christopher Jones
sixd Fri, 10 Dec 2010 04:36:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306166 Log: Update for PECL upload that is synced with PHP 5.3.4 Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/package.xml U

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/zend_compile.c Zend/zend_globals.h Zend/zend_multibyte.c Zend/zend_multibyte.h ext/exif/exif.c ext/mbstring/mbstring.c ext/standard/html.c main/rfc1867

2010-12-09 Thread Dmitry Stogov
On 12/09/2010 08:51 PM, Moriyoshi Koizumi wrote: I was thinking that this is rather a *big* change, so we'd better roll our patches into one and commit it altogether. Sorry, that time I didn't understand that you started to improve the patch. I am fine if that works for anyone else. The

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/tests/indirect_reference_this.phpt Zend/zend_compile.c

2010-12-09 Thread Scott MacVicar
scottmac Fri, 10 Dec 2010 06:34:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306169 Log: MFH: Fix indirect reference of $this Changed paths: U php/php-src/branches/PHP_5_3/NEWS A