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.
Progra
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.107&r2=1.108&diff_format=u
Index: php-
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.234&r2=1.235&diff_format=u
Index: php-src/ext/date/php_date.c
diff -u php-src/ex
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
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.21&
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.289&r2=1.290&diff_format=u
Index: php-src/ext/imap/php_imap.c
diff -u php-src/ext
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 ext/p
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 and
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)
http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.171.2.9.2.14.2.
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)
http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.
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 s
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
socket_sentto_recvfrom_ipv6_udp.php
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
socket_sentto_recvfrom_ipv6_udp.php
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.397&r2=1.398&diff_format=u
Index: p
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
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35
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
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.64
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.164&r2=1.165&diff_format=u
Index: php-src/ext/curl/interface.c
diff -u php-src/ext/c
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.47&r2=1.62.2.14.2.27.2.48&diff_format=u
Index: php
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.48&r2=1.62.2.14.2.49&diff_format=u
Index: php-src/ext/c
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 e
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-src
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
r2_base_005w.p
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
r2_base_005w.p
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.21&r2=1.22&diff_format=u
Index: php-src/ext/pdo_dblib/pdo_dblib.c
diff -u ph
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.4&r2=1.9.2.6.2.3.2.5&diff_format=u
Index:
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.6&r2=1.9.2.6.2.7&diff_format=u
Index: php-src/
Hi Andrey
2009/5/20 Andrey Hristov :
> 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 the
> max
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
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.725.2.31.2.83&r2=1.725.2.31.2.84&d
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.108&r2=1.109&diff_format=u
Index: php-src/ext/standard/dns.c
diff -u php-src/ex
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.22&r2=1.70.2.7.2.5.2.23&diff_format=u
Index: ph
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.23&r2=1.70.2.7.2.5.2.24&diff_format=u
Index
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.25&r2=1.118.2.22.2.16.2.26&diff_format=u
Index: php-src/
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:
/local/qa/5_2/
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
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 (http:
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
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
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
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 includes
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
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 sql
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.
Pl
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
http://
Kalle Sommer Nielsen wrote:
Hi Andrey
2009/5/20 Andrey Hristov :
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,
Hi
2009/5/20 Andrey Hristov :
>
> 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) : warning C4018: '>
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.545&r2=1.546&diff_format=u
Index: php-src/ext/standard/file.c
diff -u php-src/ext/standard/file.c:1.545
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.33&r2=1.409.2.6.2.28.2.34&diff_format=u
Index: php-src/ext/standard
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 c
47 matches
Mail list logo