[PHP-DEV] Re: A little help needed - get_filename() and get_linenum()

2002-09-04 Thread Dejan Markic
Hello! You probably did not see magic constants __FILE__ and __LINE__ in PHP manual ? Check this: http://si.php.net/manual/en/language.constants.php Cheers, Dejan "Dan Hardiker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... | Hi All, | | Im looking at develo

[PHP-DEV] CVS Account Request: dejan

2002-08-20 Thread Dejan Markic
Translating Manual to Slovenian -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ob_implict_flush()

2002-07-15 Thread Dejan Markic
Hello! If output_buffering in PHP is set and you issue ob_implict_flush() it does not work. I guess it will still buffer those 4096 bytes. Is this a bug or a feature? I think it would be better if this ob_implict_flush() would work even if output_buffering is set since this is what you're explict