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

2009-12-13 Thread Felipe Pena
felipe Sun, 13 Dec 2009 15:18:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292078 Log: - Fixed bug #50464 (declare encoding doesn't work with) # The bug (BC) only happens in this branch. Bug: http://bugs.php.net/50464 (Open) declare

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

2009-12-13 Thread Ilia Alshanetsky
iliaaSun, 13 Dec 2009 15:44:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292079 Log: Fixed bug #50451 (http wrapper breaks on 2048 char long headers) # Improvement on the fix for bug #49851 Bugs: http://bugs.php.net/50451 (Assigned)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/readline/tests/readline_add_history_001.phpt branches/PHP_5_2/ext/readline/tests/readline_callback_handler_install_001.phpt branches/PHP_5_2/ext/readl

2009-12-13 Thread Felipe Pena
felipe Sun, 13 Dec 2009 16:53:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292080 Log: - Fixed tests for when running using libedit Changed paths: U php/php-src/branches/PHP_5_2/ext/readline/tests/readline_add_history_001.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/readline/config.m4 branches/PHP_5_2/ext/readline/readline.c branches/PHP_5_2/sapi/cli/php_cli.c branches/PHP_5_2/sapi/cli/php_cl

2009-12-13 Thread Felipe Pena
felipe Sun, 13 Dec 2009 17:06:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292081 Log: - Fixed bug #50209 (Compiling with libedit cannot find readline.h) (patch by tcallawa at redhat dot com) Bug: http://bugs.php.net/50209 (No Feedback)

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

2009-12-13 Thread Felipe Pena
felipe Sun, 13 Dec 2009 17:13:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292082 Log: - Opss, wrong place Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/readline/config.m4 branches/PHP_5_2/ext/readline/readline.c branches/PHP_5_2/sapi/cli/php_cli.c branches/PHP_5_2/sapi/cli/ph

2009-12-13 Thread Jani Taskinen
Are you absolutely sure you didn't break this now on some systems? It worked fine last time I tested with libedit without any patches.. --Jani 13.12.2009 19:06, Felipe Pena wrote: felipe Sun, 13 Dec 2009 17:06:47 + Revision:

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

2009-12-13 Thread Jani Taskinen
13.12.2009 17:18, Felipe Pena wrote: felipe Sun, 13 Dec 2009 15:18:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292078 Log: - Fixed bug #50464 (declare encoding doesn't work with) # The bug (BC) only happens in this branch. Bug:

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

2009-12-13 Thread Felipe Pena
felipe Sun, 13 Dec 2009 19:53:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292083 Log: - Fixed bug #49174 (crash on queryString set) Bug: http://bugs.php.net/49174 (Feedback) crash on queryString set Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/readline/config.m4 branches/PHP_5_2/ext/readline/readline.c branches/PHP_5_2/sapi/cli/php_cli.c branches/PHP_5_2/sapi/cli/

2009-12-13 Thread Felipe Pena
2009/12/13 Jani Taskinen jani.taski...@sci.fi Are you absolutely sure you didn't break this now on some systems? It worked fine last time I tested with libedit without any patches.. Hmm, we need add a check for editline/ then... It just worked with the patch here... Thanks. --Jani

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

2009-12-13 Thread Felipe Pena
felipe Sun, 13 Dec 2009 20:04:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292084 Log: - Completing the phrase Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-12-13 Thread Jani Taskinen
13.12.2009 21:53, Felipe Pena wrote: felipe Sun, 13 Dec 2009 19:53:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292083 Log: - Fixed bug #49174 (crash on queryString set) Bug: http://bugs.php.net/49174 (Feedback) crash on queryString set

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/readline/config.m4 branches/PHP_5_2/ext/readline/readline.c branches/PHP_5_2/sapi/cli/php_cli.c branches/PHP_5_2/sapi/cli/

2009-12-13 Thread Jani Taskinen
13.12.2009 21:58, Felipe Pena wrote: 2009/12/13 Jani Taskinenjani.taski...@sci.fi Are you absolutely sure you didn't break this now on some systems? It worked fine last time I tested with libedit without any patches.. Hmm, we need add a check for editline/ then... It just worked with the

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

2009-12-13 Thread Felipe Pena
felipe Sun, 13 Dec 2009 20:51:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292085 Log: - Improved the bug#49174 entry summary Bug: http://bugs.php.net/49174 (Closed) crash when extending PDOStatement and trying to set queryString property

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo/pdo_stmt.c branches/PHP_5_3/ext/pdo/tests/bug_50458.phpt trunk/ext/pdo/pdo_stmt.c trunk/ext/pdo/tests/bug_50458.phpt

2009-12-13 Thread Pierrick Charron
pierrick Mon, 14 Dec 2009 03:44:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292107 Log: - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures) Bug: http://bugs.php.net/50458 (Open) PDO::FETCH_FUNC fails with Closures Changed paths:

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

2009-12-13 Thread Pierrick Charron
pierrick Mon, 14 Dec 2009 04:09:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292109 Log: - Fixed bug #50469 (Fixed typo in imagepsencodefont error string). Bug: http://bugs.php.net/50469 (Open) typo in error string Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/tests/basic/ 027.phpt

2009-12-13 Thread Jani Taskinen
jani Mon, 14 Dec 2009 05:52:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292110 Log: - Fix test Changed paths: U php/php-src/trunk/tests/basic/027.phpt Modified: php/php-src/trunk/tests/basic/027.phpt