Re: [PHP-DEV] Suggestion: If URL Loads Initially, then stop

2005-04-13 Thread Xuefer
use HEAD request On 4/13/05, Ryan Hemelaar <[EMAIL PROTECTED]> wrote: > Hi there, > > I don't know if this is the place to do it, but anyway. I have a suggestion > for a new function that PHP could have: > > It will be similar to fopen, but instead of actually loading the URL, it > starts loadin

Re: [PHP-DEV] pending PAT patch

2005-04-13 Thread Derick Rethans
On Wed, 13 Apr 2005, Marcin Gibula wrote: > Hi, > are there any chances to include this patch? > > http://www.zend.com/zend/week/pat/pat16.txt If you can split it out in two files: - one without extra whitespace changes - one with ONLY whitespace changes then I see no reason why not to add it..

[PHP-DEV] pending PAT patch

2005-04-13 Thread Marcin Gibula
Hi, are there any chances to include this patch? http://www.zend.com/zend/week/pat/pat16.txt AFAIR there wasn't any issues with it... -- mg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Suggestion: If URL Loads Initially, then stop

2005-04-13 Thread David Zülke
http://www.php.net/manual/en/function.get-headers.php - David > -Original Message- > From: Ryan Hemelaar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 13, 2005 2:55 PM > To: internals@lists.php.net > Subject: [PHP-DEV] Suggestion: If URL Loads Initially, then stop > > Hi there, >

[PHP-DEV] Suggestion: If URL Loads Initially, then stop

2005-04-13 Thread Ryan Hemelaar
Hi there, I don't know if this is the place to do it, but anyway. I have a suggestion for a new function that PHP could have: It will be similar to fopen, but instead of actually loading the URL, it starts loading the page, then once PHP knows that it's started loading, it will stop it before

Re: [PHP-DEV] refcount and hence double free issue

2005-04-13 Thread Kamesh Jayachandran
smileys; } } $myts = new MyTextSanitizer(); $smiles =& $myts->getSmileys(); //calling by ref alone causes improper ?> The opcodes for the above script ZEND_FETCH_CLASS ZEND_NEW (Increases the refcount of smileys array from 1 to 2. zend_declare class made it 1 from 0) ZEND_JMP_NO_CTOR (Not execute

[PHP-DEV] zend version in php-5.0.4 release 2.0.4-dev?

2005-04-13 Thread Kamesh Jayachandran
Hi All, I could see a #define ZEND_VERSION "2.0.4-dev" in zend.h that got released along with php-5.0.4 should it not be #define ZEND_VERSION "2.0.4" With regards Kamesh Jayachandran -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php