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
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
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
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
"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
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
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:
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
> 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
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
10 matches
Mail list logo