RE: [PHP] Issue with virtual() calls...

2005-01-24 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 21 January 2005 22:01, Potter, Jeff wrote: Hello, Could someone help me understand why later versions of PHP (4.3.9, 4.3.10, 5.0.3) do not maintain the same ordering for

RE: [PHP] Issue with virtual() calls...

2005-01-24 Thread Potter, Jeff
be appreciated. Thanks, JP -Original Message- From: Ford, Mike [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 6:40 AM To: Potter, Jeff; php-general@lists.php.net Subject: RE: [PHP] Issue with virtual() calls... To view the terms under which this email is distributed, please go

RE: [PHP] Issue with virtual() calls...

2005-01-24 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 24 January 2005 16:42, Potter, Jeff wrote: Hi Mike, I would seem so, but the patch (in snapshot php4-200501201930) only seems to work when the output_buffering is set to 0.

Re: [PHP] Issue with virtual() calls...

2005-01-24 Thread Richard Lynch
Potter, Jeff wrote: is still broken on others. The content generated from the virtual() call inside a page ends up in the browser before the opening HTML tag. See the simplified example below: Work-Around: Until you get this hammered out, you could use file_get_contents() with a URL

RE: [PHP] Issue with virtual() calls...

2005-01-24 Thread Potter, Jeff
, January 24, 2005 1:09 PM To: Potter, Jeff; php-general@lists.php.net Subject: RE: [PHP] Issue with virtual() calls... To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 24 January 2005 16:42, Potter, Jeff wrote: Hi Mike, I would

[PHP] Issue with virtual() calls...

2005-01-21 Thread Potter, Jeff
Hello, Could someone help me understand why later versions of PHP (4.3.9, 4.3.10, 5.0.3) do not maintain the same ordering for virtual() call output as the older versions? Basically, generated pages that worked in PHP 4.3.7 PHP 4.3.8 are now broken. Setting the output_buffering=0 seems to