I checked this problem again,
and I found getallheaders() can have "authorization" even if safe_mode
is "On".
So, $_SERVER['PHP_AUTH_DIGEST'] in my patch is not necessary to use
with PEAR::Auth_HTTP and Apache.
I am not sure it is useful or not with another SAPI such as ISAPI.
Rui
>
> HTTP Dig
Hello!
This patch inserts the auto_globals_jit directive into the
php.ini files. Since the default value is 1 in main.c, this
value (On) is used in this patch. Please apply it to all PHP
5 branches.
Patch: http://boogle.com/tmp/patch_auto_globals_jit.txt
Regards,
Philip
--
PHP Internals - PHP
Your (long) message would be better asked on the php-general list so
that poor slobs like me can answer it instead of taking up valuable
developers' time.
The short answers to your questions:
- Smarty or something similar can handle "pre-compiling" (google for
"PHP templating")
- If your IDE doesn
I am very sorry if I am posting this in the wrong list. It just looks as
the proper place to do it, after I tried unsuccessfully in the general list
in Spanish, my native language.
It appears to me that PHP is a good scripting language which is not as quite
well integrated with HTML or, in gen
looks good.
thanks, grant
> -Original Message-
> From: Jani Taskinen [mailto:[EMAIL PROTECTED]
> Sent: 26 March 2005 03:20
> To: Croker, Grant
> Cc: internals@lists.php.net
> Subject: RE: [PHP-DEV] [PATCH] Bug #32333 - Unable to perform command
> linebuild with Ingres extension
>
>
>
Hi Jani,
Thanks for commiting the patch.
But I feel you can do the same on PHP-5.0.4-dev tree also.
With regards
Kamesh Jayachandran
On Sat, 26 Mar 2005 04:45:58 +0200 (EET), "Jani Taskinen"
<[EMAIL PROTECTED]> said:
> On Sun, 20 Mar 2005, Kamesh Jayachandran wrote:
>
> > Hi Andi,
> > I could no