On Sun, 12 May 2002, Zeev Suraski wrote:

> Hmm, then it could be fixed, but we shouldn't introduce a new implementation.
> Assuming you refer to the large number of output calls, they can be saved
> using output buffering - implementing localized buffering in every place is

    I've just noticed that you have kicked out the premier
    implementation of the same functionality in favor of the dog
    slow old one.

    Note that relying on output buffering alone is inferior,
    because (a) it is not always enabled and (b) it does not
    address the inherent flaws in the zend implementation.

    I suggest reverting that commit and doing whatever is
    necessary to improve the zend implementation.

    This could be achieved by defining a function pointer
    zend_html_puts with the same parameters as php_html_puts and
    let applications set that function pointer.  The default
    could continue to point to the current zend_html_puts code.

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to