Re: [PHP4BETA] No optimiser

[email protected] (Sascha Schumann) Mon, 5 Jun 2000 17:05:43 +0200 (CEST)
Newsgroups php.version4
Message-ID <[email protected]>
On Fri, 2 Jun 2000, Andi Gutmans wrote:

> It probably isn't working for you because you are using --enable-versioning 
> which changes the symbol names of the PHP 4 functions.

    While versioning does exactly that in PHP 3,
    `--enable-versioning' uses another mechanism of libtool in
    PHP 4, so that basically all symbols become static. Only
    relevant symbols are exported (see sapi/$SAPI/php.sym for the
    list).

    - Sascha