Re: [PHP-DEV] PHP parallel builds/installs - that's the challange...

2007-07-20 Thread Antony Dovgal
On 20.07.2007 04:28, chris# wrote: On Thu, 19 Jul 2007 14:13:25 -0700, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: Too bad it only works for Apache module.. ;) I think on Windows you can do something with the registry per-dir too. On unix there's no registry though. Maybe we need some gen

RE: [PHP-DEV] POSIX regex

2007-07-20 Thread Derick Rethans
On Wed, 18 Jul 2007, Andi Gutmans wrote: > Functions would work properly with Unicode, but you would explicitly > create Unicode strings e.g. u"foobar". This is not uncommon practice and > many other languages actually go down this route incl. Python and > various versions of C++ frameworks. That

Re: [PHP-DEV] POSIX regex

2007-07-20 Thread Alexey Zakhlestin
On 7/20/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: I think on Windows you can do something with the registry per-dir too. On unix there's no registry though. Maybe we need some generic solution to this (like for FastCGI users)? Anybody has good ideas? FastCGI users already can have their

Re: [PHP-DEV] POSIX regex

2007-07-20 Thread Pierre
On 7/20/07, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote: On 7/20/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > I think on Windows you can do something with the registry per-dir too. > On unix there's no registry though. Maybe we need some generic solution > to this (like for FastCGI users)?

Re: [PHP-DEV] POSIX regex

2007-07-20 Thread Jani Taskinen
On Thu, 2007-07-19 at 15:39 -0700, Andrei Zmievski wrote: > Python did go down that road, but take a look at Python 3000 effort > and you will see that what they are trying to do is exactly what we > have: native Unicode strings, without prefixes. So maybe we should learn from mistakes other h

[PHP-DEV] CVS Account Request: guenter

2007-07-20 Thread Guenter Knauf
I would like to maintain the NetWare port of the GD library; Pierre Joye asked me to request an account. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] POSIX regex

2007-07-20 Thread Richard Lynch
On Thu, July 19, 2007 7:52 pm, Stanislav Malyshev wrote: >> Yeah I also like that casting better than the "u" > > It's different things. Casting means "create string as binary, then in > runtime cast it to unicode", u"" means "this string is unicode". Oh. I think we're going to have to write some

Re: [PHP-DEV] POSIX regex

2007-07-20 Thread Richard Lynch
On Fri, July 20, 2007 3:07 am, Alexey Zakhlestin wrote: > On 7/20/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: >> I think on Windows you can do something with the registry per-dir >> too. >> On unix there's no registry though. Maybe we need some generic >> solution >> to this (like for FastCGI

Re: [PHP-DEV] POSIX regex

2007-07-20 Thread Richard Lynch
On Thu, July 19, 2007 8:29 am, Jani Taskinen wrote: > On Thu, 2007-07-19 at 15:47 +0300, Tomas Kuliavas wrote: >> > From the low end user perspective I think this would be great >> from >> > another POV. Let's imagine for a second that Wordpress will only >> work >> > with unicode semantics off

Re: [PHP-DEV] POSIX regex

2007-07-20 Thread Johannes Schlüter
On Fri, 2007-07-20 at 15:46 -0500, Richard Lynch wrote: > u"stuff typed in unicode" to allow creation of Unicode strings in PHP5 > seems like a Good Idea to this naive reader, if it's easy enough to > code that. No, we can't introduce a unicode string type in PHP 5. johannes -- PHP Internals -

RE: [PHP-DEV] POSIX regex

2007-07-20 Thread Mike Robinson
Jani Taskinen writes: > On Thu, 2007-07-19 at 15:39 -0700, Andrei Zmievski wrote: > > Python did go down that road, but take a look at Python 3000 effort > > and you will see that what they are trying to do is exactly what we > > have: native Unicode strings, without prefixes. > > So maybe we sh

Re: [PHP-DEV] PHP parallel builds/installs - that's the challange...

2007-07-20 Thread Gaetano Giunta
Shameless plug: I just posted a beginner's tutorial on my own multiple-php-installs setup: http://gggeek.altervista.org/2007/07/21/running-multiple-php-versions-on-a-single-apache-install/ it contains links to many similar blog posts that a quick Google search returned. The most complete one is: