[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2009-05-20 Thread changelog
changelog Thu May 21 01:32:46 2009 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3409r2=1.3410diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3409

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

2009-05-20 Thread Antony Dovgal
On 18.05.2009 16:03, Pierre-Alain Joye wrote: while (*p != NULL) { - add_next_index_ascii_string(protocol_list, *p, 1); - *p++; + add_next_index_ascii_string(protocol_list, *p++, 1); HEAD chokes on this line. Program

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:16:56 2009 UTC Modified files: /php-src/ext/standard dns.c Log: Fix Windows build, dns_get_record is defined in dns_win32.c, not here http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.107r2=1.108diff_format=u Index:

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:18:07 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Nuke newly introduced warning http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.234r2=1.235diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:18:48 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not here

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:22:38 2009 UTC Modified files: /php-src/ext/imap php_imap.c Log: Nuke warnings (only in HEAD) http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.289r2=1.290diff_format=u Index: php-src/ext/imap/php_imap.c diff -u

[PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:29:23 2009 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /php-src/ext/pdo_mysql mysql_statement.c Log: Fix compiler warnings in ext/mysql, ext/mysqli and

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:30:12 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli_api.c mysqli_prop.c /php-src/ext/pdo_mysql mysql_statement.c Log: MFH: Fix compiler warnings in ext/mysql, ext/mysqli

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

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:05:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/socketssockets.c Log: MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)

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

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:06:32 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/socketssockets.c /php-srcNEWS Log: MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)

[PHP-CVS] cvs: php-src /ext/sockets/tests ipv6_skipif.inc ipv6loop.phpt socket_sentto_recvfrom_ipv6_udp.phpt

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:13:08 2009 UTC Added files: /php-src/ext/sockets/tests ipv6_skipif.inc Modified files: /php-src/ext/sockets/tests ipv6loop.phpt socket_sentto_recvfrom_ipv6_udp.phpt Log: Fix

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sockets/tests ipv6_skipif.inc ipv6loop.phpt socket_sentto_recvfrom_ipv6_udp.phpt

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:13:29 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/sockets/tests ipv6_skipif.inc Modified files: /php-src/ext/sockets/tests ipv6loop.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sockets/tests ipv6_skipif.inc ipv6loop.phpt socket_sentto_recvfrom_ipv6_udp.phpt

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:13:39 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/sockets/tests ipv6_skipif.inc Modified files: /php-src/ext/sockets/tests ipv6loop.phpt

[PHP-CVS] cvs: php-src / run-tests.php

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:22:24 2009 UTC Modified files: /php-srcrun-tests.php Log: set default value of precision ini setting, many tests depend on this http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.397r2=1.398diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:22:50 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: MFH: set default value of precision ini setting, many tests depend on this

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:23:15 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: set default value of precision ini setting, many tests depend on this

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

2009-05-20 Thread Antony Dovgal
tony2001Wed May 20 09:26:04 2009 UTC Modified files: /php-src/ext/curl interface.c Log: fix segfault http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.164r2=1.165diff_format=u Index: php-src/ext/curl/interface.c diff -u

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

2009-05-20 Thread Antony Dovgal
tony2001Wed May 20 09:26:12 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: sync with HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.47r2=1.62.2.14.2.27.2.48diff_format=u Index:

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

2009-05-20 Thread Antony Dovgal
tony2001Wed May 20 09:26:21 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl interface.c Log: sync with HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.48r2=1.62.2.14.2.49diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Andrey Hristov
Hi, Kalle Sommer Nielsen wrote: kalle Wed May 20 08:29:23 2009 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /php-src/ext/pdo_mysql mysql_statement.c Log: Fix compiler warnings in

[PHP-CVS] cvs: php-src /ext/soap/tests/interop/Round2/Base r2_base_005p.phpt r2_base_005s.phpt r2_base_005w.phpt /sapi/cli/tests 006.phpt

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 10:08:23 2009 UTC Modified files: /php-src/ext/soap/tests/interop/Round2/Base r2_base_005p.phpt r2_base_005s.phpt r2_base_005w.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/soap/tests/interop/Round2/Base r2_base_005p.phpt r2_base_005s.phpt r2_base_005w.phpt /sapi/cli/tests 006.phpt

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 10:08:32 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/soap/tests/interop/Round2/Base r2_base_005p.phpt r2_base_005s.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/soap/tests/interop/Round2/Base r2_base_005p.phpt r2_base_005s.phpt r2_base_005w.phpt /sapi/cli/tests 006.phpt

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 10:08:42 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap/tests/interop/Round2/Base r2_base_005p.phpt r2_base_005s.phpt

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 10:18:41 2009 UTC Modified files: /php-src/ext/pdo_dblib pdo_dblib.c Log: Fixed shared build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_dblib/pdo_dblib.c?r1=1.21r2=1.22diff_format=u Index: php-src/ext/pdo_dblib/pdo_dblib.c diff -u

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 10:18:51 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_dblib pdo_dblib.c Log: MFH: Fixed shared build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_dblib/pdo_dblib.c?r1=1.9.2.6.2.3.2.4r2=1.9.2.6.2.3.2.5diff_format=u Index:

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 10:19:28 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_dblib pdo_dblib.c Log: MFH: Fixed shared build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_dblib/pdo_dblib.c?r1=1.9.2.6.2.6r2=1.9.2.6.2.7diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Kalle Sommer Nielsen
Hi Andrey 2009/5/20 Andrey Hristov p...@hristov.com:  Hi, -               if (rc == (my_ulonglong)-1) { +               if (rc == (long)-1) { This is not correct. Maybe you have 64bit box, but 32bit machines are still out there and this will be bad. my_ulonglong is 8 byte and -1, will be

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard basic_functions.c dns.c dns.h

2009-05-20 Thread Jani Taskinen
janiWed May 20 12:09:35 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c dns.c dns.h Log: - Fix win32 build

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

2009-05-20 Thread Jani Taskinen
janiWed May 20 12:15:36 2009 UTC Modified files: /php-src/ext/standard dns.c Log: - Fix non-windows builds too http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.108r2=1.109diff_format=u Index: php-src/ext/standard/dns.c diff -u

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

2009-05-20 Thread Jani Taskinen
janiWed May 20 12:15:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fix non-windows builds http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.22r2=1.70.2.7.2.5.2.23diff_format=u Index:

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

2009-05-20 Thread Jani Taskinen
janiWed May 20 12:44:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: - Sync with HEAD (thanks Hannes :) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.23r2=1.70.2.7.2.5.2.24diff_format=u Index:

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

2009-05-20 Thread Ilia Alshanetsky
iliaa Wed May 20 13:10:49 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli_api.c Log: Fixed build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.118.2.22.2.16.2.25r2=1.118.2.22.2.16.2.26diff_format=u Index:

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

2009-05-20 Thread Antony Dovgal
On 19.05.2009 23:20, Ilia Alshanetsky wrote: iliaa Tue May 19 19:20:01 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite sqlite_statement.c Log: MFB: The \0 removal is only needed prior to 3.4.0 New failed tests:

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

2009-05-20 Thread Ilia Alshanetsky
Tony, is this with the built-in lib or an external lib and if it is an external lib can you please tell me the version. Thanks, Ilia Alshanetsky On 20-May-09, at 9:25 AM, Antony Dovgal wrote: On 19.05.2009 23:20, Ilia Alshanetsky wrote: iliaa Tue May 19 19:20:01 2009 UTC

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

2009-05-20 Thread Antony Dovgal
On 20.05.2009 17:38, Ilia Alshanetsky wrote: Tony, is this with the built-in lib or an external lib and if it is an external lib can you please tell me the version. Built-in, I guess, since I don't have sqlite3 headers installed. -- Wbr, Antony Dovgal -- PHP CVS Mailing List

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

2009-05-20 Thread Matteo Beccati
Antony Dovgal ha scritto: On 20.05.2009 17:38, Ilia Alshanetsky wrote: Tony, is this with the built-in lib or an external lib and if it is an external lib can you please tell me the version. Built-in, I guess, since I don't have sqlite3 headers installed. Which again confirms what I've

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

2009-05-20 Thread Ilia Alshanetsky
How did you manage to build 5.3 against 3.0.8, since the config requires version 3.3.9 or higher? Ilia Alshanetsky On 20-May-09, at 10:07 AM, Matteo Beccati wrote: Antony Dovgal ha scritto: On 20.05.2009 17:38, Ilia Alshanetsky wrote: Tony, is this with the built-in lib or an external

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

2009-05-20 Thread Matteo Beccati
Ilia Alshanetsky ha scritto: How did you manage to build 5.3 against 3.0.8, since the config requires version 3.3.9 or higher? Good question... configure didn't complain: checking for sqlite 3 support for PDO... yes checking for PDO includes... (cached) /root/compile/php-5.3/ext checking for

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

2009-05-20 Thread Ilia Alshanetsky
On 20-May-09, at 10:49 AM, Matteo Beccati wrote: Ilia Alshanetsky ha scritto: How did you manage to build 5.3 against 3.0.8, since the config requires version 3.3.9 or higher? Good question... configure didn't complain: checking for sqlite 3 support for PDO... yes checking for PDO

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

2009-05-20 Thread Ilia Alshanetsky
iliaa Wed May 20 15:03:17 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite sqlite_statement.c Log: Re-introduce the Matteo's patch and combine default text handling since they appear to be the same irregardless on notes inside sqlite3.h

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

2009-05-20 Thread Ilia Alshanetsky
iliaa Wed May 20 15:05:36 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_sqlite sqlite_statement.c Log: MFB: Re-introduce the Matteo's patch and combine default text handling since they appear to be the same irregardless on notes inside

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

2009-05-20 Thread Matteo Beccati
Ilia Alshanetsky wrote: Nice, it actually aborted configure when trying to compile against external 3.3.9 sources in 5.3. I wonder why it let 3.0.8 through... No idea. It might even just be my FreeBSD box or the fact I installed the external sqlite library and headers using a cvs checkout.

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

2009-05-20 Thread Ilia Alshanetsky
iliaa Wed May 20 15:06:20 2009 UTC Modified files: /php-src/ext/pdo_sqlite sqlite_statement.c Log: MFB: Re-introduce the Matteo's patch and combine default text handling since they appear to be the same irregardless on notes inside sqlite3.h

Re: [PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Andrey Hristov
Kalle Sommer Nielsen wrote: Hi Andrey 2009/5/20 Andrey Hristov p...@hristov.com: Hi, - if (rc == (my_ulonglong)-1) { + if (rc == (long)-1) { This is not correct. Maybe you have 64bit box, but 32bit machines are still out there and this will be bad. my_ulonglong

Re: [PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_api.c mysqli_driver.c mysqli_prop.c /ext/pdo_mysql mysql_statement.c

2009-05-20 Thread Kalle Sommer Nielsen
Hi 2009/5/20 Andrey Hristov p...@hristov.com: could you mail me the list of warnings which you see. I try to compile without any warnings and my latest builds didn't have warnings. So, as long as I get the list I will try to take care of them. Thanks ext\mysqlnd\mysqlnd_debug.c(317) :

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

2009-05-20 Thread Jani Taskinen
janiThu May 21 01:39:49 2009 UTC Modified files: /php-src/ext/standard file.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.545r2=1.546diff_format=u Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.545

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

2009-05-20 Thread Jani Taskinen
janiThu May 21 02:15:03 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard file.c Log: MFH: ws http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.409.2.6.2.28.2.33r2=1.409.2.6.2.28.2.34diff_format=u Index:

[PHP-CVS] cvs: win-installer / PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs PHPInstallerScripts53.vbs

2009-05-20 Thread John Mertic
jmertic Thu May 21 02:41:06 2009 UTC Added files: /win-installer PHPInstallerScripts53.vbs Modified files: /win-installer PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs Log: Bug 47855: Remove references to apache13 sapi in vbs