[PHP-DEV] CVS Account Request: squiz

2006-09-06 Thread Greg Sherwood
Add new PEAR package: http://pear.php.net/pepr/pepr-proposal-show.php?id=426 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: vijay1927

2006-09-06 Thread Vijay
to standardize the php code -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Andi Gutmans
Naïve. Most core developers will spend their time and energy on PHP 6, and you will quickly see non-Unicode features being added to PHP 6 and not other versions. It's always been like that in PHP's history. Andi > -Original Message- > From: Steph Fox [mailto:[EMAIL PROTECTED] > Sent: Wed

[PHP-DEV] Build and gcov test of PHP_5_2 finished

2006-09-06 Thread helly
Hello! A gcov test run has just been finished on the PHP_5_2 branch. You can view the make log here: http://gcov.php.net/PHP_5_2/make.log.php You can watch the test results: http://gcov.php.net/PHP_5_2/run-tests.log.php And you can watch gcov results: http://gcov.php.net/PHP_5_2/lcov/index.php

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Steph Fox
Can anyone explain to me why it would be such a big problem to support PHP 6 and PHP 5 alongside one another? With PHP 6 effectively being a Unicode-supporting version of PHP 5? Or am I being weird and naive here? - Steph As Andrei knows, I believe that not allowing to tune this on a per vi

Re: [PHP-DEV] Re: RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Steph Fox
Andrei Zmievski wrote: > 1. ZEND_INI_SYSTEM and make people run two copies of Apache if they > want > both modes. This is architecturally more simple and more robust, I > believe. > 2. ZEND_INI_PERDIR and let people switch modes as described above. This > is a lot of work and will probably res

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread phpxcache
I think making it INI_PERDIR would mean a lot of headache and overcomplicated code in the engine and the extensions that modify its behaviour (like APC). i don't guess so. it's sure need upgrade but easy to implement, simply put unicode.semantics into entry key, and hash/search by the key. -- P

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Marcus Boerger
Hello Andrei, we have already a freaking complexapi to deal with and on the other hand we have fastcgisupport. What we should imo do is trying to drop complexity of our api and not increase it to an unhandable extreme and instead promote usage of fastcgi. My 2c. best regards marcus Wednesday,

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread William A. Rowe, Jr.
Stanislav Malyshev wrote: >> I suggest to first make the theoreticaly decision that we prefer to support >> this on a per-request if it's feasible. When I say feasible it means with >> > Per-request is very problematic with regard to bytecode caches, for > obvious reasons. However, per-virtual-d

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Stanislav Malyshev
> I suggest to first make the theoreticaly decision that we prefer to support > this on a per-request if it's feasible. When I say feasible it means with > Per-request is very problematic with regard to bytecode caches, for obvious reasons. However, per-virtual-dir may work for this, i.e. if ea

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Richard Quadling
On 06/09/06, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: Well to me its still not clear how much code will remain working with PHP6 given the confusing situation about E_STRICT, deprecation, OO purity-changes. Maybe its more feasible to work on making it easier for people to run different PHP

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Ilia Alshanetsky
On 6-Sep-06, at 3:48 PM, Lukas Kahwe Smith wrote: boots wrote: Well, with unicode semantics enabled, many PHP applications that have not been designed with PHP6+unicode in mind are likely to break. On the other hand when semantics are off, those applications may work just fine. The ot

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Lukas Kahwe Smith
boots wrote: Well, with unicode semantics enabled, many PHP applications that have not been designed with PHP6+unicode in mind are likely to break. On the other hand when semantics are off, those applications may work just fine. The other reason could be that unicode enabled PHP will be n

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread boots
Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: On 6-Sep-06, at 2:28 PM, M. Sokolewicz wrote: > Ilia Alshanetsky wrote: > >> From a technical perspective it makes sense to keep it php.ini >> only setting or as Sara insists (STARTUP phase only). However, >> from a user (hosting companies) perspe

RE: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Andi Gutmans
As Andrei knows, I believe that not allowing to tune this on a per virtual host basis, is going to make life very hard for our users. A huge part of our users are hosting providers, or companies running multiple applications on the same machine. Probably a majority do not own dedicated boxes. This

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Christian Schneider
Richard Quadling wrote: > I agree on this. From my reading of some the issues around unicode you are > far better off simply saying PHP6 is unicode only. A lot of scripts that You didn't address the point of people who don't need Unicode but need the fast possible version (because slower running t

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Richard Quadling
On 06/09/06, M. Sokolewicz <[EMAIL PROTECTED]> wrote: My personal opinion, as humble as it may be, is that it's pure bullshit to even give the chance of disabling it. WHY in hell's name would you want to give hoster's the choice? I can see a part of the hosts disabling it to "give an easy transi

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Ilia Alshanetsky
On 6-Sep-06, at 2:28 PM, M. Sokolewicz wrote: Ilia Alshanetsky wrote: From a technical perspective it makes sense to keep it php.ini only setting or as Sara insists (STARTUP phase only). However, from a user (hosting companies) perspective it adds a fair degree of complexity to their

RE: [PHP-DEV] libxml2/threading/win 2003

2006-09-06 Thread Andi Gutmans
As I said, I think we should keep status quo for now and not change the static linking that we've done for the past few years. I thought my previous email was clear. > -Original Message- > From: Rob Richards [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 06, 2006 3:21 AM > To: An

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread M. Sokolewicz
Ilia Alshanetsky wrote: From a technical perspective it makes sense to keep it php.ini only setting or as Sara insists (STARTUP phase only). However, from a user (hosting companies) perspective it adds a fair degree of complexity to their setup, which would probably mean one php6 instance

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Pierre
Hello, On 9/6/06, Andrei Zmievski <[EMAIL PROTECTED]> wrote: 1. ZEND_INI_SYSTEM and make people run two copies of Apache if they want both modes. This is architecturally more simple and more robust, I believe. I believe that too. It is not only more robust but will also ease your/our life.

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Ilia Alshanetsky
From a technical perspective it makes sense to keep it php.ini only setting or as Sara insists (STARTUP phase only). However, from a user (hosting companies) perspective it adds a fair degree of complexity to their setup, which would probably mean one php6 instance will need to run as CGI o

[PHP-DEV] Re: [PECL-DEV] automated checking of zend_parse_parameters()

2006-09-06 Thread Pedram Nimreezi
thats seksi nice work ;-) On 9/6/06, Nuno Lopes <[EMAIL PROTECTED]> wrote: Hello, I've made a somewhat simple script that is capable of running a few diagnostic tests on zend_parse_parameters() usage. This tests include reports from possible segfaults to possible optimizations. The script stil

[PHP-DEV] Re: [PECL-DEV] automated checking of zend_parse_parameters()

2006-09-06 Thread Nuno Lopes
I was thinking in integrating it in http://gcov.php.net, as soon as the new website is ready and on-line, but I can put this text-only version in that dir (or maybe in scripts/dev). Nuno - Original Message - Excellent. Can you check that into CVS? Maybe in scripts/ ? -Andrei On Se

[PHP-DEV] Re: [PECL-DEV] automated checking of zend_parse_parameters()

2006-09-06 Thread Andrei Zmievski
Excellent. Can you check that into CVS? Maybe in scripts/ ? -Andrei On Sep 6, 2006, at 9:59 AM, Nuno Lopes wrote: Hello, I've made a somewhat simple script that is capable of running a few diagnostic tests on zend_parse_parameters() usage. This tests include reports from possible segfault

Re: [PHP-DEV] Re: RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Derick Rethans
On Wed, 6 Sep 2006, Michael Wallner wrote: > Andrei Zmievski wrote: > > > 1. ZEND_INI_SYSTEM and make people run two copies of Apache if they want > > both modes. This is architecturally more simple and more robust, I believe. > > 2. ZEND_INI_PERDIR and let people switch modes as described above.

[PHP-DEV] automated checking of zend_parse_parameters()

2006-09-06 Thread Nuno Lopes
Hello, I've made a somewhat simple script that is capable of running a few diagnostic tests on zend_parse_parameters() usage. This tests include reports from possible segfaults to possible optimizations. The script still needs a lot of tweaking, but is already capable of spotting some real b

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Antony Dovgal
On 06.09.2006 20:39, Andrei Zmievski wrote: We really need to settle on whether we want unicode.semantics to be changeable at runtime or not. During early development it was ZEND_INI_PERDIR, meaning that it could be changed in .htaccess and VirtualHost blocks. However, the infrastructure to s

[PHP-DEV] Re: RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Michael Wallner
Andrei Zmievski wrote: > 1. ZEND_INI_SYSTEM and make people run two copies of Apache if they want > both modes. This is architecturally more simple and more robust, I believe. > 2. ZEND_INI_PERDIR and let people switch modes as described above. This > is a lot of work and will probably result in q

Re: [PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Sean Coates
> 1. ZEND_INI_SYSTEM and make people run two copies of Apache if they want > both modes. This is architecturally more simple and more robust, I believe. > 2. ZEND_INI_PERDIR and let people switch modes as described above. This > is a lot of work and will probably result in quite a few edge cases >

Re: [PHP-DEV] PHP6 output control layer status

2006-09-06 Thread Michael Wallner
Andrei Zmievski wrote: >> - mb_output_handler: obsolete? >> - ob_iconvhandler: obsolete? > > While unicode.output_encoding does obsolete these handlers, it is only > turned on when unicode.semantics=on. I think we need to keep these for > those who will not turn on the Unicode mode. Ah,

[PHP-DEV] RFC: unicode.semantics: runtime or not?

2006-09-06 Thread Andrei Zmievski
We really need to settle on whether we want unicode.semantics to be changeable at runtime or not. During early development it was ZEND_INI_PERDIR, meaning that it could be changed in .htaccess and VirtualHost blocks. However, the infrastructure to support this flexibility was deemed too complic

Re: [PHP-DEV] PHP6 output control layer status

2006-09-06 Thread Andrei Zmievski
- mb_output_handler: obsolete? - ob_iconvhandler: obsolete? While unicode.output_encoding does obsolete these handlers, it is only turned on when unicode.semantics=on. I think we need to keep these for those who will not turn on the Unicode mode. -Andrei -- PHP Internals -

Re: [PHP-DEV] libxml2/threading/win 2003

2006-09-06 Thread Rob Richards
Uh, yea I have been proposing a change (first made on 8/10, but had been waiting for the 4.4 and 5.1 releases to be finished). .oO(Would have been nice is people mentioned any objections/issues way back then) http://news.php.net/php.internals/25300 So you really think that making registry c