[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard pack.c /ext/standard/tests/strings bug38770.phpt

2009-05-12 Thread Ilia Alshanetsky
iliaa Tue May 12 12:35:45 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings bug38770.phpt /php-src/ext/standard pack.c /php-srcNEWS Log: MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns

[PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings bug38770.phpt

2009-05-12 Thread Ilia Alshanetsky
iliaa Tue May 12 12:37:52 2009 UTC Modified files: /php-src/ext/standard/tests/strings bug38770.phpt /php-src/ext/standard pack.c Log: MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong result)

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/xmlwriter php_xmlwriter.c

2009-05-11 Thread Ilia Alshanetsky
iliaa Mon May 11 12:21:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlwriter php_xmlwriter.c /php-srcNEWS Log: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid paths)

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c

2009-05-11 Thread Ilia Alshanetsky
iliaa Mon May 11 12:22:19 2009 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid paths)

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-05-11 Thread Ilia Alshanetsky
iliaa Mon May 11 12:35:20 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: moved to 5.2 as well http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.597r2=1.2027.2.547.2.965.2.598diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/xmlwriter php_xmlwriter.c

2009-05-11 Thread Ilia Alshanetsky
iliaa Mon May 11 12:35:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlwriter php_xmlwriter.c /php-srcNEWS Log: MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid paths)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-05-10 Thread Ilia Alshanetsky
iliaa Sun May 10 13:44:14 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: WS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1494r2=1.2027.2.547.2.1495diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1494

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite3/libsqlite sqlite3.c

2009-05-07 Thread Ilia Alshanetsky
iliaa Thu May 7 12:40:05 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3/libsqlite sqlite3.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/libsqlite/sqlite3.c?r1=1.1.2.20r2=1.1.2.21diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/sqlite3/libsqlite sqlite3.c

2009-05-07 Thread Ilia Alshanetsky
iliaa Thu May 7 12:41:26 2009 UTC Modified files: /php-src/ext/sqlite3/libsqlite sqlite3.c Log: MFB: fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/libsqlite/sqlite3.c?r1=1.21r2=1.22diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/pdo_sqlite sqlite_statement.c

2009-05-07 Thread Ilia Alshanetsky
That's not a NOP code, it actually needed, the length is a pointer to an integer that is being modified. Ilia Alshanetsky On 7-May-09, at 7:04 PM, Matteo Beccati wrote: mbeccatiThu May 7 23:04:02 2009 UTC Modified files: /php-src/ext/pdo_sqlite

[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2009-05-06 Thread Ilia Alshanetsky
iliaa Wed May 6 14:04:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in Log: Fixed bug #48156 (Added support for lcov v1.7) http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.48r2=1.579.2.52.2.77.2.49diff_format=u

[PHP-CVS] cvs: php-src / configure.in

2009-05-06 Thread Ilia Alshanetsky
iliaa Wed May 6 14:04:58 2009 UTC Modified files: /php-srcconfigure.in Log: MFB: Fixed bug #48156 (Added support for lcov v1.7) http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.676r2=1.677diff_format=u Index: php-src/configure.in diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS configure.in

2009-05-06 Thread Ilia Alshanetsky
iliaa Wed May 6 14:05:55 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in NEWS Log: MFB: Fixed bug #48156 (Added support for lcov v1.7)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date php_date.c

2009-05-05 Thread Ilia Alshanetsky
iliaa Tue May 5 12:33:40 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: Fixed compiler warning due to llabs() function

[PHP-CVS] cvs: php-src /ext/date php_date.c

2009-05-05 Thread Ilia Alshanetsky
iliaa Tue May 5 12:34:04 2009 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Fixed compiler warning due to llabs() function http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.229r2=1.230diff_format=u Index:

[PHP-CVS] cvs: php-src /main network.c

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 13:12:53 2009 UTC Modified files: /php-src/main network.c Log: MFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto) http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.142r2=1.143diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /main network.c

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 14:43:14 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/main network.c Log: Fixed a possible crash http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.18r2=1.118.2.2.2.19diff_format=u Index: php-src/main/network.c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main network.c

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 13:12:35 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main network.c Log: MFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto)

