Re: [PHP-DEV] Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.h zend_variables.c zend_variables.h

2004-09-26 Thread l0t3k
> > Andi > Well, the binary serialization module is not still in PECL's CVS. > Fumanchi is quite quiet lately > im not 100% sure, but bcompiler may be affected, but i seriously doubt its being used heavily at this point. l0t3k -- PHP Internals - PHP Runtime Development Mailing List To unsubscrib

Re: [PHP-DEV] Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.h zend_variables.c zend_variables.h

2004-09-26 Thread Andrey Hristov
Andi Gutmans wrote: False alarm. Marcus just pointed out that we don't use the values of the IS_BOOL and friends in serialization. So it doesn't break anything except for code which might rely on these numbers (which I don't think we have in the default distro). Andi Well, the binary serializati

Re: [PHP-DEV] Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.h zend_variables.c zend_variables.h

2004-09-26 Thread Andi Gutmans
False alarm. Marcus just pointed out that we don't use the values of the IS_BOOL and friends in serialization. So it doesn't break anything except for code which might rely on these numbers (which I don't think we have in the default distro). Andi At 01:06 PM 9/26/2004 -0700, Andi Gutmans wrote:

[PHP-DEV] Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.h zend_variables.c zend_variables.h

2004-09-26 Thread Andi Gutmans
Is there something we can do about serialization breaking between 5.0.xand 5.1.x? IIRC we don't save the PHP version number with serialized data. If so, we could adjust the types according to version check. Comments/ideas? Andi From: "Andi Gutmans" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date:

Re: [PHP-DEV] Benchmark of new VM

2004-09-26 Thread Thies C . Arntzen
On 2004-09-26 03:05:18 +0200, Andi Gutmans <[EMAIL PROTECTED]> said: I'll see which parts of your patch can be adapted for 5.1.x. I think the var lookup is probably the most substantial one but I will probably implement it slightly different. I'll mail internals@ when I have something. this need

Re: [PHP-DEV] Readline compile failure

2004-09-26 Thread Wez Furlong
Committed; thanks! On Sun, 26 Sep 2004 12:13:38 +0200, Timm Friebe <[EMAIL PROTECTED]> wrote: > Hi, > here's a patch that fixes the following: > > In file included from > /usr/home/thekid/devel/php/php/ext/readline/readline.c:28: > /usr/home/thekid/devel/php/php/ext/readline/php_readline.h:26: w

[PHP-DEV] Readline compile failure

2004-09-26 Thread Timm Friebe
Hi, here's a patch that fixes the following: In file included from /usr/home/thekid/devel/php/php/ext/readline/readline.c:28: /usr/home/thekid/devel/php/php/ext/readline/php_readline.h:26: warning: #warning Readline module will *NEVER* be thread-safe /usr/home/thekid/devel/php/php/ext/readline/rea

Re: [PHP-DEV] Suggestions for PHP

2004-09-26 Thread Andrey Hristov
Michael Virnstein wrote: Hi there, what really would be nice, if PHP would have a more advanced way of quoting strings similar to Perl. E.g. the q{} and qq{} function are really helpful there or that i can use e.g. $var = !my string 'hallo'!; $var = "my string 'hallo'" If you want to have longer

[PHP-DEV] Suggestions for PHP

2004-09-26 Thread Michael Virnstein
Hi there, what really would be nice, if PHP would have a more advanced way of quoting strings similar to Perl. E.g. the q{} and qq{} function are really helpful there or that i can use e.g. $var = !my string 'hallo'!; and i don't have to backslash ' and " inside the string. another thing that i

Re: Fwd: Re: [PHP-DEV] Benchmark of new VM

2004-09-26 Thread Andi Gutmans
http://snaps.php.net/~andi/ctor_dtor.diff At 06:22 PM 9/25/2004 -0700, Andi Gutmans wrote: Seems my attachments are getting filtered out. Try #2. Date: Sat, 25 Sep 2004 18:05:18 -0700 To: Thies C. Arntzen <[EMAIL PROTECTED]>,[EMAIL PROTECTED] From: Andi Gutmans <[EMAIL PROTECTED]> Subject: Re: [PHP