[PHP-DEV] CVS Account Request: snake

2007-04-12 Thread snake snake
I like PEGL and PHP!! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] php feature

2007-04-12 Thread Adam Banko
Hi, I use ORM for sharing data between application processes. I think it fits well this use case. I think some well-defined, community-wide interface would be more beneficial than any implementation. If PECL, PEAR, and other extensions could implement this interface then the user could freely

Re: [PHP-DEV] php feature

2007-04-12 Thread Oliver Block
Am Donnerstag, 12. April 2007 02:34 schrieb Richard Lynch: So if you actally need shared data for a project, go to PHP-General and describe your need/project, and see what folks recommend. No, I don't. I was interested to know if it has been discussed and what the rationale was. Thanks for

[PHP-DEV] [PATCH] Major optimization for heredocs/interpolated strings

2007-04-12 Thread Matt Wilmas
Hi all, I think I first realized that PHP's scanner splits non-constant strings into many pieces after reading Sara's How long is a piece of string? blog entry[1] last summer. At the time I didn't know much about the internals and didn't know if anything could be done to change it. Then in the

[PHP-DEV] PHP6 todo list

2007-04-12 Thread Lukas Kahwe Smith
Hi, Going over the todo list I wanted to bring up a few topics once again for review/discussion (not flaming): http://oss.backendmedia.com/PhP60 # Unicode 3. remove old parameter parsing API and replace with one that supports unicode related functionality I just want to remind that

Re: [PHP-DEV] Re: php feature

2007-04-12 Thread Oliver Block
Am Donnerstag, 12. April 2007 06:34 schrieb Andrew Hutchings: Isn't that what a database is for (e.g. MySQL)? No. - It's that what a symbol table is for.:-) Best Regards, Oliver -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP6 todo list

2007-04-12 Thread Johannes Schlüter
Hi Lukas, On Thu, 2007-04-12 at 16:37 +0200, Lukas Kahwe Smith wrote: 4. safe_mode/open_basedir 1. remove safe mode and throw E_CORE_ERROR when set 2. unbundle safe_mode_exec_dir from safe_mode and keep it (rasmus) (take a look at this patch too) 3. new ini

Re: [PHP-DEV] PHP6 todo list

2007-04-12 Thread Andrey Hristov
Hi Lukas, Lukas Kahwe Smith wrote: Hi, Going over the todo list I wanted to bring up a few topics once again for review/discussion (not flaming): http://oss.backendmedia.com/PhP60 # Unicode 3. remove old parameter parsing API and replace with one that supports unicode related

Re: [PHP-DEV] PHP6 todo list

2007-04-12 Thread Johannes Schlüter
On Thu, 2007-04-12 at 17:52 +0200, Johannes Schlüter wrote: No. Dmitry removed it on 2006/03/16 10:33:23 but Zeev reverted that change on 2006/06/05 13:58:52. I didn't find the discussion but I remember there was some When did we decide on that? posting from Zeev. Ah I'm sorry, reading is

Re: [PHP-DEV] PHP6 todo list

2007-04-12 Thread Marcus Boerger
Hello Johannes, Thursday, April 12, 2007, 5:52:57 PM, you wrote: Hi Lukas, On Thu, 2007-04-12 at 16:37 +0200, Lukas Kahwe Smith wrote: 4. safe_mode/open_basedir 1. remove safe mode and throw E_CORE_ERROR when set 2. unbundle safe_mode_exec_dir from safe_mode and

Re: [PHP-DEV] PHP6 todo list

2007-04-12 Thread Antony Dovgal
On 04/12/2007 06:37 PM, Lukas Kahwe Smith wrote: 3. remove old parameter parsing API and replace with one that supports unicode related functionality I just want to remind that when we made some changes to the parameter parsing API's last time it created some BC issues (like with

[PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Antony Dovgal
Hello all. If there are no objections, I'm going to drop asp_tags in HEAD tomorrow. You can see the patch here: http://tony2001.phpclub.net/dev/tmp/kill_asp_tags.diff -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] PHP6 todo list

2007-04-12 Thread Edin Kadribasic
Antony Dovgal wrote: 11. kill % but keep ?. Sounds easy enough to do. Why not do it know, so that we can hear about the impact for users as early as possible. Yeah, I'll post the patch in a minute.. Please leave this alone. There is no advantage to removing it and it breaks existing

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Edin Kadribasic
Antony Dovgal wrote: Hello all. If there are no objections, I'm going to drop asp_tags in HEAD tomorrow. You can see the patch here: http://tony2001.phpclub.net/dev/tmp/kill_asp_tags.diff Big objection from here. See my other email. Discussed and agreed against removing tags since that

Re: [PHP-DEV] PHP6 todo list

2007-04-12 Thread Antony Dovgal
On 04/12/2007 11:38 PM, Edin Kadribasic wrote: Antony Dovgal wrote: 11. kill % but keep ?. Sounds easy enough to do. Why not do it know, so that we can hear about the impact for users as early as possible. Yeah, I'll post the patch in a minute.. Please leave this alone. There is no

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Antony Dovgal
On 04/12/2007 11:39 PM, Edin Kadribasic wrote: Antony Dovgal wrote: Hello all. If there are no objections, I'm going to drop asp_tags in HEAD tomorrow. You can see the patch here: http://tony2001.phpclub.net/dev/tmp/kill_asp_tags.diff Big objection from here. See my other email. Please

[PHP-DEV] CVS Account Request: pear

2007-04-12 Thread linda christopherson
privacy -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Stut
Antony Dovgal wrote: On 04/12/2007 11:39 PM, Edin Kadribasic wrote: Antony Dovgal wrote: Hello all. If there are no objections, I'm going to drop asp_tags in HEAD tomorrow. You can see the patch here: http://tony2001.phpclub.net/dev/tmp/kill_asp_tags.diff Big objection from here. See my

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Ilia Alshanetsky
IMO there is little to gain by dropping support for %, it only risks breaking scripts relying on out. On 12-Apr-07, at 3:32 PM, Antony Dovgal wrote: Hello all. If there are no objections, I'm going to drop asp_tags in HEAD tomorrow. You can see the patch here:

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Edin Kadribasic
Antony Dovgal wrote: On 04/12/2007 11:39 PM, Edin Kadribasic wrote: Antony Dovgal wrote: Hello all. If there are no objections, I'm going to drop asp_tags in HEAD tomorrow. You can see the patch here: http://tony2001.phpclub.net/dev/tmp/kill_asp_tags.diff Big objection from here. See my

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Antony Dovgal
On 04/13/2007 12:01 AM, Stut wrote: I'm sure using an option which is Off by default have been causing a lot of pain for them all these years, so it's time to fix the app and forget. Yeah, one setting in php.ini against any number of tags in any number of scripts. Now that's what I call a

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Steph Fox
Surely we must to keep a setting just because two people in the world use it. I'm afraid their apps won't run on PHP6 anyway because of numerous major changes (already done and still planned), so one more cleanup won't hurt anyone. I'm going to come back from the dead to argue with you Tony,

[PHP-DEV] CVS Account Request: jandrade

2007-04-12 Thread Juan David Andrade
Configure PECL GNUPG in Windows -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.2.2RC1 Release

2007-04-12 Thread Edin Kadribasic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The windows build: http://downloads.php.net/edink/php-5.2.2RC1-Win32.zip (8376caa11f2e8f63c9070d0dfaeb360e) http://downloads.php.net/edink/pecl-5.2.2RC1-Win32.zip (decc20ca8d302268cee4cd5839dc1924)

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Richard Lynch
On Thu, April 12, 2007 3:12 pm, Antony Dovgal wrote: Surely we must to keep a setting just because two people in the world use it. I'm afraid their apps won't run on PHP6 anyway because of numerous major changes (already done and still planned), so one more cleanup won't hurt anyone. What

Re: [PHP-DEV] PHP6 todo list

2007-04-12 Thread Stanislav Malyshev
This is more like - ask ZE not to clean what it points to when it is cleaning up the zval, and of course not to allow userland to change it. Well, actually persisting zvals between requests would be very problematic since it can not then use regular memory allocator (which is cleaned up at

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Robert Deaton
On 4/12/07, Richard Lynch [EMAIL PROTECTED] wrote: On Thu, April 12, 2007 3:12 pm, Antony Dovgal wrote: Surely we must to keep a setting just because two people in the world use it. I'm afraid their apps won't run on PHP6 anyway because of numerous major changes (already done and still

Re: [PHP-DEV] Patch for bug #40938

2007-04-12 Thread Stanislav Malyshev
Hello, the BUG #38236(http://bugs.php.net/bug.php?id=38236),correctly addressed and fixed in the PHP 5.x codebase, is still present in the PHP 4.4.x codebase. I've tested and reproduced the same problem with many installations ranging from PHP 4.4.0 to PHP 4.4.6 included. I've applied the

[PHP-DEV] Fatal error: Method XXX::__toString() must not throw an exception...

2007-04-12 Thread Guilherme Blanco
Hello, Before you crucify me, let me explain what I am trying to do. There is a methodology named Defense Programming, an approach that implements what is usually known as Poka-Yoke (from Japanese, wiki: http://en.wikipedia.org/wiki/Poka-yoke). First of all, it's not Pokemón, ok? This

RE: [PHP-DEV] dropping asp_tags in HEAD

2007-04-12 Thread Andi Gutmans
Not that I think many people use this but I think there's absolutely nothing to gain from dropping this tag (except for purity). So I really so no good reason to do it. -Original Message- From: Antony Dovgal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 12:32 PM To: