Re: [PHP] Error logging

2007-06-04 Thread Vincent Tumwijukye
I suggest each student adds the line error_reporting(E_ALL); This will echo the errors and will not affect the php.ini settings. Hope that will work for you cheers On 5/31/07, Clark Alexander [EMAIL PROTECTED] wrote: We have the following php.ini settings: error_reporting = E_ALL

Re: [PHP] fpassthru() error after update

2009-12-12 Thread Vincent Tumwijukye
This means that buffered video exceeded your memory limitof 260MB set in your php.ini. Consider increasing it to higher value, if your computer has say 1GB or more of RAM. Kind regards On Sat, Dec 12, 2009 at 11:33 AM, A. Mannini newsgro...@esod.it wrote: Hi, i use fpassthru() to stream

Re: [PHP] fpassthru() error after update

2009-12-12 Thread Vincent Tumwijukye
i On Sat, Dec 12, 2009 at 12:51 PM, Vincent Tumwijukye vtumwiju...@gmail.comwrote: This means that buffered video exceeded your memory limitof 260MB set in your php.ini. Consider increasing it to higher value, if your computer has say 1GB or more of RAM. Kind regards On Sat, Dec 12, 2009

Re: [PHP] fpassthru() error after update

2009-12-12 Thread Vincent Tumwijukye
I forgot to mention that you will need to restart your web server after after making that change. Like I mentioned earlier, the script streaming the video is trying to access more memory than the accessible 260MB, by any php script on that server On Sat, Dec 12, 2009 at 12:51 PM, Vincent

[PHP] RE:bcompiler.so fails to load

2009-12-17 Thread Vincent Tumwijukye
Dear Team, I have successfully installed bcompiler-0.9.1 from http://pecl.php.net but apache fails to upload it. I am using PHP 5.3.0, SUSE 11.2, apache2.2.13. Below is the error message generated by apache [ PHP Warning: PHP Startup: Unable to load dynamic library

Re: [PHP] Compiler for the PHP code

2013-03-19 Thread Vincent Tumwijukye
Dear Kevin, please install and use the PECL bcompiler extension. You will need to use the approprate version for your php regards On Tue, Mar 19, 2013 at 11:46 AM, Kevin Peterson qh.res...@gmail.comwrote: My webcode written in PHP and it is running in the interpreted way. My problem is it is