Re: [PHP-DEV] PHP_EOL exposed to scripts?

2004-08-13 Thread Derick Rethans
On Thu, 12 Aug 2004, Andi Gutmans wrote: At 09:23 AM 8/12/2004 +0200, Derick Rethans wrote: On Wed, 11 Aug 2004, Andi Gutmans wrote: I think it's a good idea. Personally I think that making this EOL would make it even easier to use. We can't do that because I bet it's a constant that

Re: [PHP-DEV] Info needed

2004-08-13 Thread Kamesh Jayachandran
Hi Derick, Just a remainder to apply my patches for NetWare port. With regards Kamesh Jayachandran On Mon, 2 Aug 2004 16:19:56 +0200 (CEST), Derick Rethans [EMAIL PROTECTED] said: On Mon, 2 Aug 2004, Kamesh Jayachandran wrote: Hi Derick, Did you apply my patches? Not yet, but I will. I

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-13 Thread Jan Schneider
Zitat von Wez Furlong [EMAIL PROTECTED]: On Thu, 12 Aug 2004 16:16:51 -0400, Jon Parise [EMAIL PROTECTED] wrote: And what if Jan doesn't know C or feel comfortable writing PHP extension code, for example? Even more reason to stop complaining and wait for someone with the appropriate skill to get

[PHP-DEV] Locale-aware date parsing

2004-08-13 Thread Alexander Netkachev
Hi! I'm learning the date formatting and parsing functions in PHP and see that there are no locale-aware date parsing function (strptime) that is a pair for strftime. Are there reasons to not implement it? Is a patch welcome? Some info about it is here: http://www.google.com/search?q=strptime

[PHP-DEV] [PATCH] apache2handler config.m4 update

2004-08-13 Thread Joe Orton
This fixes the apache2handler build against HEAD of httpd-2.0: 1. pick up correct names for ap[ru]-config from apxs 2. pick up --cppflags etc from apr-config to ensure that -D_LARGEFILE64_SOURCE is used where necessary (that's bug #27761) since APR now has large file support (tested to not break

[PHP-DEV] Re: [PATCH] apache2handler config.m4 update

2004-08-13 Thread Joe Orton
On Fri, Aug 13, 2004 at 11:46:46AM +0100, Joe Orton wrote: This fixes the apache2handler build against HEAD of httpd-2.0: Actually, this alternative patch is a fractionally safer change, avoiding picking up --cflags from apr-config: Index: sapi/apache2handler/config.m4

[PHP-DEV] ini directive typos

2004-08-13 Thread Dave Barr
Hello internals (cc'ed to phpdoc) A minor issue, but one I'd like to see fixed for upcoming releases. There are two ini directives that are spelled wrong: sybase.compatability_mode mssql.compatability_mode The correct spelling is compatibility. Could someone fix these? Or possibly add new,