Re: [PHP-DEV] function registration patch

2003-03-19 Thread Ronald Chmara
On Tuesday, March 18, 2003, at 03:07 PM, Sterling Hughes wrote: PS: or, *gasp* drop case-sensitivity. For which I'm an enormous +1. :) Aw, and steal enormous hours from consultants like me who make mad dollars from running grep -i ? How cruel. :-) -Bop -- PHP Internals - PHP Runtime Developm

[PHP-DEV] CVS Account Request: fbi

2003-03-19 Thread saleem sabir
i want to learn PHP first and then i want to help in development of PHP. Basically i am a student of computer sciences and want oppertunity to explore it. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: fbi

2003-03-19 Thread Magnus Maatta
On 19 Mar 2003 10:04:42 - "saleem sabir" <[EMAIL PROTECTED]> wrote: > i want to learn PHP first and then i want to help in development of PHP. Basically i > am a student of computer sciences and want oppertunity to explore it. You don't need CVS access to learn PHP. http://www.php.net/manual

[PHP-DEV] argc/argv problem

2003-03-19 Thread Marcus Börger
I have problems accessing argc/argv in current cli. But before you say i chanaged that ini stuff - i have already revised my patch (and tested it when i've made the patch). So i guess it must have to do somthing with the new superglobals optimisation? marcus -- PHP Internals - PHP Runtime Developm

Re: [PHP-DEV] argc/argv problem

2003-03-19 Thread Andrei Zmievski
On Wed, 19 Mar 2003, Marcus Börger wrote: > I have problems accessing argc/argv in current cli. But before you say i > chanaged that ini stuff - i have already revised my patch (and tested it > when i've made the patch). So i guess it must have to do somthing with > the new superglobals optimisatio

Re: [PHP-DEV] function registration patch

2003-03-19 Thread Andi Gutmans
If the memory manager is usable at this point (I think it is) then you should use do_alloca() and free_alloca() instead of malloc()/free(). Andi At 04:54 PM 3/18/2003 -0500, Andrei Zmievski wrote: Currently when registering functions, the unmodified function name is used as the key for the funct

Fwd: [PHP-DEV] RPC Extension

2003-03-19 Thread Brad LaFountain
--- Brad LaFountain <[EMAIL PROTECTED]> wrote: > Date: Sun, 16 Mar 2003 14:06:46 -0800 (PST) > From: Brad LaFountain <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] RPC Extension > > I was just playing with the RPC extension. > > Don't you think that the rpc layer should pass al

Fwd: [PHP-DEV] __call for the namespaces

2003-03-19 Thread Brad LaFountain
--- Brad LaFountain <[EMAIL PROTECTED]> wrote: > Date: Mon, 17 Mar 2003 05:42:37 -0800 (PST) > From: Brad LaFountain <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] __call for the namespaces > > This idea spawned from playing with ext/rpc and the ability to declare > class types

Re: [PHP-DEV] function registration patch

2003-03-19 Thread Andrei Zmievski
On Wed, 19 Mar 2003, Andi Gutmans wrote: > If the memory manager is usable at this point (I think it is) then you > should use do_alloca() and free_alloca() instead of malloc()/free(). That's a good tip. But what do you think about the issue in general? On one hand, lowercasing function names/key

[PHP-DEV] Problem building php5 head - mysqli

2003-03-19 Thread David Hill \(php.net\)
yo, I was trying to build php5 - head and got a syntax error in config. After some brute force wacking, I narrowed it down to ext/mysqli/config.m4. Not being very conversant with automake I don't really see anything wrong with the file. and as it is not in PHP_4_3 I don't have anyth

Re: [PHP-DEV] Problem building php5 head - mysqli

2003-03-19 Thread Jani Taskinen
It's a known issue..I'm supposed to fix it and Georg keeps on nagging about it to me all the time.. :) I'll look into it tonight. :) --Jani On Wed, 19 Mar 2003, David Hill (php.net) wrote: > >yo, >I was trying to build php5 - head and got a syntax error in config

Re: [PHP-DEV] FRC: html_erros and docref_root

2003-03-19 Thread David Hill
> Some 64bit issues, some bugs marked "Critical", etc.. > On the 64bit issues... other than the ext/mbstring thing I am not currently aware of any. I am still looking at the current test failures though - I have 12 and so far 3 are explainable do to os "features" and one is the mbstring pro

[PHP-DEV] DBA problems / shutdown memory manager

2003-03-19 Thread Marcus Börger
Hi Wez, after adding persistent to dba i get this: [EMAIL PROTECTED] PHP_4_3_0]$ make sapi/cli/php && sapi/cli/php -r '$db=dba_popen($argv[1],"n","flatfile");echo "$db\n";dba_insert("a","b",$db);sleep(5);echo "done\n";' -- /tmp/test.db make: `sapi/cli/php' is up to date. Resource id #5 done /usr

RE: [PHP-DEV] PHP-4.3.2 & Apache2

2003-03-19 Thread Jean-Michel Dault
Le lun 17/03/2003 à 20:14, Mike Robinson a écrit : > FWIW, I'v been doing some light testing here, and writing > some ab stuff to put some load on it, but at first blush > apache 2.0.44 and 4.3.2RC1 seems terribly sluggish, > particularly with the gd stuff. This could very well be > my fault. > >

[PHP-DEV] SAPI/CGI segfaults on shutdown

2003-03-19 Thread Sebastian Bergmann
php4ts_debug.dll!_efree() Line 225 + 0x3 C php4ts_debug.dll!shutdown_scanner() Line 139 + 0x2eC php4ts_debug.dll!zend_deactivate() Line 765 + 0x9 C php4ts_debug.dll!php_request_shutdown() Line 1129 + 0x9C php.exe!main() Line 1544 + 0x8 C php.exe!mainCRTStartup() Line 33

[PHP-DEV] Can't build SAPI/CLI

2003-03-19 Thread Sebastian Bergmann
php_cli.obj: error LNK2001: Unresolved external symbol: _zend_is_auto_global -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Internals - PHP Runtime Developm

RE: [PHP-DEV] PHP-4.3.2 & Apache2

2003-03-19 Thread Marcus Börger
At 06:22 20.03.2003, Jean-Michel Dault wrote: Le lun 17/03/2003 à 20:14, Mike Robinson a écrit : > FWIW, I'v been doing some light testing here, and writing > some ab stuff to put some load on it, but at first blush > apache 2.0.44 and 4.3.2RC1 seems terribly sluggish, > particularly with the gd s

[PHP-DEV] CVS Account Request: imran

2003-03-19 Thread imran asghar
to know with new bugs. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php