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

2009-11-03 Thread Scott MacVicar
scottmac Tue, 03 Nov 2009 12:23:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=290168 Log: BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug49908.phpt branches/PHP_5_3/Zend/zend_vm_def.h branches/PHP_5_3/Zend/zend_vm_execute.h trunk/Zend/tests/bug49908.phpt

2009-11-01 Thread Felipe Pena
felipe Sun, 01 Nov 2009 21:26:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=290129 Log: - Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined) Bug: http://bugs.php.net/49908 (Verified) throwing

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

2009-10-30 Thread Stanislav Malyshev
stas Fri, 30 Oct 2009 17:27:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=290084 Log: report collator_get_sort_key Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-10-29 Thread Ilia Alshanetsky
iliaaThu, 29 Oct 2009 13:33:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=290053 Log: Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR) # Original patch by six at aegis-corp dot org Bug: http://bugs.php.net/50023 (Open)

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

2009-10-27 Thread David Soria Parra
dsp Tue, 27 Oct 2009 13:02:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289987 Log: - Fixed bug #49142 (crash when exception thrown from __tostring()) Bug: http://bugs.php.net/49142 (Verified) crash when exception thrown from

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

2009-10-21 Thread Pierre-Alain Joye
pajoye Wed, 21 Oct 2009 06:42:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289821 Log: - fix leak in DL on error (windows) Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/standard/dl.c

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

2009-10-19 Thread Jani Taskinen
jani Mon, 19 Oct 2009 12:37:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289742 Log: fn Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-10-19 Thread Johannes Schlüter
johannes Mon, 19 Oct 2009 21:16:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289774 Log: Merge NEWS for merged stuff from PHP_5_3 to PHP_5_3_1 Changed paths: U php/php-src/branches/PHP_5_3/NEWS UU

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_3_1/NEWS PHP_5_3_1/Zend/zend_objects.c PHP_5_3_1/ext/pdo/pdo_dbh.c PHP_5_3_1/ext/pdo/pdo_stmt.c PHP_5_3_1/ext/pdo/tests/pdo_036.phpt

2009-10-19 Thread Johannes Schlüter
johannes Mon, 19 Oct 2009 21:43:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289775 Log: Merge #289581 (Fixed PDORow and PDOStatement crashes when instantiating throught Reflection (Felipe) Bug: http://bugs.php.net/289581 (error getting bug

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.c branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.h trunk/ext/sqlite3/libsqlite/sqlite3.c trunk/ext/sql

2009-10-15 Thread Scott MacVicar
scottmac Fri, 16 Oct 2009 01:56:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289690 Log: Update libsqlite to 3.6.19 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.c

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

2009-10-15 Thread Scott MacVicar
scottmac Fri, 16 Oct 2009 02:10:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289691 Log: Part fix for bug #49224 Bug: http://bugs.php.net/49224 (Assigned) Segmentation fault Changed paths: U php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/php_ini.c branches/PHP_5_3/sapi/cgi/cgi_main.c trunk/main/php_ini.c trunk/sapi/cgi/cgi_main.c

2009-10-09 Thread Garrett Serack
garretts Fri, 09 Oct 2009 19:43:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289445 Log: - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/php_ini.c branches/PHP_5_3/sapi/cgi/cgi_main.c trunk/main/php_ini.c trunk/sapi/cgi/cgi_main.c

2009-10-09 Thread Hannes Magnusson
On Fri, Oct 9, 2009 at 21:43, Garrett Serack garre...@php.net wrote: garretts                                 Fri, 09 Oct 2009 19:43:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289445 Log: - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/php_ini.c branches/PHP_5_3/sapi/cgi/cgi_main.c trunk/main/php_ini.c trunk/sapi/cgi/cgi_main.c

2009-10-09 Thread Pierre Joye
hi Hannes, IDN are pure ascii as well (the encoded version), I don't think it is even possible to define a vhost using unicode. Cheers, On Fri, Oct 9, 2009 at 10:20 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Fri, Oct 9, 2009 at 21:43, Garrett Serack garre...@php.net wrote:

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

2009-10-01 Thread Christopher Jones
sixd Thu, 01 Oct 2009 14:56:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289052 Log: Add PECL bug #16842 Bug: http://pecl.php.net/bugs/16842 (unknown) Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified:

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

