[PHP] Re: Buffering

2004-12-16 Thread Lorderon
, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Buffering

2004-12-16 Thread Lorderon
Hi, Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Lorderon wrote: What I want to do is catch the output buffer, but do not delay the buffer It occurs to me that maybe you should tell us WHY you want this, because there could be existing alternatives outside

Re: [PHP] Output buffering - saving + echoing

2004-12-15 Thread Lorderon
like not using buffering. But I want to catch output chunks in variables. How this can be done? thanks, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Output buffering - saving + echoing

2004-12-15 Thread Lorderon
like not using buffering. But I want to catch output chunks in variables. How this can be done? thanks, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Output buffering - saving + echoing

2004-12-15 Thread Lorderon
Hi, Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Lorderon wrote: What I want to do is catch the output buffer, but do not delay the buffer It occurs to me that maybe you should tell us WHY you want this, because there could be existing alternatives outside

[PHP] Output buffering - saving + echoing

2004-12-14 Thread Lorderon
. ob_end_flush(); ? What I want to do is catch the output buffer, but do not delay the buffer to be sent. How is it done? thanks in advance, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Heap

2004-12-01 Thread Lorderon
Hi, I searched the web but couldn't find an implementation class of HEAP in PHP. If someone has anything that is like, please let me know. Thanks in advance :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Heap implementation

2004-12-01 Thread Lorderon
Hi, I searched the web but couldn't find an implementation class of HEAP in PHP. If someone has anything that is like, please let me know. Thanks in advance :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] constructing class

2004-12-01 Thread Lorderon
); thanks in advance, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] constructing class

2004-12-01 Thread Lorderon
); thanks in advance, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] creating XML with simpleXML

2004-11-18 Thread Lorderon
Hi, I know how to parse XML files with simpleXML. It also allows to edit/modify elements contents. But, is there a way to create an XML from scratch using simpleXML? -thanks, Lorderon. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] strftime

2004-02-17 Thread Lorderon
Hi All, I'm using the next code: ? setlocale(LC_TIME,he);//returns Hebrew_Israel.1255 echo strftime(%A);//I see only question marks: ??? ? ? The browser encoding is set on Windows-1255.. what's the problem? -thanks, Lorderon -- PHP General Mailing List (http

Re: [PHP] Unix-Apache: running apache as different user

2004-01-28 Thread Lorderon
the AssignUserID directive, but couldn't figure out if it affects Apache Module or only CGI module for PHP? thanks in advance -Lorderon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php