Re: Re[2]: [PHP-DEV] Fix for 30818, 28839, 32229, 30513

2005-03-28 Thread Kamesh Jayachandran
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 not see

RE: [PHP-DEV] [PATCH] Bug #32333 - Unable to perform command linebuild with Ingres extension

2005-03-28 Thread Croker, Grant
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 It

[PHP-DEV] pre-compiler for PHP

2005-03-28 Thread Satyam
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

[PHP-DEV] Re: pre-compiler for PHP

2005-03-28 Thread Jason Barnett
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't

[PHP-DEV] [PATCH] auto_globals_jit in php.ini*

2005-03-28 Thread Philip Olson
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

Re: [PHP-DEV] Implementing support for HTTP Digest Authorization in PHP

2005-03-28 Thread Rui Hirokawa
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 Digest