2009-10-01 Thread Jani Taskinen
I forgot to ask: why not merge the fix to PHP_5_2 branch? --Jani Christopher Jones wrote: sixd Thu, 01 Oct 2009 14:56:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289052 Log: Add PECL bug #16842 Bug: http://pecl.php.net/bugs/16842

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

2009-10-01 Thread Jani Taskinen
jani Thu, 01 Oct 2009 15:55:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289053 Log: pff, no idea what is merged where by who and when and wtf.. Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified:

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

2009-10-01 Thread Pierre Joye
I added this notice to replace the rather pointless one :) As we already explained the NEWS entries will be merged once 5.3.1 has been released. Cheers, On Thu, Oct 1, 2009 at 5:55 PM, Jani Taskinen j...@php.net wrote: jani                                     Thu, 01 Oct 2009 15:55:05 +

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

2009-09-24 Thread Rob Richards
rrichardsThu, 24 Sep 2009 13:18:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288654 Log: Fixed bug #49647 (DOMUserData does not exist) Bug: http://bugs.php.net/49647 (Open) DOMUserData does not exist Changed paths: U

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

2009-09-20 Thread Kalle Sommer Nielsen
kalleMon, 21 Sep 2009 03:20:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288494 Log: Fix NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/mysql/php_mysql.c ext/mysql/tests/bug48754.phpt

2009-09-18 Thread Andrey Hristov
andrey Fri, 18 Sep 2009 10:49:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288437 Log: MFH:Fix for bug#48754 mysql_close() crash php when no handle specified Bug: http://bugs.php.net/48754 (Verified) mysql_close() crash php when no handle

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/mysqli/mysqli_api.c ext/mysqli/tests/bug48909.phpt

2009-09-18 Thread Andrey Hristov
andrey Fri, 18 Sep 2009 14:33:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288439 Log: MFH:Fix for bug#48909 Segmentation fault in mysqli_stmt_execute Bug: http://bugs.php.net/48909 (Feedback) Segmentation fault in mysqli_stmt_execute

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

2009-09-16 Thread Jani Taskinen
jani Wed, 16 Sep 2009 06:56:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288364 Log: - What a mess.. 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_3/ NEWS

2009-09-16 Thread Pierre Joye
hi Jani, The 5.3.1 part will be merged once 5.3.1 has been released, from PHP_5_3_1. Cheers, On Wed, Sep 16, 2009 at 8:56 AM, Jani Taskinen j...@php.net wrote: jani                                     Wed, 16 Sep 2009 06:56:37 + Revision:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_3/ext/reflection/tests/ReflectionMethod_setAccessible.phpt trunk/NEWS

2009-09-16 Thread Sebastian Bergmann
sebastianWed, 16 Sep 2009 17:24:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288380 Log: Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2009-09-15 Thread Pierre-Alain Joye
pajoye Tue, 15 Sep 2009 15:47:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288348 Log: - #49253, add support for libcurl's CERTINFO option Bug: http://bugs.php.net/49253 (Assigned) add support for libcurl's CERTINFO option Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.c branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.h trunk/ext/sqlite3/libsqlite/sqlite3.c trunk/ext/sql

2009-09-15 Thread Ilia Alshanetsky
iliaaTue, 15 Sep 2009 16:54:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288351 Log: Upgraded bundled sqlite to version 3.6.18. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2009-09-03 Thread Johannes Schlüter
johannes Thu, 03 Sep 2009 21:35:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288009 Log: This will become 5.3.2, the NEWS file will be merged once 5.3.1 is out Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2009-09-01 Thread Pierre-Alain Joye
pajoye Tue, 01 Sep 2009 17:53:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287951 Log: - readdir/scandir entry Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/TSRM/tsrm_win32.c trunk/TSRM/tsrm_win32.c

2009-09-01 Thread Pierre-Alain Joye
pajoye Tue, 01 Sep 2009 22:51:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287954 Log: - #27051, create process as impersonated user Bug: http://bugs.php.net/27051 (Assigned) Impersonation with FastCGI does not EXEC process as

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

