Re: [PHP-DEV] Feature(let) idea

2007-06-28 Thread Richard Lynch
On Tue, June 19, 2007 3:36 am, Stefan Priebsch wrote: > - define a unified path separator for include_path (the > system-dependend > ones could still be accepted, thus keeping BC) Any character you choose would be a valid part of a filename in some other OS, and so you'd then need an "escape" char

Re: [PHP-DEV] Feature(let) idea

2007-06-21 Thread Richard Quadling
, June 20, 2007 10:53 PM >> To: Andi Gutmans >> Cc: internals@lists.php.net >> Subject: Re: [PHP-DEV] Feature(let) idea >> >> Andi Gutmans wrote: >>> I got a feature idea from Apache. Apache will automatically >> translate >>> mod_rewrite.so in LoadModule

Re: [PHP-DEV] Feature(let) idea

2007-06-20 Thread William A. Rowe, Jr.
th the .dll > filename (i.e. Windows Explorer). > > Maybe my idea is better then :) > Andi > >> -Original Message- >> From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, June 20, 2007 10:53 PM >> To: Andi Gutmans >> Cc: internals@l

RE: [PHP-DEV] Feature(let) idea

2007-06-20 Thread Andi Gutmans
2007 10:53 PM > To: Andi Gutmans > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] Feature(let) idea > > Andi Gutmans wrote: > > I got a feature idea from Apache. Apache will automatically > translate > > mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows

Re: [PHP-DEV] Feature(let) idea

2007-06-20 Thread William A. Rowe, Jr.
Andi Gutmans wrote: > I got a feature idea from Apache. Apache will automatically translate > mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows. It does? Apache/Win32 actually names the '.dll' as mod_rewrite.so on windows. There's nothing special about the '.dll' filename extension, a s

Re: [PHP-DEV] Feature(let) idea

2007-06-19 Thread Pierre
On 6/19/07, Stefan Priebsch <[EMAIL PROTECTED]> wrote: Pierre, > The idea is to use the same set of "extension=foo" directives for all > platforms (nearly all). It is relatively obvious that extension_dir > will differ. > > I like this idea and will ease our life, a litte :) I got that, and I l

Re: [PHP-DEV] Feature(let) idea

2007-06-19 Thread Stefan Priebsch
Pierre, > The idea is to use the same set of "extension=foo" directives for all > platforms (nearly all). It is relatively obvious that extension_dir > will differ. > > I like this idea and will ease our life, a litte :) I got that, and I like simplification. It would just not really make php.in

Re: [PHP-DEV] Feature(let) idea

2007-06-19 Thread Pierre
On 6/19/07, Stefan Priebsch <[EMAIL PROTECTED]> wrote: Andi, Andi Gutmans schrieb: > I got a feature idea from Apache. Apache will automatically translate > mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows. It'd be nice > if we added the same to PHP so you wouldn't need to maintain two

Re: [PHP-DEV] Feature(let) idea

2007-06-19 Thread Lukas Kahwe Smith
David Zülke wrote: Yeah, not to mention things like temp dirs, sendmail/smtp settings etc... meaning to make it really useful, we would need a general way to handle such platform difference. maybe with a syntax to handle platform specific settings or prefixing of directories, but I guess then

Re: [PHP-DEV] Feature(let) idea

2007-06-19 Thread David Zülke
Yeah, not to mention things like temp dirs, sendmail/smtp settings etc... David Am 19.06.2007 um 08:51 schrieb Stefan Priebsch: Andi, Andi Gutmans schrieb: I got a feature idea from Apache. Apache will automatically translate mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows. It

Re: [PHP-DEV] Feature(let) idea

2007-06-18 Thread Stefan Priebsch
Andi, Andi Gutmans schrieb: > I got a feature idea from Apache. Apache will automatically translate > mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows. It'd be nice > if we added the same to PHP so you wouldn't need to maintain two > php.ini's between UNIX & Windows machines. It's a pret

[PHP-DEV] Feature(let) idea

2007-06-18 Thread Andi Gutmans
I got a feature idea from Apache. Apache will automatically translate mod_rewrite.so in LoadModule to mod_rewrite.dll on Windows. It'd be nice if we added the same to PHP so you wouldn't need to maintain two php.ini's between UNIX & Windows machines. It's a pretty easy patch but I wanted to run it