Re: [PHP-DEV] SimpleXMLIterator

2004-08-28 Thread Adam Maccabee Trachtenberg
On Sat, 28 Aug 2004, Mathieu Bruneau wrote: > I have been playing with the SPL lately and today I ended up playing > with the SimpleXMLIterator. > [snip] > Example: > > $xml = "Here we areThere"; > > $it = new SimpleXMLIterator($xml); foreach ($it as $k => $v) print "$k: $v\n"; test1: H

[PHP-DEV] SimpleXMLIterator

2004-08-28 Thread Mathieu Bruneau
Hi all, I have been playing with the SPL lately and today I ended up playing with the SimpleXMLIterator. The documentation on that class if fairly poor and I'm in fact requesting some information about it. I managed to create a SimpleXMLIterator passing it basic xml in the constructor but was

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Mehdi Achour
The warning will be gone after the next build of the manual. Mehdi Al Baker wrote: So, all the mb_* functions will have the experimental removed? I see a few that still have it, or is that just the mirrors not up to date yet? Al On Sat, 2004-08-28 at 23:35 +1000, Dave Barr wrote: Derick Rethans wr

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Al Baker
So, all the mb_* functions will have the experimental removed? I see a few that still have it, or is that just the mirrors not up to date yet? Al On Sat, 2004-08-28 at 23:35 +1000, Dave Barr wrote: > Derick Rethans wrote: > > On Fri, 27 Aug 2004, Al Baker wrote: > > > > > >>Thanks for the conf

Re: Re: [PHP-DEV] Learning from Python: PEPping the PHP Development Process

2004-08-28 Thread Wez Furlong
IMO, it makes sense to fold EXPERIMENTAL and CREDITS files into the package.xml files that Hartmut added; they provide versioning and status information. Non-BC API changes require a bump to the API major number; a new major in alpha or beta implies that the new API is subject to change until it i

Re: [PHP-DEV] [Fwd: A NEW Vuln In PHP Interpreter.]

2004-08-28 Thread Rasmus Lerdorf
That message made no sense to me. What exactly is the vulnerability in PHP? I can write a dozen PHP scripts that will mess up various versions of Windows. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [Fwd: A NEW Vuln In PHP Interpreter.]

2004-08-28 Thread Gabor Hojtsy
--- Begin Message --- A new vuln in PHP Interpreter. You Dont Even Need To Have PHP Installed To Reboot Win Servers. Hi, we're Doruk Babalýk & M.ali Akmanalp From Turkey. I Love To Code Sockets With PHP, So I Created A System That I Call PHPX, That's Composed Of php.exe, php.ini, php_sockets.dll,

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Rasmus Lerdorf
On Sat, 28 Aug 2004, Moriyoshi Koizumi wrote: > Maybe sorts of character classes don't work as you expect, because > they lack comprehensive collation support that fully conforms to the > Unicode > specification. It's stable I think, but actually not complete yet. ICU has gotten a lot more modular

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Dave Barr
Derick Rethans wrote: On Fri, 27 Aug 2004, Al Baker wrote: Thanks for the confirmation. The experimental warning appears on any of the individual help files for mbstring (e.g. mb_ereg). Can you file a "Documentation" problem for that on bugs.php.net please? Don't bother, I have fixed this in the

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Derick Rethans
On Fri, 27 Aug 2004, Al Baker wrote: > Thanks for the confirmation. The experimental warning appears on any of > the individual help files for mbstring (e.g. mb_ereg). Can you file a "Documentation" problem for that on bugs.php.net please? regards, Derick -- Derick Rethans http://derickrethan

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Moriyoshi Koizumi
On 2004/08/28, at 8:17, Sean Coates wrote: Are these functions in fact non-experimental? If so, I will remove the warning from the mb_* functions in the manual. Yep, definitely. Thanks in advance :) Moriyoshi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www

Re: [PHP-DEV] Status of Multibyte support in PHP

2004-08-28 Thread Moriyoshi Koizumi
Hi, On 2004/08/28, at 8:38, Al Baker wrote: Thanks for the confirmation. The experimental warning appears on any of the individual help files for mbstring (e.g. mb_ereg). Hmm, warnings seem to persist in manual pages of the multibyte regular expression functions. I'll remove them later :) Do you