Re: [PHP-DEV] Build issues with Mac OSX 10.4

2005-05-12 Thread sumoraigabe-php
--- "D. Walsh" <[EMAIL PROTECTED]> wrote: > I've been trying to build PHP in Mac OS X Server > 10.4.0 > > The OS is a fresh install with the appropriate > graphic libs installed > > It fails to configure with the switch '--with-gd' > citing the > following error. Hmm... I was able to configur

Re: [PHP-DEV] Creating a Module

2005-02-12 Thread sumoraigabe-php
I found the book Advanced PHP Programming to be quite helpful when I started working on the zeroconf extension. There's a number of chapters dealing with extensions and Zend engine internals. --- Chris Cranford <[EMAIL PROTECTED]> wrote: > I'm trying to create my first module and I am having > a

Re: [PHP-DEV] Re: intercepting function calls

2005-02-09 Thread sumoraigabe-php
--- George Schlossnagle <[EMAIL PROTECTED]> wrote: > > On Feb 9, 2005, at 10:57 AM, Sara Golemon wrote: > > >> Is it possible to intercept a function call (user > >> space or built-in) in the Zend Engine and execute > user > >> space code before/after the function call? > >> > > Yes, you can do

[PHP-DEV] intercepting function calls

2005-02-08 Thread sumoraigabe-php
Is it possible to intercept a function call (user space or built-in) in the Zend Engine and execute user space code before/after the function call? = -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] expected behavior of call_user_function()

2004-06-25 Thread sumoraigabe-php
Is it expected that call_user_function() will free up memory allocated to the function name and argument array? = -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Microsoft Scraping Email Addresses From PHP Internals List?

2004-06-20 Thread sumoraigabe-php
I know it's off topic, and I appologize, but I lurk on this mailing list using a disposable address to avoid spam, and now I'm receiving it as a result of being on the list (or posting to it). I have now received three separate Microsoft emails (security updates and such) at this address, which is

Re: [PHP-DEV] Why can constants only be scalars?

2004-05-08 Thread sumoraigabe-php
--- Robert Cummings <[EMAIL PROTECTED]> wrote: > On Sat, 2004-05-08 at 12:35, Sara Golemon wrote: > > > > I always thought constants were about imposing > an > > > > unchanging nature to > > > > the data and not about visual aesthetics when > > > > reading code :/ I too > > > > would like to see c

Re: [PHP-DEV] Why can constants only be scalars?

2004-05-08 Thread sumoraigabe-php
--- Robert Cummings <[EMAIL PROTECTED]> wrote: > On Sat, 2004-05-08 at 03:19, Andi Gutmans wrote: > > At 09:16 PM 5/7/2004 -0700, Sara Golemon wrote: > > >Long ago I was told constants could only be > scalars, so I accepted it. > > >Certainly ZEND_FUNCTION(define) does the check to > ensure it's a