Sriram Natarajan wrote: > > >>> >>>> Sriram Natarajan wrote: >>>> >>>> >>>>> Ludo >>>>> The updated webrev to load php5 module is within php5.conf >>>>> http://cr.opensolaris.org/~sn123202/PHP5_ARC_CASE_2007_656/usr/src/cmd/php5/Solaris/php5.conf.html >>>>> >>>>> hope this helps >>>>> >>>>> >>>>> >>>> Better, yes....Has it been tested? I am concerned I am the one finding >>>> the issues by running the code, not looking at source code... >>>> >>>> On my tests, saved php files in htdocs where not reloaded at page reload? >>>> >>>> >>> Can you be more elaborate as how to reproduce this issue >>> >> create a index.php file under the apache2 htdocs area. >> View it in firefox: you seen the correct page. >> Using vi, edit this php page, change it a bit, save it, and in firefox: >> reload the page: you still see the old content of the php page. >> >> > I have not tested this. Let me look into this right away. Thanks for > reporting >
Ludo Thanks a ton for bringing this issue to our attention. This issue is happening because we are enabling extension 'APC' by default. APC extension enables higher performance by statically compiling the PHP scripts instead of interpreting every time it is requested. This extension could be enabled on 'production systems' to get higher performance. This is some thing like 'dynamic reload' option we have within Web Container. Any way, you should be able to proceed with your testing by disabling this extension within '/etc/php5/5.2.4/conf.d/apc.ini' As part of this exercise, I will disable this extension and all 3rd party extensions that we bundle like like DTrace, XDebug , Suhosin etc so that user will need to manually enable them to use it. thanks again for bringing this issue sriram -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/webstack-discuss/attachments/20071127/5789e78e/attachment.html>
