[PHP-DEV] INI File Entries: Retrieving Multiple/Unregistered

2002-12-25 Thread Marshall A. Greenblatt
Hi guys, I'm currently writing a PHP module compiled against 4.2.3 sources that needs to load multiple name/value pairs dynamically at run-time. Ideally, I would like to use entries in the PHP INI file, but the names of those entries will not necessarily be known at compile-time. One of two mode

Re: [PHP-DEV] session only for who needs it

2002-12-25 Thread Rick Widmer
At 03:59 AM 12/26/02 +0100, Mattia wrote: First, this list is for the development _of_ PHP, not development _with_ PHP, so further discussion of this and similar subjects should appear on the php-general list. I have a site in wich user can register, but everyone can navigate as Guest, even if

[PHP-DEV] session only for who needs it

2002-12-25 Thread Mattia
I have a site in wich user can register, but everyone can navigate as Guest, even if he/she is nt registered. The problem is that I need session for registered user, but I don't need them for unregistered ones! So I tried to check if they already have an opened session (they are registered), but to

Re: Fwd: Re: [PHP-DEV] ext_skel

2002-12-25 Thread Leon Mergen
Hello, "David Gillies" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK, how about a much-expanded version for 4.3.1, say? > I'm a big fan of self-documenting code (use the > source, Luke). Perhaps a default function with all the > bells and whistles (checki

Re: [PHP-DEV] " too few arguments to function `call_user_function_ex'"

2002-12-25 Thread Leon Mergen
"Derick Rethans" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Tought this was the best newsgroup to post to, since I'm developing an > > in-house only additional PHP module. > > > > Anyway, I want to call a user function from a function in my module... so

Re: [PHP-DEV] " too few arguments to function `call_user_function_ex'"

2002-12-25 Thread Derick Rethans
On Wed, 25 Dec 2002, Leon Mergen wrote: > Tought this was the best newsgroup to post to, since I'm developing an > in-house only additional PHP module. > > Anyway, I want to call a user function from a function in my module... so I > should use call_user_function_ex . Well, I tried the example on

[PHP-DEV] " too few arguments to function `call_user_function_ex'"

2002-12-25 Thread Leon Mergen
Hello, Tought this was the best newsgroup to post to, since I'm developing an in-house only additional PHP module. Anyway, I want to call a user function from a function in my module... so I should use call_user_function_ex . Well, I tried the example on the website, and it gives me the error:

[PHP-DEV] DomXML and ZE2?

2002-12-25 Thread Erik Franzén
I am testing the new Zend Engine (win32-binary) and trying to add domXML support via the extension php_domxml.dll I get the errorcode: unknown(): Unable to load dynamic library 'C:\php\php4-ze2\extensions\php_domxml.dll' - Can't find the given module The extension path is correct. When I look a

Re: [PHP-DEV] [PATCH] CLI and CGI defaults

2002-12-25 Thread Philip Olson
> Andrei already decided, that --enable-cli should not change it's > behavior for 4.3, allthough I think it's intuitive for --enable-cli to > disable CGI if --enable-cgi was not given, I don't have a problem with > it, as long as the NEWS entry is correct and Philip documents it > correctly :) I a

[PHP-DEV] Bug # 21177 - main/main.c_r1.515 - Second call to sapi_activate?

2002-12-25 Thread Sara Golemon
Ref: http://bugs.php.net/21177 r1.515 seems to have added a second call to sapi_activate. In the case of this particular bug this is causing the following behavior: 1) Call sapi_active: initialize sapi globals 2) sapi/cgi sets SG(headers_sent) = 1 for options like -q & -f 3) New Code in patch