Archive

Posts Tagged ‘php.ini file’

Fatal error: Allowed memory size of 67108864 – Ho to Resolve ?

August 21st, 2008 3 comments
Fatal error: Allowed memory size of 67108864 – Ho to Resolve ? Hot to resolve next php/apache error: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate NNNNNN bytes) in /.../some-file.php on line NNNN tried the following (previous value is commented) in php.ini & restart apache: ;max_execution_time = 60 ; Maximum execution ...

Enable eAccelerator delivered with XAMPP

July 8th, 2008 No comments
Enable eAccelerator delivered with XAMPP How do I activate the eaccelerator in XAMPP? Open the "php.ini" file in the directory \xampp\apache\bin\php.ini. Here activate the following lines by removing the semicolon in each line in the [eAccelerator] section: extension=eaccelerator.dll eaccelerator.shm_size = "0" eaccelerator.cache_dir = "\xampp\tmp" eaccelerator.enable = "1" eaccelerator.optimizer = "1" After that, ...

Hide Php Error Messages – How To !?

July 8th, 2008 No comments
Hide Php Error Messages – How To !? How can I hide PHP error messages in browser? in php.ini file (global settings for server): display_errors = Off Using the ini_set() function to set the value of this, you will have to do it every time you run the script though. <?php ini_set("display_errors", ...
GoCache - ByREV-Cache v1.0 - live served in : 0.349755 sec (gzip)