[PHP-CVS] com php-src: - BFN: NEWS

2012-04-19 Thread Felipe Pena
Commit:bca2d6b985dee0d120b0f14f088c1238f8eeef15 Author:Felipe Pena Thu, 19 Apr 2012 23:23:59 -0300 Parents: d2798c6035faf1e2497a26964cb4b9672017e8d9 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bca2d6b985dee0d120b0f14f088c1238f8eeef15 Log: -

[PHP-CVS] com php-src: - BFN: NEWS

2012-04-19 Thread Felipe Pena
Commit:dd34fe52b93dd48b9667dd75f07d0a48681c3dca Author:Felipe Pena Thu, 19 Apr 2012 23:23:46 -0300 Parents: c3b0fb4fbe20e46266a792cb1f332d08ef40923b Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=dd34fe52b93dd48b9667dd75f07d0a48681c3dca Log: -

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': sapi/cgi/cgi_main.c

2012-04-19 Thread Felipe Pena
Commit:47cff264dfc9b117c7fc1904da852c92f1db3260 Author:Felipe Pena Thu, 19 Apr 2012 23:14:00 -0300 Parents: 77f43a07709ce9279d90025bffb51aa2e0f862be d2798c6035faf1e2497a26964cb4b9672017e8d9 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=47cff26

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: sapi/cgi/cgi_main.c

2012-04-19 Thread Felipe Pena
Commit:d2798c6035faf1e2497a26964cb4b9672017e8d9 Author:Felipe Pena Thu, 19 Apr 2012 23:13:37 -0300 Parents: 0a46d63f7e763c28c61773239c3173b0c0f26309 c3b0fb4fbe20e46266a792cb1f332d08ef40923b Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) patch by a...@php.net: sapi/cgi/cgi_main.c

2012-04-19 Thread Felipe Pena
Commit:c3b0fb4fbe20e46266a792cb1f332d08ef40923b Author:Felipe Pena Thu, 19 Apr 2012 23:12:47 -0300 Parents: 5cbf2d678505b6e4ab89bcfe04695e5da9dd2c0e Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c3b0fb4fbe20e46266a792cb1f332d08e

Re: [PHP-CVS] com php-src: add pg_escape_identifier/pg_escape_literal: ext/pgsql/config.m4 ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h ext/pgsql/tests/08escape.phpt

2012-04-19 Thread Yasuo Ohgaki
Thank you! -- Yasuo Ohgaki yohg...@ohgaki.net 2011/11/25 Stanislav Malyshev : > Commit:    655245afef75613551929610873d0ba09754777f > Author:    Yasuo Ohgaki         Fri, 25 Nov 2011 02:21:01 > + > Committer: Stanislav Malyshev      Thu, 19 Apr 2012 13:40:24 > -0700 > Parents:   106e0a2

