[PHP-DEV] CVS Account Request: jabbott

2002-07-05 Thread Joshua Abbott
Hello, My name is Joshua Abbott and I'm working on an Advanced Web Hosting Control Panel Project. Requesting CVS Account. Please send me the necessary access information. J Abbott -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] can I have my delete back? :) - patch attached

2002-07-05 Thread Alan Knowles
Attached hopefully is a patch to allow method names called delete .- not functions though.. Speedwise it should not affect performance as its a very small compile time issue.. this would save me an a few others a bit of pain :) thoughts regards alan Index: zend_language_parser.y ==

[PHP-DEV] CVS Account Request: thomaslio

2002-07-05 Thread da li
Translating the documentation To simple chinese -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Multiple PHP_MINIT_FUNCTION call?

2002-07-05 Thread fabwash
my guess would be that a child is created because the current module is still running when you hit reload fast and it's not finished executing? that's just a guess! F. - Original Message - From: "Maxx ." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 7:34 PM Subje

[PHP-DEV] Multiple PHP_MINIT_FUNCTION call?

2002-07-05 Thread Maxx .
Hi, I am sorry if this was discussed before, but the search on "MINIT" didn't return any result. I work on a PHP extension and found out some strange (possibly not, that is the question) behaviour of global variables in PHP: 1. PHP 4.2.1, WinXP English (build 2600), ZTS=1, DEBUG=0, PHP as an Apa

[PHP-DEV] Re: Registering Classes Into a Namespace

2002-07-05 Thread l0t3k
i think ive discovered a lead. in zend_execute.c there is a function create_nested_class which may be drafted for this purpose. unfortunately, its declared as static. can we please make this function visible to the outside world ? "L0t3k" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED

Re: [PHP-DEV] file_exists() stopped working

2002-07-05 Thread Sebastian Bergmann
Sterling Hughes wrote: > hrmm, ok.. I'll add a patch to filestat.c by tommorow which fixes these > problems. Just don't forget it :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-

Re: [PHP-DEV] feature request

2002-07-05 Thread Stig S. Bakken
Is there a "portable" way to implement this on all/most OS'es? Please submit this feature request on bugs.php.net. - Stig On Wed, 2002-07-03 at 23:06, veins wrote: > hi, > I have a feature request for the exec() family. > I was thinking of adding a fourth optionnal argument to be passed as > t

Re: [PHP-DEV] extensions problems

2002-07-05 Thread Stig S. Bakken
A quick way to diagnose if this is your problem is: nm module.so | grep get_module If the grep doesn't give any output, this is your problem. - Stig On Wed, 2002-07-03 at 16:36, Rafa Rodriguez Hernandez wrote: > Hi everybody. > > I'm having a problem with php extensions. > > I have a module