[PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2004-08-07 Thread Dave Barr
Sara Golemon wrote: pollita Sat Aug 7 00:50:25 2004 EDT Modified files: /php-src/ext/standard basic_functions.c basic_functions.h /php-src NEWS Log: New Functions inet_pton() and inet_ntop() +#ifdef HAVE_INET_NTOP + PHP_FE(inet_ntop,

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2004-08-07 Thread Dave Barr
Dave Barr wrote: I fixed it by moving the arpa/inet.h include above the php_standard.h include, but I'm not sure if this would be the correct solution. Hmm this doesn't work either as it makes the PHP function name __inet_ntop(). Dave -- PHP Internals - PHP Runtime Development Maili

Re: [PHP-DEV] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2004-08-07 Thread Dave Barr
Sara Golemon wrote: I fixed it by moving the arpa/inet.h include above the php_standard.h include, but I'm not sure if this would be the correct solution. Hmm this doesn't work either as it makes the PHP function name __inet_ntop(). I just committed what should be a fix. If it still mangles the us

[PHP-DEV] ini directive typos

2004-08-13 Thread Dave Barr
Hello internals (cc'ed to phpdoc) A minor issue, but one I'd like to see fixed for upcoming releases. There are two ini directives that are spelled wrong: sybase.compatability_mode mssql.compatability_mode The correct spelling is "compatibility". Could someone fix these? Or possibly add new, cor

[PHP-DEV] [PATCH] Re: [PHP-CVS] cvs: php-src(PHP_4_3) / php.ini-dist php.ini-recommended

2004-08-17 Thread Dave Barr
Andi Gutmans wrote: secondes should also be seconds. Here's a patch with a few more typo fixes. Dave At 10:58 AM 8/17/2004 +, Antony Dovgal wrote: tony2001Tue Aug 17 06:58:34 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcphp.ini-dist php.ini-recommend

[PHP-DEV] Re: [PATCH] Re: [PHP-CVS] cvs: php-src(PHP_4_3) / php.ini-dist php.ini-recommended

2004-08-17 Thread Dave Barr
Andi Gutmans wrote: Can you please send it as a gziped attachment? Thanks, Sure. Andi Dave At 08:01 AM 8/18/2004 +1000, Dave Barr wrote: Andi Gutmans wrote: secondes should also be seconds. Here's a patch with a few more typo fixes. Dave [snip] -- PHP Internals - PHP Runtime Development Ma

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

2004-08-19 Thread Dave Barr
Ilia Alshanetsky wrote: iliaa Wed Aug 18 17:27:25 2004 EDT Modified files: /php-src/ext/curl interface.c Log: Fixed bug #29727 (Added missing CURL authentication directives). [snip] + +#if LIBCURL_VERSION_NUM > 0x070a06 /* CURLOPT_PROXYAUTH is available since curl

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

2004-08-19 Thread Dave Barr
Ilia Alshanetsky wrote: iliaa Thu Aug 19 20:55:56 2004 EDT Modified files: /php-src/ext/curl interface.c Log: Added more missing cURL options. + REGISTER_CURL_CONSTANT(CURL_TIMECOND_IFMODSINCE); + REGISTER_CURL_CONSTANT(CURL_TIMECOND_IFUNMODSINCE); + REGISTER_C

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS

2004-08-23 Thread Dave Barr
Andi Gutmans wrote: andiMon Aug 23 16:18:11 2004 EDT Modified files: /php-src NEWS Log: - NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1799&r2=1.1800&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1799 php-src/NEWS:1.1800 --- php-src/NEWS:1.1799 Mon

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Dave Barr
Derick Rethans wrote: On Fri, 27 Aug 2004, Al Baker wrote: Thanks for the confirmation. The experimental warning appears on any of the individual help files for mbstring (e.g. mb_ereg). Can you file a "Documentation" problem for that on bugs.php.net please? Don't bother, I have fixed this in the

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

2004-09-02 Thread Dave Barr
Ilia Alshanetsky wrote: iliaa Thu Sep 2 23:35:22 2004 EDT Modified files: /php-src/ext/dio dio.c Log: Adjusted input check. http://cvs.php.net/diff.php/php-src/ext/dio/dio.c?r1=1.36&r2=1.37&ty=u Index: php-src/ext/dio/dio.c diff -u php-src/ext/dio/dio.c:

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache php_apache.c

2004-12-04 Thread Dave Barr
Hi Rasmus, noticed a proto problem with this commit. You have the function proto returning an array: > +/* {{{ proto array apache_reset_timeout(void) but: > + RETURN_FALSE; and > + RETURN_TRUE; Change the proto to return bool? Dave -- PHP Internals - PHP Runtime Development Mailing List T