[PHP-CVS] com php-src: - Fixed expected test result (patch by a...@php.net in #61769): sapi/cli/tests/php_cli_server_017.phpt

2012-04-19 Thread Felipe Pena
Commit:0a46d63f7e763c28c61773239c3173b0c0f26309 Author:Felipe Pena Thu, 19 Apr 2012 20:15:11 -0300 Parents: d5bd45429cfe5b50de1989d3fe4f90fc21869456 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0a46d63f7e763c28c61773239c3173b0c0f26309

[PHP-CVS] com php-src: - Fix test title: sapi/cli/tests/php_cli_server_012.phpt

2012-04-19 Thread Felipe Pena
Commit:d5bd45429cfe5b50de1989d3fe4f90fc21869456 Author:Felipe Pena Thu, 19 Apr 2012 20:05:30 -0300 Parents: 655245afef75613551929610873d0ba09754777f Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d5bd45429cfe5b50de1989d3fe4f90fc21869456

[PHP-CVS] com php-src: add pg_escape_identifier/pg_escape_literal: ext/pgsql/config.m4 ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h ext/pgsql/tests/08escape.phpt

2012-04-19 Thread Stanislav Malyshev
Commit:655245afef75613551929610873d0ba09754777f Author:Yasuo Ohgaki Fri, 25 Nov 2011 02:21:01 + Committer: Stanislav Malyshev Thu, 19 Apr 2012 13:40:24 -0700 Parents: 106e0a2e688f3e5c97e49760b9c3c99eea714ae8 Branches: PHP-5.4 Link: http://git.php.net/?p=php-s

[PHP-CVS] com php-src: Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer: ext/intl/formatter/formatter_parse.c ext/intl/tests/bug59597.phpt

2012-04-19 Thread Stanislav Malyshev
Commit:2827324c7cc4f3a28ad66cd2a3724165abac4941 Author:Sherif Ramadan Thu, 19 Apr 2012 04:44:43 -0400 Parents: 4650b2164b641ba3fd9d733e8cc82e386aa98772 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2827324c7cc4f3a28ad66cd2a3724165abac4941 Log

[PHP-CVS] com php-src: Merge branch 'pull-request/61' into PHP-5.3: ext/intl/tests/bug59597_32.phpt ext/intl/tests/bug59597_64.phpt

2012-04-19 Thread Stanislav Malyshev
Commit:5cbf2d678505b6e4ab89bcfe04695e5da9dd2c0e Author:Stanislav Malyshev Thu, 19 Apr 2012 11:05:17 -0700 Parents: c06ec6bde43a114af3bd84e986827839de1b1e4b 2827324c7cc4f3a28ad66cd2a3724165abac4941 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update to 5.4.2-dev: main/php_version.h

2012-04-19 Thread Stanislav Malyshev
Commit:701332ce301f9ea9fa4d40eb945de0c1880dad8a Author:Christopher Jones Mon, 16 Apr 2012 13:43:41 -0700 Committer: Stanislav Malyshev Thu, 19 Apr 2012 10:45:21 -0700 Parents: 36a556546737c5218cd649c9a5ae8b1a10aa2d49 Branches: PHP-5.4 Link: http://git.php.net/?p=

[PHP-CVS] com php-src: fix RCs: README.RELEASE_PROCESS

2012-04-19 Thread Stanislav Malyshev
Commit:2b8e9430c89b7c3b711127a58b6904d52569d06a Author:Stanislav Malyshev Thu, 19 Apr 2012 00:25:44 -0700 Parents: 701332ce301f9ea9fa4d40eb945de0c1880dad8a Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2b8e9430c89b7c3b711127a58b6904d52569d06a

[PHP-CVS] svn: /php/phpruntests/trunk/tests/configuration/ rtCommandLineOptionsTest.php

2012-04-19 Thread Zoe Slattery
zoe Thu, 19 Apr 2012 11:37:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=325335 Log: I do not know how this ever worked, unless we planned to make keep-all have some options? Changed paths: U php/phpruntests/trunk/tests/configurat

[PHP-CVS] svn: /php/phpruntests/trunk/code-samples/ Iterator.php

2012-04-19 Thread Zoe Slattery
zoe Thu, 19 Apr 2012 11:30:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=325334 Log: remove public Changed paths: U php/phpruntests/trunk/code-samples/Iterator.php Modified: php/phpruntests/trunk/code-samples/Iterator.php

[PHP-CVS] svn: /php/phpruntests/trunk/tests/ rtTextTest.php

2012-04-19 Thread Zoe Slattery
zoe Thu, 19 Apr 2012 11:11:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=325332 Log: remove redundant PHPUnit code Changed paths: U php/phpruntests/trunk/tests/rtTextTest.php Modified: php/phpruntests/trunk/tests/rtTextTest.php ==

[PHP-CVS] com php-src: Fix bug #61755 parsing bug can lead to access violations: NEWS ext/pdo/pdo_sql_parser.re ext/pdo_mysql/tests/bug_61755.phpt

2012-04-19 Thread Johannes Schlüter
Commit:1b78aef426a8f413ddd70854eb3fd5fbc95ef675 Author:Johannes Schlüter Thu, 19 Apr 2012 12:46:02 +0200 Parents: adfb4c62b76ef241978814e10cae70498f52ea29 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1b78aef426a8f413ddd70854eb3

[PHP-CVS] com php-src: Commit generated file: ext/pdo/pdo_sql_parser.c

2012-04-19 Thread Johannes Schlüter
Commit:c06ec6bde43a114af3bd84e986827839de1b1e4b Author:Johannes Schlüter Thu, 19 Apr 2012 12:47:09 +0200 Parents: 1b78aef426a8f413ddd70854eb3fd5fbc95ef675 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c06ec6bde43a114af3bd84e9868

[PHP-CVS] com php-src: Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails: ext/spl/spl_directory.c ext/spl/tests/SplFileObject_fflush_basic_001.phpt ext/spl/tests/SplFileObject_ftruncate_error_001.

2012-04-19 Thread Anatoliy Belsky
Commit:adfb4c62b76ef241978814e10cae70498f52ea29 Author:Anatoliy Belsky Thu, 19 Apr 2012 11:20:16 +0200 Parents: 4650b2164b641ba3fd9d733e8cc82e386aa98772 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=adfb4c62b76ef241978814e10cae7