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,
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
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
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
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
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
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
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
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
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
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:
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
12 matches
Mail list logo