[PHP-DEV] CVS Account Request: paran

2003-10-16 Thread mk k
pecl -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] regex operators

2003-10-16 Thread Andrei Zmievski
On Tue, 14 Oct 2003, Rasmus Lerdorf wrote: > You are pushing towards > > $_~=/^\.*?\$$/; Oh, but Rasmus, you don't even need $_ here.. Simply /^\.*?\$$/; will do. My Perl kungfu increases every day. - Andrei -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http:

[PHP-DEV] PHP 5 Beta 2

2003-10-16 Thread Andi Gutmans
Hey, I'd like to release Beta 2 at the end of the week after next (30th of October). Please make sure your code is ready by then. If there's anything critical that can't be ready on time please let me know (although I doubt there is such a thing). Beta 2 will be a big step forward from beta 1 a

[PHP-DEV] [PATCH] disallow --enable-versioning with shared modules

2003-10-16 Thread Joe Orton
--enable-versioning requests that the linker just exports certain entries in the dynamic symbol table; this is not compatible with the use of shared modules, which requires that the SAPI exports all its symbols, zend_* and so on, otherwise modules can't use them. This combination will not have wo