Re: [PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread Mark Skilbeck
Keisial wrote: Mark Skilbeck wrote: I'd like to check out how the EG macro (I assume it's a macro) works. However, I cannot find it :( Zend/zend_globals_macros.h EG means executor_globals. This macro provides access to the value named in the parameter. If running without multi-thread support,

Re: [PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread Mark Skilbeck
mm w wrote: grep is your friend, something like that grep -R "define EG(" /usr/include/php/Zend, it's a quite common issue you crossed Best On Wed, Oct 28, 2009 at 3:03 PM, Graham Kelly wrote: Hi, You might find http://lxr.php.net to be a useful tool to help with finding definitions in the P

Re: [PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread Keisial
Mark Skilbeck wrote: > I'd like to check out how the EG macro (I assume it's a macro) works. > However, I cannot find it :( > Zend/zend_globals_macros.h EG means executor_globals. This macro provides access to the value named in the parameter. If running without multi-thread support, it's just a c

Re: [PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread mm w
grep is your friend, something like that grep -R "define EG(" /usr/include/php/Zend, it's a quite common issue you crossed Best On Wed, Oct 28, 2009 at 3:03 PM, Graham Kelly wrote: > Hi, > > You might find http://lxr.php.net to be a useful tool to help with finding > definitions in the PHP code

Re: [PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread Mark Skilbeck
Felipe Pena wrote: Hi. 2009/10/28 Mark Skilbeck I'd like to check out how the EG macro (I assume it's a macro) works. However, I cannot find it :( Take a look in Zend/zend_globals_macros.h Cheers, Felipe. It's funny that VS didn't find it when I searched the solution :S Stupid thing.

Re: [PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread Mark Skilbeck
Graham Kelly wrote: Hi, You might find http://lxr.php.net to be a useful tool to help with finding definitions in the PHP code base. - Graham Kelly On Wed, Oct 28, 2009 at 5:57 PM, Mark Skilbeck wrote: I'd like to check out how the EG macro (I assume it's a macro) works. However, I cannot fi

Re: [PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread Graham Kelly
Hi, You might find http://lxr.php.net to be a useful tool to help with finding definitions in the PHP code base. - Graham Kelly On Wed, Oct 28, 2009 at 5:57 PM, Mark Skilbeck wrote: > I'd like to check out how the EG macro (I assume it's a macro) works. > However, I cannot find it :( > > -- > P

Re: [PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread Felipe Pena
Hi. 2009/10/28 Mark Skilbeck > I'd like to check out how the EG macro (I assume it's a macro) works. > However, I cannot find it :( > > Take a look in Zend/zend_globals_macros.h -- Regards, Felipe Pena

[PHP-DEV] Where is the EG macro defined?

2009-10-28 Thread Mark Skilbeck
I'd like to check out how the EG macro (I assume it's a macro) works. However, I cannot find it :( -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP socket automatically shuts down after ? hours of idling?

2009-10-28 Thread Chris Jiang
Hi all, here is another question that made me confused. I'm not sure if it's a bug or what, but I can't find an answer from the search engines. I've made a chat server using php socket features, and it works pretty well as I've expected. However, there is a weird thing happening: The server shuts

[PHP-DEV] XSLT Bug?

2009-10-28 Thread Chris Jiang
Hi guys! I don't know if anybody ever encountered a strange problem as I did, but I've found a strange behavior of XSLT processor when I was working on my project. The case is simple, but weird, it just occasionally generates improper result with the XML and XSL data I've inputted. Even worse, it