Re: [PHP-DEV] Coverity report

2006-04-07 Thread Antony Dovgal
On 05.04.2006 02:56, Nuno Lopes wrote: I've already asked for a password, but I haven't received it yet. It takes some time - requests are human-filtered. In my case it took about a day or two. Steph told me she received her password in a matter of hours. I'm waiting for two days, though :)

[PHP-DEV] gethostbyname vs. dig

2006-04-07 Thread Eric Coleman
Don't mean to piss anyone off or ask a question that doesn't belong here but here it goes: I wrote a script to check that domains resolve to our ip's. I noticed, that using gethostbyaddr() is significantly slower than using dig domain.com A +short Just curious as to why this is. Eric sm

Re: [PHP-DEV] Coverity report

2006-04-07 Thread Nuno Lopes
On 05.04.2006 02:56, Nuno Lopes wrote: I've already asked for a password, but I haven't received it yet. It takes some time - requests are human-filtered. In my case it took about a day or two. Steph told me she received her password in a matter of hours. I'm waiting for two days, though :)

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/pcre TODO

2006-04-07 Thread Nuno Lopes
andrei Thu Apr 6 22:37:42 2006 UTC Modified files: /php-src/ext/pcre TODO Log: That is not the bug you're looking for. http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/TODO?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/pcre/TODO diff -u php-src/ext/pcre/TODO:1.4 php-src/ext/pcre/TODO:1.5

Re: [PHP-DEV] Coverity report

2006-04-07 Thread Michael Vergoz
Hi, I am waiting it too since 1 month :s - Original Message - From: "Nuno Lopes" <[EMAIL PROTECTED]> To: "Antony Dovgal" <[EMAIL PROTECTED]> Cc: "PHPdev" Sent: Friday, April 07, 2006 6:33 PM Subject: Re: [PHP-DEV] Coverity report On 05.04.2006 02:56, Nuno Lopes wrote: I've already

[PHP-DEV] CVS Account Request: darkness

2006-04-07 Thread Jesson Sheen
I want to publish some my Pecl -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/pcre TODO

2006-04-07 Thread Andrei Zmievski
I was just thinking of adding a couple of INI settings that scripts can use to set match and match recursion limits. -Andrei On Apr 7, 2006, at 9:36 AM, Nuno Lopes wrote: andrei Thu Apr 6 22:37:42 2006 UTC Modified files: /php-src/ext/pcre TODO Log: That is not the bug you're looking

[PHP-DEV] Re: gethostbyname vs. dig

2006-04-07 Thread Sara Golemon
One possibility is that the first nameserver in your resolv.conf is slow/broken and gethostbyaddr() (which is typically synchronous) has to wait for it to timeout before moving on. dig, by contrast, will usually send out the request to all your NSs at once and use whatever reply comes back firs

[PHP-DEV] CVS Account Request: lyaish

2006-04-07 Thread Laurent Yaish
Helping with the development and release process for the PEAR package HTML_AJAX. (PEAR account: lyaish) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php