[PHP-DEV] Re-entrant PHP

2002-04-05 Thread Robert Cummings
. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail : mailto:[EMAIL PROTECTED] | | Phone : (613) 731-4046 x.109

[PHP-DEV] Finding key in a hash...

2002-04-11 Thread Robert Cummings
'; foofunction( $aHash ); --- Cheers, Rob. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail

Re: [PHP-DEV] object refrences (POSSIBLE MAJOR BUG)

2002-04-11 Thread Robert Cummings
. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail : mailto:[EMAIL PROTECTED] | | Phone : (613) 731-4046 x.109

Re: [PHP-DEV] object refrences (POSSIBLE MAJOR BUG)

2002-04-11 Thread Robert Cummings
); ? as soon as a function is called from a objects member.. this is where the refrence is created! - Brad -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer

Re: [PHP-DEV] The PHP Platform

2002-04-15 Thread Robert Cummings
. Kudos to all the PHP contributors. Cheers, Rob. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail : mailto:[EMAIL PROTECTED] | | Phone : (613) 731-4046 x

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Robert Cummings
Pepsi. It's hard to sell Coca-cola when you like Pepsi. But i'm a Pepsi agent that is trying to sell Pepsi to the Coca-cola factory! Dave Mertens -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php -- .-. | Robert

Re: [PHP-DEV] feature request for __LINE__, __FILE__ and trigger_error

2002-04-26 Thread Robert Cummings
in a few days. It doesn't feature the __C*__ things yet, but I can add a function for that too. I'll keep you posted, Loud cheer!!! Thanks, I've wished for this for a long time! -- .-. | Robert Cummings | :-`. | Webdeployer - Chief

[PHP-DEV] Probably a simple answer...

2002-05-14 Thread Robert Cummings
a macro or function would already exist, and I'm quite sure that the following simple invocation is asking for trouble: strcmp( Z_STRVAL_P( target1 ), Z_STRVAL_P( target2 ) ) == 0 Thanks for any information. Cheers, Rob. -- .-. | Robert Cummings

Re: [PHP-DEV] Probably a simple answer...

2002-05-14 Thread Robert Cummings
. Cheers, Rob. But zend does provied this api function zend_binary_zval_strcmp(zval *, zval*); - Brad --- Robert Cummings [EMAIL PROTECTED] wrote: zval containers that are of string type don't seem to hold

Re: [PHP-DEV] Probably a simple answer...

2002-05-14 Thread Robert Cummings
for :) Cheers, Rob. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail : mailto:[EMAIL PROTECTED] | | Phone : (613) 731-4046 x.109

Re: [PHP-DEV] Probably a simple answer...

2002-05-14 Thread Robert Cummings
Robert Cummings wrote: brad lafountain wrote: Well i do believe that the zval string SHOULD be null termiated and have the length stored. You would think so, but on further thought, if that were the case you wouldn't be able to store compressed data from gzip in a string because

Re: [PHP-DEV] Probably a simple answer...

2002-05-14 Thread Robert Cummings
to know more about what I'm doing and since there isn't much in the way of docs for doing so, then sometimes I need to clear things up here. I apologize if it appears I hijacked your thread.. Cheers, Rob. -- .-. | Robert Cummings

Re: [PHP-DEV] Probably a simple answer...

2002-05-14 Thread Robert Cummings
will need any other binaries. Alternatively, since you are comparing this to window's DLLs I think you can compile as a shared library, but I don't know much about that route and wouldn't advise it since as far as I know it runs like CGI. Cheers, Rob. -- .-. | Robert Cummings

[PHP-DEV] Information request.

2002-05-15 Thread Robert Cummings
. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail : mailto:[EMAIL PROTECTED] | | Phone : (613) 731-4046 x.109

[PHP-DEV] Information request.

2002-05-15 Thread Robert Cummings
. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail : mailto:[EMAIL PROTECTED] | | Phone : (613) 731-4046 x.109

[PHP-DEV] Help please.

2002-05-16 Thread Robert Cummings
. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail : mailto:[EMAIL PROTECTED] | | Phone : (613) 731-4046 x.109

[PHP-DEV] Garbage Collection!

2002-05-17 Thread Robert Cummings
be garbaged collected or is this my responsibility now that I'm out of PHP land? Also if it is auto garbage collected, is there a way I can force garbage collection to run while I'm in a deep recursion? Cheers, Rob. -- .-. | Robert Cummings

Re: [PHP-DEV] Garbage Collection!

2002-05-17 Thread Robert Cummings
Zeev Suraski wrote: At 08:53 PM 5/17/2002, Robert Cummings wrote: Let's say I do: zval *newVar; MAKE_STD_ZVAL( newVar ); ZEND_SET_SYMBOL( EG(symbol_table), varKey, newVar ); and then I do: MAKE_STD_ZVAL( newVar ); ZEND_SET_SYMBOL( EG(symbol_table), varKey

Re: [PHP-DEV] Garbage Collection!

2002-05-17 Thread Robert Cummings
Zeev Suraski wrote: At 09:04 PM 5/17/2002, Robert Cummings wrote: To be honest I'm passing the return_value into my recursion Not sure what you mean by that - return_value is handled by the engine as soon as you return from your function implementation, if that's what you're asking

Re: [PHP-DEV] Garbage Collection!

2002-05-17 Thread Robert Cummings
allocation going on somewhere else. Cheers, Rob. -- .-. | Robert Cummings | :-`. | Webdeployer - Chief PHP and Java Programmer | :--: | Mail : mailto:[EMAIL PROTECTED] | | Phone : (613) 731-4046