Hello i installed PHP Version 5.3.16 on CENTOS 5.9 i made many editing to the PHP Configuration File php.ini but no effects.. every time i edit that file i restart the server.. i have set ignore_repeated_errors to on and log_errors_max_len to 1024 but the php engine still writes the repeated errors and the error files sometimes reach 1 GB in size because i have a php start up error ( i don't have time to investigate about it now) so every time any php page loads the php engine report that error on the erro_log file is it bug in that php release or what should i do?
Can you tell us what for errors you get? and some releases got multiple php.ini files, check if you got the right one
yeah this file libswscale.so is not in the folder and searched all the server for this file but couldn't finde it using the following command locate libswscale.so
If you want to use locate for some new files on server you first must update db with command: updatedb
In shell type updatedb locate php.ini It will show all locations of php.ini, the one your editing is overridden The missing module shouldn't matter unless your using ffmpeg, you can just comment out the line to remove the error, or locate the module and hard code the path in php.ini eg locate ffmpeg.so to find the path