[PHP-CVS] cvs: php-src(PHP_5_2) /main network.c

2009-05-04 Thread Ilia Alshanetsky
iliaa Mon May 4 14:12:23 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/main network.c Log: Fixed bad merge http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.118.2.2.2.17r2=1.118.2.2.2.18diff_format=u Index: php-src/main/network.c diff

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo.c pdo_dbh.c

2009-05-02 Thread Ilia Alshanetsky
iliaa Sat May 2 15:58:39 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo.c pdo_dbh.c Log: Fixed build, zend_parse_parameters_none() does not exist in 5.2 branch

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo.c pdo_dbh.c

2009-05-02 Thread Ilia Alshanetsky
5.2 does not have zend_parse_parameters_none() function, please stick to ZEND_NUM_ARGS() in that branch. Ilia Alshanetsky On 1-May-09, at 9:38 PM, Kalle Sommer Nielsen wrote: kalle Sat May 2 01:38:36 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-04-30 Thread Ilia Alshanetsky
iliaa Thu Apr 30 17:43:27 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1481r2=1.2027.2.547.2.1482diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-04-29 Thread Ilia Alshanetsky
iliaa Wed Apr 29 21:56:12 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: timezone db upgrade news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1479r2=1.2027.2.547.2.1480diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard basic_functions.c /ext/standard/tests/network ip2long_error.phpt ip2long_variation1.phpt ip_x86_64.phpt long2ip_error.phpt long2ip_variation1.phpt

2009-04-29 Thread Ilia Alshanetsky
iliaa Wed Apr 29 22:06:28 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c /php-src/ext/standard/tests/network ip2long_error.phpt ip2long_variation1.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard basic_functions.c /ext/standard/tests/network ip2long_variation1.phpt

2009-04-28 Thread Ilia Alshanetsky
iliaa Tue Apr 28 22:31:26 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c /php-src/ext/standard/tests/network ip2long_variation1.phpt /php-srcNEWS Log: MFB: Fixed bug #47365 (ip2long() may allow some

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/intl/msgformat msgformat_attr.c

2009-04-27 Thread Ilia Alshanetsky
iliaa Mon Apr 27 23:22:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl/msgformat msgformat_attr.c Log: Removed unused variable http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_attr.c?r1=1.1.2.5r2=1.1.2.6diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard strnatcmp.c

2009-04-26 Thread Ilia Alshanetsky
iliaa Sun Apr 26 15:53:52 2009 UTC Modified files: /php-src/ext/standard strnatcmp.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/strnatcmp.c?r1=1.15r2=1.16diff_format=u Index: php-src/ext/standard/strnatcmp.c diff

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c

2009-04-25 Thread Ilia Alshanetsky
I'd prefer to avoid introducing new functionality into 5.2 at this point. Ilia Alshanetsky On 25-Apr-09, at 11:14 AM, Pierre Joye wrote: hi Jani, Yes, I will MFH it as well. I also like to add mail_gc to 5.2 (coming to 5.3+) to allow one to purge the cache while processing a large

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/intl/msgformat msgformat_attr.c

2009-04-22 Thread Ilia Alshanetsky
iliaa Wed Apr 22 12:35:22 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl/msgformat msgformat_attr.c Log: Removed unused vars http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_attr.c?r1=1.1.2.4r2=1.1.2.5diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_driver.c

2009-04-22 Thread Ilia Alshanetsky
Its mostly to keep the code the same across all branches. Ilia Alshanetsky On 21-Apr-09, at 7:24 PM, Johannes Schlüter wrote: On Thu, 2009-04-16 at 22:14 +, Ilia Alshanetsky wrote: #include php.h +#ifdef ZEND_ENGINE_2 +# include zend_exceptions.h +#else Not that it is a big issue

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ldap ldap.c

2009-04-21 Thread Ilia Alshanetsky
iliaa Tue Apr 21 12:26:20 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap ldap.c Log: Adjusted prototype http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.161.2.3.2.11.2.23r2=1.161.2.3.2.11.2.24diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/ldap ldap.c

