/etc/php/cli-php5/php.ini == /etc/php/apache2-php5/php.ini Reproducible: Always Steps to Reproduce: edit to 'ln -s' ?
oops, ln -> cp
Please, explain NOT so briefly the issue here.
Sorry. /etc/php/cli-php5/php.ini equal /etc/php/apache2-php5/php.ini hard linked same file. # cp /etc/php/cli-php5/php.ini /etc/php/apache2-php5/php.ini cp: `/etc/php/cli-php5/php.ini' and `/etc/php/apache2-php5/php.ini' are the same file thank you.
I'm unable to see this issue here, and if there is an issue at all, I highly doubt that it is 5.2.8-specific, as I haven't done any changes with regards to ini handling. Anyway, I need some more information please. What makes you think that we are talking about a hard link here? The given cp output might as well (or only?) happen with symlinks. Please paste output of ls -la /etc/php/{cli,apache2}-php5/php.ini Assuming these are symlinks to the same file on your system, I still don't see why. Are you absolutely sure that you haven't added this symlink yourself? I know multiple sysadmins who do not need our seperation between these different SAPIs and have created such a symlink by themselves.
5.2.8-r1 solved. thank you :)