pecl
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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:
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
--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