2009-09-01 Thread Ilia Alshanetsky
iliaaWed, 02 Sep 2009 00:14:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287956 Log: Fixed typo Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-08-30 Thread Ilia Alshanetsky
iliaaSun, 30 Aug 2009 15:33:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287897 Log: Bug #49391 ldap.c utilizing deprecated ldap_modify_s Bug: http://bugs.php.net/49391 (Open) ldap.c utilizing deprecated ldap_modify_s Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c branches/PHP_5_3/ext/mysqlnd/mysqlnd_result_meta.c trunk/ext/mysqlnd/mysqlnd.h trunk/ext/mysqlnd/mysqln

2009-08-28 Thread Andrey Hristov
andrey Fri, 28 Aug 2009 09:30:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287834 Log: Fix for bug#48745 mysqlnd: mysql_num_fields returns wrong column count for mysql_list_fields Bug: http://bugs.php.net/48745 (Verified) mysqlnd:

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

2009-08-28 Thread Jani Taskinen
jani Sat, 29 Aug 2009 01:16:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287872 Log: - Fix news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/mysqli.c branches/PHP_5_3/ext/mysqli/tests/bug46614.phpt trunk/ext/mysqli/mysqli.c trunk/ext/mysqli/tests/bug46614.phpt

2009-08-27 Thread Andrey Hristov
andrey Thu, 27 Aug 2009 12:41:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287806 Log: Fix for bug#46614 Extended MySQLi class gives incorrect empty() result Bug: http://bugs.php.net/46614 (Assigned) Extended MySQLi class gives incorrect

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

2009-08-27 Thread Andrey Hristov
andrey Thu, 27 Aug 2009 13:26:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287808 Log: Forgot to save the file. Here comes the entry Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-08-26 Thread Pierre-Alain Joye
pajoye Wed, 26 Aug 2009 20:58:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287782 Log: - update Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/mysqlnd/mysqlnd_portability.h

2009-08-25 Thread Andrey Hristov
andrey Tue, 25 Aug 2009 14:25:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287695 Log: MFH: Fix bug#48198 error: 'MYSQLND_LLU_SPEC' undeclared Possibly fix also : Bug #48780 mysqlnd compile failure Bug #46952 mysqlnd compile

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/mysqlnd/mysqlnd_portability.h

2009-08-25 Thread Jani Taskinen
This should propably be some FAQ somewhere, but please commit things in one single commit. (sparse checkouts rule! :) --Jani On 08/25/2009 05:25 PM, Andrey Hristov wrote: andrey Tue, 25 Aug 2009 14:25:01 + Revision:

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/mysqlnd/mysqlnd_portability.h

2009-08-25 Thread Andrey Hristov
Jani Taskinen wrote: This should propably be some FAQ somewhere, but please commit things in one single commit. (sparse checkouts rule! :) One single commit ? I did commit at once. One cause for three bugs, maybe they should be classified as duplicates. Andrey --Jani On 08/25/2009 05:25

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

2009-08-25 Thread Pierre-Alain Joye
pajoye Tue, 25 Aug 2009 23:22:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287718 Log: - update news for my last TSRM fixes Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-08-25 Thread Pierre-Alain Joye
pajoye Tue, 25 Aug 2009 23:51:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287719 Log: Improved readlink, supress \??\ and use the drive syntax only Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/TSRM/tsrm_win32.c trunk/TSRM/tsrm_win32.c

2009-08-20 Thread Pierre-Alain Joye
pajoye Thu, 20 Aug 2009 09:03:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287495 Log: - revert fix for #43327, it breaks systemco functions Bug: http://bugs.php.net/43327 (Closed) wrong return value from mail(), if sendmail_path is wrong

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

2009-08-20 Thread Ilia Alshanetsky
iliaaThu, 20 Aug 2009 12:13:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287504 Log: Fixed bug #49306 (inside pdo_mysql default socket settings are ignored). Bug: http://bugs.php.net/49306 (Open) socket settings are ignored

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

2009-08-19 Thread Pierre-Alain Joye
pajoye Wed, 19 Aug 2009 18:45:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287481 Log: - fix NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/TSRM/tsrm_win32.c trunk/TSRM/tsrm_win32.c

2009-08-19 Thread Pierre-Alain Joye
pajoye Wed, 19 Aug 2009 18:43:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287480 Log: - fixed #43327, wrong return value from mail(), if sendmail_path is wrong Bug: http://bugs.php.net/43327 (Closed) wrong return value from mail(), if

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/TSRM/tsrm_win32.c trunk/TSRM/tsrm_win32.c

