Cannot disable phar.readonly! I need a phar archive ...
One day, I would like to compile some source code to phar archive. Search on the google to do this stuff. Everything seem be OK with PHP 5.3 with built-in Phar class.
One important thing is disable phar.readonly (to allow generate the phar file from source code) in php.ini. I edit this value in /etc/php5/apache/php.ini (on Ubuntu 12), restart the apache, carefully I check the phpinfo and Ready, It is disabled.
Run the file to create the Phar. What the hell, It say that I should disable the phar.readonly. Though that, I just do it before. Am I wrong? let check again by php -info. Wow It still there with phar.readonly On. F!@#$% why, why















