Date: 12/06/00
- Next message: alex <email protected>: "[PHP-DEV] PHP 4.0 Bug #8138: Hang on url_scanner_ex.c"
- Previous message: Andre Felipe: "[PHP-DEV] Problems compiling php403PL 1 with Openlink ODBC on Solaris"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I dont know if this is by design, but trying to nest a couple
of output buffers doesnt work for me.
Using Apache 1.3.12, php 4.03pl1 and win2k.
The issue is that the contents of a stacked call to ob_start
get discarded somehow, like:
<?php
ob_start();
echo "foo";
ob_start();
echo "ding";
ob_end_flush();
echo "bar";
ob_end_flush();
?>
Only "foobar" gets displayed. Is this by design ? The manual
didnt seem to suggest this case.
Thanks!
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: alex <email protected>: "[PHP-DEV] PHP 4.0 Bug #8138: Hang on url_scanner_ex.c"
- Previous message: Andre Felipe: "[PHP-DEV] Problems compiling php403PL 1 with Openlink ODBC on Solaris"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