2009-08-19 Thread Stanislav Malyshev
Hi! - cmd = (char*)malloc(strlen(command)+strlen(TWG(comspec))+sizeof( /c )+2); - sprintf(cmd, %s /c \%s\, TWG(comspec), command); - if (!CreateProcess(NULL, cmd, security, security, security.bInheritHandle, dwCreateFlags, env, cwd, startup, process)) { + if

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/TSRM/tsrm_win32.c trunk/TSRM/tsrm_win32.c

2009-08-19 Thread Garrett Serack
Howdy, There are a couple of issues with making all child processes go thru cmd.exe. Initially, this prevents popen_ex from failing when the actual executable doesn't exist, since cmd.exe /c c:\foo\bar\xxx.exe will *always* successfully start a process. This can be seen in bug #43327. Second,

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

2009-08-18 Thread Garrett Serack
garretts Tue, 18 Aug 2009 14:38:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287455 Log: added missing NEWS entry for bug #49223 Bug: http://bugs.php.net/49223 (Closed) Inconsistency using get_defined_constants(true) Changed paths:

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

2009-08-18 Thread Pierre-Alain Joye
pajoye Tue, 18 Aug 2009 15:18:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287457 Log: - fix NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/tests/bug49269.phpt Zend/zend_vm_def.h Zend/zend_vm_execute.h

2009-08-17 Thread Dmitry Stogov
dmitry Mon, 17 Aug 2009 07:40:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287397 Log: Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry) Bug: http://bugs.php.net/49269

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

2009-08-17 Thread Jani Taskinen
Please commit fixes to all branches in one single commit. --Jani On 08/16/2009 05:32 PM, Ilia Alshanetsky wrote: iliaaSun, 16 Aug 2009 14:32:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287372 Log: MFB: Added missing sanity checks

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

2009-08-17 Thread Ilia Alshanetsky
iliaaMon, 17 Aug 2009 14:50:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287417 Log: Fixed typo Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-08-16 Thread Ilia Alshanetsky
iliaaSun, 16 Aug 2009 14:32:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287372 Log: MFB: Added missing sanity checks around exif processing. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2009-08-12 Thread Jani Taskinen
Why didn't you close the bug report? Are there more reports you have left open which in fact are fixed..?! --Jani On 08/11/2009 06:12 PM, Pierre-Alain Joye wrote: pajoye Tue, 11 Aug 2009 15:12:38 + Revision:

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

2009-08-12 Thread Scott MacVicar
scottmac Wed, 12 Aug 2009 08:40:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287150 Log: Use the correct tense for the NEWS entries 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_3/ NEWS

2009-08-12 Thread Pierre Joye
hi, I closed it now, I want to have it in pecl too first and released. Cheers, On Wed, Aug 12, 2009 at 10:33 AM, Jani Taskinenjani.taski...@iki.fi wrote: Why didn't you close the bug report? Are there more reports you have left open which in fact are fixed..?! --Jani On 08/11/2009 06:12

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

2009-08-11 Thread Pierre-Alain Joye
pajoye Tue, 11 Aug 2009 15:12:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287096 Log: - fix news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-08-11 Thread Scott MacVicar
scottmac Tue, 11 Aug 2009 22:45:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287122 Log: Update NEWS entry with some stuff I missed. Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-08-11 Thread Scott MacVicar
scottmac Tue, 11 Aug 2009 23:05:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=287125 Log: Fix BC break in mime_content_type() Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2009-08-10 Thread Pierre-Alain Joye
pajoye Mon, 10 Aug 2009 08:05:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286990 Log: - fix and improve dns' support on windows Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

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

2009-08-09 Thread Ilia Alshanetsky
iliaaSun, 09 Aug 2009 15:36:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286954 Log: BFN Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-08-07 Thread Pierre-Alain Joye
pajoye Fri, 07 Aug 2009 13:31:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286907 Log: - Fixed #49183, dns_get_record does not return NAPTR records Bug: http://bugs.php.net/49183 (Assigned) dns_get_record does not return NAPTR records

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_ini_scanner.l trunk/Zend/zend_ini_scanner.l trunk/ext/standard/tests/general_functions/bug48660.phpt

2009-08-07 Thread Jani Taskinen
jani Fri, 07 Aug 2009 14:21:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286908 Log: - Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value fails) Bug: http://bugs.php.net/48660 (Assigned) parse_ini_*(): dollar sign as

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_ini_scanner.l trunk/Zend/zend_ini_scanner.l

2009-08-07 Thread Jani Taskinen
jani Fri, 07 Aug 2009 15:44:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286913 Log: - Fixed bug #48719 parse_ini_*(): scanner mode is not checked for sanity) Bug: http://bugs.php.net/48719 (Assigned) parse_ini_*(): scanner mode is not

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

2009-08-05 Thread Ilia Alshanetsky
iliaaWed, 05 Aug 2009 19:45:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286851 Log: Minor tweak Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS sapi/nsapi/nsapi.c

2009-08-03 Thread Uwe Schindler
thetaphi Mon, 03 Aug 2009 10:13:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286722 Log: MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web Server

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_ini_scanner.l branches/PHP_5_3/ext/standard/tests/general_functions/bug48768.phpt trunk/Zend/zend_ini_scanner.l trunk/ext/

2009-08-03 Thread Jani Taskinen
jani Tue, 04 Aug 2009 02:56:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286783 Log: - Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW) Bug: http://bugs.php.net/48768 (Verified) parse_ini_*() crash with INI_SCANNER_RAW

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/config.m4 branches/PHP_5_3/ext/mysqli/mysqli_api.c trunk/ext/mysqli/config.m4 trunk/ext/mysqli/mysqli_api.c

2009-08-01 Thread Jani Taskinen
jani Sun, 02 Aug 2009 01:07:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286640 Log: - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with --with-mysqli and MySQL 6.0) Bug: http://bugs.php.net/49122 (Open)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/fopen_wrappers.c trunk/main/fopen_wrappers.c

2009-07-31 Thread Rasmus Lerdorf
rasmus Fri, 31 Jul 2009 21:09:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286602 Log: Fix bug #48880 The ini entry was being corrupted because it wasn't being set on the ACTIVATE and DEACTIVATE stages. Bug: http://bugs.php.net/48880

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_3/ext/reflection/tests/bug49092.phpt trunk/ext/reflection/php_reflection.c trunk/ext/

2009-07-31 Thread Jani Taskinen
jani Sat, 01 Aug 2009 01:45:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286611 Log: - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces) Bug: http://bugs.php.net/49092 (Open)

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

2009-07-30 Thread Felipe Pena
felipe Thu, 30 Jul 2009 12:06:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286555 Log: - Fixed bug #49108 (2nd scan_dir produces seg fault) Bug: http://bugs.php.net/49108 (Assigned) 2nd scan_dir produces seg fault Changed paths:

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

2009-07-30 Thread Ilia Alshanetsky
This does not affect 5.2? On 30-Jul-09, at 8:06 AM, Felipe Pena wrote: felipe Thu, 30 Jul 2009 12:06:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286555 Log: - Fixed bug #49108 (2nd scan_dir produces seg fault) Bug:

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

2009-07-30 Thread Felipe Pena
5.2 is OK. :-) 2009/7/30 Ilia Alshanetsky i...@prohost.org: This does not affect 5.2? On 30-Jul-09, at 8:06 AM, Felipe Pena wrote: felipe                                   Thu, 30 Jul 2009 12:06:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286555 Log: - Fixed bug

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

2009-07-29 Thread Jani Taskinen
Not critical enough to merge to PHP_5_2 or some other reason..? --Jani On 07/29/2009 03:18 AM, Stanislav Malyshev wrote: stas Wed, 29 Jul 2009 00:18:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286479 Log: report fix for bug #49065

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/parse_date.c branches/PHP_5_3/ext/date/lib/parse_date.re branches/PHP_5_3/ext/date/tests/bug45554.phpt trunk/ext/date/l

2009-07-29 Thread Derick Rethans
derick Wed, 29 Jul 2009 15:34:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286515 Log: - Fixed bug #45554 (Inconsistent behavior of the u format char). Bug: http://bugs.php.net/45554 (Assigned) Inconsistent behavior of the u format char

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

2009-07-29 Thread Felipe Pena
felipe Thu, 30 Jul 2009 00:18:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286539 Log: - Added missing entries from me Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

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

