[PHP] [RFC] Replace the flex-based scanner with an re2c [1] based lexer

2008-03-03 Thread Marcus Boerger
ecision). > After that is done, decide about multibyte support. Along with the commit to > the 5.3 branch there will be a new re2c version available. > Marcus Boerger > Nuno Lopes > Scott MacVicar > [1] http://re2c.org/ > [2] http://www.hwaci.com/sw/lemon/ > [3] svn://whi

[PHP] Re: [PHP-DEV] PHP 4.4.8RC1

2007-12-20 Thread Marcus Boerger
Hello Derick, to stick with our announced plan, can we release this in 2007? marcus Thursday, December 20, 2007, 1:43:18 PM, you wrote: > Hello! > I packed PHP 4.4.8RC1 today, which you can find here: > http://downloads.php.net/derick/ > Please test it carefully, and report any bugs in the

Re: [PHP] Re: SimpleXML is creating nodes when it shouldn't...

2006-05-12 Thread Marcus Boerger
: > Marcus Boerger wrote: >>> I think that's a bug and not a feature. Why was this changed? >>> >> It is called write support. I think we are going to add a flag >> so that one can specify whether write support is enabled or not. >> > Creating

[PHP] Re: SimpleXML is creating nodes when it shouldn't...

2006-05-12 Thread Marcus Boerger
Hello D., Friday, May 12, 2006, 5:29:42 AM, you wrote: > I've recently upgraded to PHP 5.1.4 from 5.1.2 and noticed that in 5.1.3 > there were changes made to SimpleXML. Now, when I touch an element > which didn't used to exist, instead of acting like it didn't exist, it > creates it! That's

[PHP] Re: [PHP-DEV] Re: [PHP] Exceptions: function x throws Exception

2005-08-06 Thread Marcus Boerger
Hello Jochem, lookup the archieves. We have long ago decided agains that. marcus Friday, August 5, 2005, 2:26:04 PM, you wrote: > Dear Internals, > class FooBar { public function foo() throws Exception {} } > function fooFoo() throws Exception {} > this came up on php-generals and I

[PHP] Re: [PHP-DEV] PHP Extensions & Pass-By-Reference

2005-02-25 Thread Marcus Boerger
Hello Chris, you need to define that signature of your functions by supplying ZEND_ARG_INFO's to them. look at ZEND_API.h file for those macros. marcus Friday, February 25, 2005, 2:22:39 AM, you wrote: > I have a PHP_FUNCTION() defined in my PHP extension. How am I suppose to > pass variable