2009-04-21 Thread Ilia Alshanetsky
iliaa Tue Apr 21 12:26:33 2009 UTC Modified files: /php-src/ext/ldap ldap.c Log: MFB: Adjusted prototype http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.196r2=1.197diff_format=u Index: php-src/ext/ldap/ldap.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-04-20 Thread Ilia Alshanetsky
iliaa Mon Apr 20 14:08:43 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.563r2=1.2027.2.547.2.965.2.564diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard exec.c

2009-04-19 Thread Ilia Alshanetsky
Apr 19 14:59:52 2009 @@ -16,7 +16,7 @@ | Ilia Alshanetsky il...@php.net | +--+ */ -/* $Id: exec.c,v 1.113.2.3.2.1.2.15 2008/12/31 11:15:45 sebastian Exp $ */ +/* $Id: exec.c,v

[PHP-CVS] cvs: php-src /ext/standard exec.c

2009-04-19 Thread Ilia Alshanetsky
=1.141diff_format=u Index: php-src/ext/standard/exec.c diff -u php-src/ext/standard/exec.c:1.140 php-src/ext/standard/exec.c:1.141 --- php-src/ext/standard/exec.c:1.140 Tue Mar 10 23:39:39 2009 +++ php-src/ext/standard/exec.c Sun Apr 19 15:00:11 2009 @@ -16,7 +16,7 @@ | Ilia Alshanetsky il

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard exec.c

2009-04-19 Thread Ilia Alshanetsky
Sun Apr 19 15:01:11 2009 @@ -16,7 +16,7 @@ | Ilia Alshanetsky il...@php.net | +--+ */ -/* $Id: exec.c,v 1.113.2.3.2.11 2008/12/31 11:17:44 sebastian Exp $ */ +/* $Id: exec.c,v

Re: [PHP-CVS] cvs: php-src /ext/standard exec.c

2009-04-19 Thread Ilia Alshanetsky
ZTS build? Ilia Alshanetsky On 19-Apr-09, at 5:33 PM, Antony Dovgal wrote: On 19.04.2009 19:00, Ilia Alshanetsky wrote: if (type == 1) { PHPWRITE(buf, bufl); - sapi_flush(TSRMLS_C

Re: [PHP-CVS] cvs: php-src /ext/standard exec.c

2009-04-19 Thread Ilia Alshanetsky
I'll try it tomorrow evening. It seems to work fine for me in 5.2 and 5.3 Ilia Alshanetsky On 19-Apr-09, at 5:37 PM, Antony Dovgal wrote: On 20.04.2009 01:36, Ilia Alshanetsky wrote: ZTS build? Yup. HEAD with ZTS enabled. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard mail.c

2009-04-16 Thread Ilia Alshanetsky
The initial type change does the trick for the formula itself. And yes, the code relies on an integer being 64bit Ilia Alshanetsky On 15-Apr-09, at 2:05 PM, Matt Wilmas wrote: Hi Ilia, - Original Message - From: Ilia Alshanetsky Sent: Wednesday, April 15, 2009 iliaa Wed

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_firebird firebird_driver.c

2009-04-16 Thread Ilia Alshanetsky
iliaa Thu Apr 16 22:14:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_driver.c Log: Fixed compiler warning

[PHP-CVS] cvs: php-src /ext/pdo_firebird firebird_driver.c

2009-04-16 Thread Ilia Alshanetsky
iliaa Thu Apr 16 22:14:44 2009 UTC Modified files: /php-src/ext/pdo_firebird firebird_driver.c Log: MFB: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird_driver.c?r1=1.27r2=1.28diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_firebird firebird_driver.c

2009-04-16 Thread Ilia Alshanetsky
iliaa Thu Apr 16 22:14:52 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_firebird firebird_driver.c Log: MFB: Fixed compiler warning

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard mail.c

2009-04-15 Thread Ilia Alshanetsky
iliaa Wed Apr 15 14:24:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard mail.c Log: Fixed bug #47969 (ezmlm_hash() returns different values depend on OS)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard mail.c

2009-04-15 Thread Ilia Alshanetsky
iliaa Wed Apr 15 14:25:06 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard mail.c /php-srcNEWS Log: MFB: Fixed bug #47969 (ezmlm_hash() returns different values depend on OS)

[PHP-CVS] cvs: php-src /ext/standard mail.c

2009-04-15 Thread Ilia Alshanetsky
iliaa Wed Apr 15 14:25:20 2009 UTC Modified files: /php-src/ext/standard mail.c Log: MFB: Fixed bug #47969 (ezmlm_hash() returns different values depend on OS) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/mail.c?r1=1.105r2=1.106diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-04-14 Thread Ilia Alshanetsky
iliaa Tue Apr 14 15:48:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Sqlite news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.557r2=1.2027.2.547.2.965.2.558diff_format=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcre/pcrelib AUTHORS ChangeLog LICENCE NEWS NON-UNIX-USE README config.h dftables.c pcre.h pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.c pcr

2009-04-14 Thread Ilia Alshanetsky
We should upgrade the lib for 5.2 as well. Ilia Alshanetsky On 11-Apr-09, at 2:57 PM, Nuno Lopes wrote: nlopess Sat Apr 11 18:57:29 2009 UTC7 Log: upgrade PCRE to version 7.9 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcre/pcrelib AUTHORS ChangeLog LICENCE NEWS NON-UNIX-USE README config.h dftables.c pcre.h pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.c pcr

2009-04-14 Thread Ilia Alshanetsky
Thanks. Ilia Alshanetsky On 14-Apr-09, at 4:57 PM, Nuno Lopes wrote: Ok, done. Nuno We should upgrade the lib for 5.2 as well. Ilia Alshanetsky On 11-Apr-09, at 2:57 PM, Nuno Lopes wrote: nlopess Sat Apr 11 18:57:29 2009 UTC7 Log: upgrade PCRE to version 7.9 -- PHP CVS Mailing List

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/versioning php_sapi_name.phpt

2009-04-09 Thread Ilia Alshanetsky
iliaa Thu Apr 9 13:28:21 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/versioning php_sapi_name.phpt Log: Added test for php_sapi_name()

[PHP-CVS] cvs: php-src /ext/standard/tests/versioning php_sapi_name.phpt

2009-04-09 Thread Ilia Alshanetsky
iliaa Thu Apr 9 13:29:15 2009 UTC Modified files: /php-src/ext/standard/tests/versioning php_sapi_name.phpt Log: MFB: Added test for php_sapi_name()

[PHP-CVS] cvs: php-src(PHP_5_3) / EXTENSIONS

2009-04-08 Thread Ilia Alshanetsky
--- EXTENSION: pdo_sqlite -PRIMARY MAINTAINER: Unknown +PRIMARY MAINTAINER: Ilia Alshanetsky il...@php.net MAINTENANCE: Odd fixes STATUS: Working SINCE: 5.1 @@ -223,7 +223,7 @@ COMMENT: Use PostgreSQL 7.0.x or later

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-04-07 Thread Ilia Alshanetsky
iliaa Tue Apr 7 14:08:40 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: News http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1461r2=1.2027.2.547.2.1462diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1461

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-04-07 Thread Ilia Alshanetsky
I'll adjust ;-) Ilia Alshanetsky On 7-Apr-09, at 12:59 PM, Jani Taskinen wrote: Updated what to what now? --Jani Ilia Alshanetsky kirjoitti: iliaa Tue Apr 7 14:08:40 2009 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: News http

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-04-07 Thread Ilia Alshanetsky
iliaa Tue Apr 7 17:06:54 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Let's actually say what was updates ;-) # Thanks Jani Johannes http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1464r2=1.2027.2.547.2.1465diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pgsql/tests 80_bug14383.phpt

2009-04-06 Thread Ilia Alshanetsky
iliaa Mon Apr 6 14:22:52 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql/tests80_bug14383.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/tests/80_bug14383.phpt?r1=1.1.8.1r2=1.1.8.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql/tests 80_bug14383.phpt

2009-04-06 Thread Ilia Alshanetsky
iliaa Mon Apr 6 14:23:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql/tests80_bug14383.phpt Log: MFB: ext/pgsql/tests/80_bug14383.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/imap php_imap.c

2009-04-05 Thread Ilia Alshanetsky
iliaa Sun Apr 5 14:10:50 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap php_imap.c Log: Define _php_rfc822_len() only when needed http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.43r2=1.208.2.7.2.44diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-04-02 Thread Ilia Alshanetsky
iliaa Thu Apr 2 21:30:10 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Block unused function

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard string.c

2009-04-01 Thread Ilia Alshanetsky
iliaa Wed Apr 1 14:00:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/standard string.c Log: Fixed bug #47856 (stristr() converts needle to lower-case).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-03-31 Thread Ilia Alshanetsky
iliaa Tue Mar 31 17:21:02 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: WS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1455r2=1.2027.2.547.2.1456diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1455

[PHP-CVS] cvs: php-src(PHP_5_3) / EXTENSIONS

2009-03-30 Thread Ilia Alshanetsky
--- EXTENSION: pdo -PRIMARY MAINTAINER: Wez Furlong w...@php.net, Ilia Alshanetsky il...@php.net +PRIMARY MAINTAINER: Ilia Alshanetsky il...@php.net, Wez Furlong w...@php.net MAINTENANCE: Odd fixes STATUS: Working SINCE

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main spprintf.c

2009-03-30 Thread Ilia Alshanetsky
iliaa Mon Mar 30 19:59:08 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/main spprintf.c /php-srcNEWS Log: Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c) # Patch by rainer\ dot\ jung\ at\ kippdata\ dot\ de

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2009-03-29 Thread Ilia Alshanetsky
iliaa Sun Mar 29 17:04:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.38r2=1.312.2.20.2.39diff_format=u Index: php-src/ext/gd/gd.c diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pdo pdo_dbh.c /ext/pdo/tests bug47769.phpt

2009-03-27 Thread Ilia Alshanetsky
MFB52? Ilia Alshanetsky On 26-Mar-09, at 8:53 AM, Felipe Pena wrote: felipe Thu Mar 26 12:53:39 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pdo/tests bug47769.phpt Modified files: /php-src NEWS /php-src/ext/pdo pdo_dbh.c Log

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mbstring/oniguruma regint.h /ext/sysvshm sysvshm.c

2009-03-25 Thread Ilia Alshanetsky
Moriyoshi, The change relates to alignment issues on platforms that are strict in that regard. If you use instead of longs, you could end up with crashes where sizeof(int) != sizeof(long) Ilia Alshanetsky On 24-Mar-09, at 10:05 PM, Moriyoshi Koizumi wrote: Hey, we need to be more

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/filter logical_filters.c

2009-03-25 Thread Ilia Alshanetsky
iliaa Wed Mar 25 18:51:45 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/filter logical_filters.c Log: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2009-03-25 Thread Ilia Alshanetsky
iliaa Wed Mar 25 18:52:09 2009 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/filter logical_filters.c

2009-03-25 Thread Ilia Alshanetsky
iliaa Wed Mar 25 18:53:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter logical_filters.c /php-srcNEWS Log: MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/odbc php_odbc.c

2009-03-24 Thread Ilia Alshanetsky
Bah silly typo, looks like pierre already fixed it. Ilia Alshanetsky On 23-Mar-09, at 9:04 PM, Matt Wilmas wrote: Hi Ilia, - Original Message - From: Ilia Alshanetsky Sent: Monday, March 23, 2009 iliaa Mon Mar 23 22:30:56 2009 UTC Modified files: (Branch: PHP_5_3

[PHP-CVS] cvs: php-src(PHP_5_3) / EXTENSIONS

2009-03-24 Thread Ilia Alshanetsky
--- EXTENSION: pdo -PRIMARY MAINTAINER: Unknown +PRIMARY MAINTAINER: Wez Furlong w...@php.net, Ilia Alshanetsky il...@php.net MAINTENANCE: Odd fixes STATUS: Working SINCE: 5.1 -- PHP CVS Mailing List (http

Re: [PHP-CVS] cvs: php-src /ext/sqlite sqlite.c

2009-03-23 Thread Ilia Alshanetsky
Thanks. Ilia Alshanetsky On 23-Mar-09, at 7:01 AM, Felipe Pena wrote: felipe Mon Mar 23 11:01:07 2009 UTC Modified files: /php-src/ext/sqlite sqlite.c Log: - Fixed build -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/odbc php_odbc.c

2009-03-23 Thread Ilia Alshanetsky
iliaa Mon Mar 23 22:30:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/odbc php_odbc.c Log: Improved parameter handling http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/php_odbc.c?r1=1.189.2.4.2.7.2.14r2=1.189.2.4.2.7.2.15diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite sqlite.c

2009-03-22 Thread Ilia Alshanetsky
iliaa Sun Mar 22 15:05:20 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite sqlite.c Log: Improved parameter parsing http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/sqlite.c?r1=1.166.2.13.2.9.2.20r2=1.166.2.13.2.9.2.21diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/sqlite sqlite.c

2009-03-22 Thread Ilia Alshanetsky
iliaa Sun Mar 22 15:07:31 2009 UTC Modified files: /php-src/ext/sqlite sqlite.c Log: MFB: Improved parameter parsing http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/sqlite.c?r1=1.223r2=1.224diff_format=u Index: php-src/ext/sqlite/sqlite.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mbstring/oniguruma regint.h /ext/sysvshm sysvshm.c

2009-03-19 Thread Ilia Alshanetsky
iliaa Thu Mar 19 23:10:45 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma regint.h /php-src/ext/sysvshmsysvshm.c /php-srcNEWS Log: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sysvshm sysvshm.c

2009-03-19 Thread Ilia Alshanetsky
iliaa Thu Mar 19 23:11:32 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sysvshmsysvshm.c Log: MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)

[PHP-CVS] cvs: php-src /ext/mbstring/oniguruma regint.h /ext/sysvshm sysvshm.c

2009-03-19 Thread Ilia Alshanetsky
iliaa Thu Mar 19 23:11:54 2009 UTC Modified files: /php-src/ext/mbstring/oniguruma regint.h /php-src/ext/sysvshmsysvshm.c Log: MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xmlrpc xmlrpc-epi-php.c

2009-03-18 Thread Ilia Alshanetsky
iliaa Thu Mar 19 00:18:48 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlrpc xmlrpc-epi-php.c Log: Improved parameter parsing http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/xmlrpc-epi-php.c?r1=1.39.2.5.2.6.2.18r2=1.39.2.5.2.6.2.19diff_format=u

[PHP-CVS] cvs: php-src /ext/xmlrpc xmlrpc-epi-php.c

2009-03-18 Thread Ilia Alshanetsky
iliaa Thu Mar 19 00:19:20 2009 UTC Modified files: /php-src/ext/xmlrpc xmlrpc-epi-php.c Log: MFB:Improved parameter parsing http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/xmlrpc-epi-php.c?r1=1.67r2=1.68diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sysvshm sysvshm.c

2009-03-17 Thread Ilia Alshanetsky
iliaa Tue Mar 17 23:21:37 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sysvshmsysvshm.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/sysvshm/sysvshm.c?r1=1.70.2.2.2.5.2.10r2=1.70.2.2.2.5.2.11diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/sysvshm sysvshm.c

2009-03-17 Thread Ilia Alshanetsky
iliaa Tue Mar 17 23:22:05 2009 UTC Modified files: /php-src/ext/sysvshmsysvshm.c Log: MFB: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/sysvshm/sysvshm.c?r1=1.86r2=1.87diff_format=u Index: php-src/ext/sysvshm/sysvshm.c diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd/libgd gdft.c

2009-03-17 Thread Ilia Alshanetsky
MFB52? Ilia Alshanetsky On 17-Mar-09, at 8:29 PM, Pierre-Alain Joye wrote: pajoye Wed Mar 18 00:29:42 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/libgdgdft.c Log: - #43073, TrueType bounding box is wrong for angle0 http://cvs.php.net

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/fileinfo/libmagic cdf.c

2009-03-16 Thread Ilia Alshanetsky
iliaa Mon Mar 16 12:52:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/fileinfo/libmagic cdf.c Log: Fixed compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/libmagic/cdf.c?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/fileinfo/libmagic cdf.c

2009-03-16 Thread Ilia Alshanetsky
iliaa Mon Mar 16 12:52:59 2009 UTC Modified files: /php-src/ext/fileinfo/libmagic cdf.c Log: MFB: Fixed compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/libmagic/cdf.c?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pgsql pgsql.c

2009-03-12 Thread Ilia Alshanetsky
iliaa Thu Mar 12 22:53:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pgsql pgsql.c Log: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string literal)

[PHP-CVS] cvs: php-src /ext/pgsql pgsql.c

2009-03-12 Thread Ilia Alshanetsky
iliaa Thu Mar 12 22:53:37 2009 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string literal) http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.399r2=1.400diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pgsql pgsql.c

2009-03-12 Thread Ilia Alshanetsky
iliaa Thu Mar 12 22:54:15 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql pgsql.c /php-srcNEWS Log: MFB: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string literal)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/filter logical_filters.c

2009-03-08 Thread Ilia Alshanetsky
iliaa Sun Mar 8 18:21:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/filter logical_filters.c Log: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware)

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c

2009-03-08 Thread Ilia Alshanetsky
iliaa Sun Mar 8 18:21:30 2009 UTC Modified files: /php-src/ext/filter logical_filters.c Log: MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.33r2=1.34diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/filter logical_filters.c

2009-03-08 Thread Ilia Alshanetsky
iliaa Sun Mar 8 18:22:26 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter logical_filters.c /php-srcNEWS Log: MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware)

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache_hooks php_apache.c

2009-03-07 Thread Ilia Alshanetsky
iliaa Sat Mar 7 21:56:43 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apache_hooks php_apache.c Log: Improved parameter handling

[PHP-CVS] cvs: php-src /sapi/apache_hooks php_apache.c

2009-03-07 Thread Ilia Alshanetsky
iliaa Sat Mar 7 21:56:52 2009 UTC Modified files: /php-src/sapi/apache_hooks php_apache.c Log: MFB: Improved parameter handling http://cvs.php.net/viewvc.cgi/php-src/sapi/apache_hooks/php_apache.c?r1=1.42r2=1.43diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /sapi/apache_hooks php_apache.c

2009-03-07 Thread Ilia Alshanetsky
How so? Ilia Alshanetsky On 7-Mar-09, at 5:09 PM, Antony Dovgal wrote: On 08.03.2009 00:56, Ilia Alshanetsky wrote: - long ztype; + long ztype = NULL; That doesn't seem right. + if (ztype) { + type = ztype; } And I'm not sure this is correct

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache_hooks php_apache.c

2009-03-07 Thread Ilia Alshanetsky
iliaa Sat Mar 7 22:36:35 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apache_hooks php_apache.c Log: Adjust previous fix to avoid compiler warnings

[PHP-CVS] cvs: php-src /sapi/apache_hooks php_apache.c

2009-03-07 Thread Ilia Alshanetsky
iliaa Sat Mar 7 22:36:42 2009 UTC Modified files: /php-src/sapi/apache_hooks php_apache.c Log: MFB: Adjust previous fix to avoid compiler warnings http://cvs.php.net/viewvc.cgi/php-src/sapi/apache_hooks/php_apache.c?r1=1.43r2=1.44diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring mbstring.c

2009-03-06 Thread Ilia Alshanetsky
iliaa Fri Mar 6 15:48:30 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: Improve parameter parsing code

[PHP-CVS] cvs: php-src /ext/mbstring mbstring.c

2009-03-06 Thread Ilia Alshanetsky
iliaa Fri Mar 6 15:48:55 2009 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: MFB: Improve parameter parsing code http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.317r2=1.318diff_format=u Index:

[PHP-CVS] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_builtin_functions.c

2009-03-05 Thread Ilia Alshanetsky
Oops look like some un-intended code got committed along the way, I'll revert. Ilia Alshanetsky On 5-Mar-09, at 4:39 AM, Dmitry Stogov wrote: Hi Ilia, It can't be compiled. Thanks. Dmitry. Ilia Alshanetsky wrote: iliaa Tue Mar 3 23:43:06 2009 UTC Modified files

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-03-03 Thread Ilia Alshanetsky
iliaa Tue Mar 3 23:43:29 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.505r2=1.2027.2.547.2.965.2.506diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-03-02 Thread Ilia Alshanetsky
iliaa Tue Mar 3 01:42:22 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.504r2=1.2027.2.547.2.965.2.505diff_format=u Index: php-src/NEWS diff -u

<    1   2   3   4   5   6   7   8   9   10   >