Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-27 Thread Rasmus Lerdorf
Paul Reinheimer wrote: > My prefrerence would be for the interpreter to look for " short tags is enabled (that was brace, question mark, white space), I > don't think i've ever come across an instance when a space or line > break wasn't used. I don't have a huge code repository handy but are > ther

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-27 Thread Paul Reinheimer
My prefrerence would be for the interpreter to look for " wrote: > Yep. I saw this happening during the PHP 5 coding contest we held last year > at Zend - some people used short open tags so I had to have that 'on' in my > php.ini to test, but having it 'on' screwed the entries that used XML, so I

Re: [PHP-DEV] Re: PHP 5.1: Does it still require ext/xmlrpc for pear?

2005-08-27 Thread John Coggeshall
On that line though, I'd like to finish up the ext/xmlrpci ext I've got in PECL and replace ext/xmlrpc. It'll eliminate the custom lib we have for that ext, ground-up designed for PHP 5 (ext/soap style overloading, etc.) Objections? Cheers, John On Sun, 2005-08-28 at 04:10 +0300, Jani Taskinen w

Re: [PHP-DEV] Re: PHP 5.1: Does it still require ext/xmlrpc for pear?

2005-08-27 Thread Jani Taskinen
On Sat, 27 Aug 2005, Rasmus Lerdorf wrote: Jani Taskinen wrote: If I understood correctly, the fixed XML_RPC pear package was updated to the PHP_5_1 branch already. Why is ext/xmlrpc still required? It isn't. Ok. Fix committed. :) --Jani -- PHP Internals - PHP Runtime

[PHP-DEV] Re: PHP 5.1: Does it still require ext/xmlrpc for pear?

2005-08-27 Thread Rasmus Lerdorf
Jani Taskinen wrote: > > If I understood correctly, the fixed XML_RPC pear package > was updated to the PHP_5_1 branch already. Why is ext/xmlrpc > still required? It isn't. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 5.1: Does it still require ext/xmlrpc for pear?

2005-08-27 Thread Jani Taskinen
If I understood correctly, the fixed XML_RPC pear package was updated to the PHP_5_1 branch already. Why is ext/xmlrpc still required? --Jani -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-27 Thread Steph
Yep. I saw this happening during the PHP 5 coding contest we held last year at Zend - some people used short open tags so I had to have that 'on' in my php.ini to test, but having it 'on' screwed the entries that used XML, so I was forever switching short open tags off and on. I was supposed to p

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-27 Thread Johannes Schlueter
Hi Sara, On Sunday 28 August 2005 00:02, Sara Golemon wrote: > +" or any other processing instruction? Even so others than xml are rarely used it would imho be a great wtf factor if http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-27 Thread Jani Taskinen
Let's just nuke all other opening tags than It would be nice if PHP could not get tripped up by " Already included, you may have seen this feature used before, I gather he meant making the scanner intelligent enough to see that the followed by 'xml' and just ignoring the fact that short open

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-27 Thread Sara Golemon
It would be nice if PHP could not get tripped up by " Already included, you may have seen this feature used before, I gather he meant making the scanner intelligent enough to see that the is followed by 'xml' and just ignoring the fact that short open tags is on. I wouldn't expect to see it happe

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-27 Thread Ilia Alshanetsky
Already included, you may have seen this feature used before, Hi: > > It would be nice if PHP could not get tripped up by " short_tags is on. > > http://bugs.php.net/bug.php?id=25987 > > --Dan > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-27 Thread Daniel Convissor
Hi: It would be nice if PHP could not get tripped up by "http://bugs.php.net/bug.php?id=25987 --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave

[PHP-DEV] [patch] extending internal functions with module information

2005-08-27 Thread Johannes Schlueter
Hi Andi et al., the attached patch adds the module registering an internal function to the zend_internal_function structure. This information can be (and is by this patch) used by the reflection API - currently it's quite hard to get the extension defining a function. I additionally used this i

Re: [PHP-DEV] Property Overloading RFC

2005-08-27 Thread Marcus Boerger
Hello Andi, Saturday, August 27, 2005, 1:45:43 AM, you wrote: > At 04:27 PM 8/26/2005, Marcus Boerger wrote: >>Hello Andi, >> >>Saturday, August 27, 2005, 12:52:38 AM, you wrote: >> >> > At 11:32 AM 8/26/2005, Marcus Boerger wrote: >> >> > I don't see why the __get/__set/__isset/__unset methods t