2009-07-29 Thread Stanislav Malyshev
stas Thu, 30 Jul 2009 05:01:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286541 Log: fix for bug #49000 Bug: http://bugs.php.net/49000 (Analyzed) PHP CLI in Interactive mode (php -a) crashes when including files from function

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/tests/bug48912.phpt Zend/zend_vm_def.h Zend/zend_vm_execute.h

2009-07-28 Thread Dmitry Stogov
dmitry Tue, 28 Jul 2009 12:35:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286452 Log: Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) Bug: http://bugs.php.net/48912 (Assigned) Namespace causes unexpected

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

2009-07-28 Thread Stanislav Malyshev
stas Wed, 29 Jul 2009 00:18:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286479 Log: report fix for bug #49065 Bug: http://bugs.php.net/49065 (Verified) disable_functions php.ini option does not work on Zend extensions Changed

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

2009-07-27 Thread Kalle Sommer Nielsen
kalleMon, 27 Jul 2009 07:14:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=286386 Log: Fixed bug #48872 (string.c: errors: duplicate case values) (Only in PHP_5_3) Bug: http://bugs.php.net/48872 (Assigned) string.c: errors: duplicate case

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

2009-07-23 Thread Ilia Alshanetsky
iliaaThu, 23 Jul 2009 12:18:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=284646 Log: Fixed bug #49014 (dechunked filter broken when serving more than 8192 bytes in a chunk) # Original patch by andreas dot streichardt at globalpark dot

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-21 Thread Jani Taskinen
On 07/20/2009 11:05 PM, Lukas Kahwe Smith wrote: On 20.07.2009, at 21:36, Nuno Lopes wrote: On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Jani Taskinen
Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. --Jani On 07/19/2009 05:52 PM, Nuno Lopes wrote: nlopess Sun, 19 Jul 2009 14:52:27 + URL: http://svn.php.net/viewvc?view=revisionrevision=284353

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_o

2009-07-20 Thread Pierre Joye
hi, On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno please revert. Cheers, -- Pierre http://blog.thepimp.net |

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_o

2009-07-20 Thread Gwynne Raskind
On Jul 20, 2009, at 6:21 AM, Pierre Joye wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno please revert. And for the record, this was supposed to be my patch and I had full

[PHP-CVS] svn: php/php-src/branches/PHP_5_3/ NEWS ext/standard/proc_open.c ext/standard/proc_open.h ext/standard/tests/general_functions/proc_open03.phpt ext/standard/tests/general_functions/proc_open

2009-07-20 Thread Gwynne Raskind
gwynne Mon, 20 Jul 2009 11:48:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=284431 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/standard/proc_open.c U

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Nuno Lopes
This is not a new feature. As the commit log says, this is about implementing an existing feature that was only implemented on windows. Anyway, since when we require long discussions and voting to implement little details like this?.. Nuno Excuse me but where/when was it agreed that this new

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Nuno Lopes
On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno please revert. Why not? Should we wait 2 years to implement these

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_o

2009-07-20 Thread Pierre Joye
On Mon, Jul 20, 2009 at 9:36 PM, Nuno Lopesnlop...@php.net wrote: On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_o

2009-07-20 Thread Pierre Joye
On Mon, Jul 20, 2009 at 9:41 PM, Pierre Joyepierre@gmail.com wrote: On Mon, Jul 20, 2009 at 9:36 PM, Nuno Lopesnlop...@php.net wrote: On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_o

2009-07-20 Thread Nuno Lopes
Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno please revert. And for the record, this was supposed to be my patch and I had full karma to commit it. I never asked Nuno to do so,

Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Lukas Kahwe Smith
On 20.07.2009, at 21:36, Nuno Lopes wrote: On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote: Excuse me but where/when was it agreed that this new feature can go into PHP_5_3? I thought it was supposed to go HEAD only.. It should not go in 5.3, Nuno please revert. Why

[PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_open03.

2009-07-19 Thread Nuno Lopes
nlopess Sun, 19 Jul 2009 14:52:27 + URL: http://svn.php.net/viewvc?view=revisionrevision=284353 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/standard/proc_open.c U

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

2009-07-16 Thread Felipe Pena
felipe Fri, 17 Jul 2009 00:25:54 + URL: http://svn.php.net/viewvc?view=revisionrevision=284217 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/curl/interface.c Log: - MFH: Fixed bug #48893 (Problems compiling with Curl)

<    5   6   7   8   9   10