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

2009-01-11 Thread Dmitry Stogov
dmitry Sun Jan 11 08:35:36 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: Disable dl() in CGI and FastCGI modes http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.50.2.35&r2=1.267.2.15.2.50.2.36&diff_form

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2009-01-11 Thread Dmitry Stogov
dmitry Sun Jan 11 08:35:53 2009 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Disable dl() in CGI and FastCGI modes http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.374&r2=1.375&diff_format=u Index: php-src/sapi/cgi/cgi_main.c diff -u

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

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 12:00:31 2009 UTC Modified files: /php-src/ext/xmlcompat.c Log: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse()) http://cvs.php.net/viewvc.cgi/php-src/ext/xml/compat.c?r1=1.52&r2=1.53&diff_format=u I

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

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 12:01:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlcompat.c Log: MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse()) http://cvs.php.net/viewvc.cgi/php-src/ext/xml/compat.c?r1=1.44.2

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

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 12:01:55 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlcompat.c Log: MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse()) http://cvs.php.net/viewvc.cgi/php-src/ext/xml/compat.c?r1=1.44.2

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

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 12:03:44 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1388&r2=1.2027.2.547.2.1389&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2

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

2009-01-11 Thread Uwe Schindler
thetaphiSun Jan 11 13:39:01 2009 UTC Modified files: /php-src/sapi/nsapi nsapi.c Log: add sanity check for time_t size of win32 http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.101&r2=1.102&diff_format=u Index: php-src/sapi/nsapi/nsapi.c dif

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

2009-01-11 Thread Uwe Schindler
thetaphiSun Jan 11 13:39:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/nsapi nsapi.c Log: MFH: add sanity check for time_t size of win32 http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.16&r2=1.69.2.3.2.6.2.17&diff_

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

2009-01-11 Thread Pierre Joye
On Sun, Jan 11, 2009 at 2:39 PM, Uwe Schindler wrote: > thetaphiSun Jan 11 13:39:01 2009 UTC > > Modified files: >/php-src/sapi/nsapi nsapi.c > Log: > add sanity check for time_t size of win32 > > http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.101&r2=1.102&dif

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

2009-01-11 Thread Uwe Schindler
thetaphiSun Jan 11 13:46:46 2009 UTC Modified files: /php-src/sapi/nsapi nsapi.c Log: revert last commit, sizeof does not work in preprocessor :( http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.102&r2=1.103&diff_format=u Index: php-src/sapi

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

2009-01-11 Thread Uwe Schindler
thetaphiSun Jan 11 13:47:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/nsapi nsapi.c Log: revert last commit, sizeof does not work in preprocessor :( http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.17&r2=1.69.2.3.2

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.def

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 13:58:33 2009 UTC Modified files: /php-src/ext/pcre php_pcre.def Log: export php_pcre_free to make mbstring happy http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.def?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/pcre/php_pcr

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.def

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 13:59:00 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.def Log: MFH: export php_pcre_free to make mbstring happy http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.def?r1=1.1.2.3.2.1&r2=1.1.2.3.2.1.2.1&dif

RE: [PHP-CVS] cvs: php-src /sapi/nsapi nsapi.c

2009-01-11 Thread Uwe Schindler
Ys! I've seen this comment here: /* vs.net 2005 has a 64-bit time_t. This will likely break * 3rdParty libs that were built with older compilers; switch * back to 32-bit */ #ifndef _WIN64 # define _USE_32BIT_TIME_T 1 #endif If somebody wants to remove this he should be prepared to have fai

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

2009-01-11 Thread Felipe Pena
felipe Sun Jan 11 18:38:00 2009 UTC Modified files: /php-src/ext/standard dns.c dns_win32.c Log: - Improved fix for #47035 (win32 part by Henrique M. Decaria) [DOC] The TXT part needs be returned as an array of strings. http://cvs.php.net/viewvc.cgi/p

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

2009-01-11 Thread Felipe Pena
felipe Sun Jan 11 18:47:17 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c dns_win32.c Log: MFH: - Improved fix for #47035 (win32 part by Henrique M. Decaria) [DOC] The TXT part needs be returned as an array of strings. (dns_get_re

[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in /ext/standard config.m4 dns.c dns.h

2009-01-11 Thread Scott MacVicar
scottmacSun Jan 11 23:37:17 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c dns.h config.m4 /php-srcconfigure.in Log: Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_*

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

2009-01-11 Thread Scott MacVicar
scottmacSun Jan 11 23:43:46 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.442&r2=1.2027.2.547.2.965.2.443&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

[PHP-CVS] cvs: php-src / configure.in /ext/standard config.m4 dns.c dns.h

2009-01-11 Thread Scott MacVicar
scottmacSun Jan 11 23:47:52 2009 UTC Modified files: /php-src/ext/standard dns.c dns.h config.m4 /php-srcconfigure.in Log: MFB Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions.

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

2009-01-11 Thread Ilia Alshanetsky
iliaa Sun Jan 11 23:52:29 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/interbase ibase_query.c Log: Improved parameter handling http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_query.c?r1=1.23.2.1.2.10.2.9&r2=1.23.2.1.2.10.2.10&diff_

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

2009-01-11 Thread Ilia Alshanetsky
iliaa Sun Jan 11 23:52:48 2009 UTC Modified files: /php-src/ext/interbase ibase_query.c Log: MFB: improved parameter handling http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_query.c?r1=1.40&r2=1.41&diff_format=u Index: php-src/ext/interbase/i