Hi, I have previously configured php 5.3 with 11g OHS using instructions in note 1163665.1. I configure php with oci8. Setup works fine.
Later I've installed ohs 12.1.3 and configured php 5.6 (with oci8) using instructions in this page:Installing PHP on Oracle HTTP Server 12c. This setup also worked fine.
Our application dev team however does not want to upgrade from 5.3 because they are using 'Call-time pass-by-reference' and that has been disabled from php 5.4 onwards.
I tried to configure php5.3 with 12c OHS using same steps as described in note 1163665.1 but that does not work at all, I'm not able to get any php pages to come up.
Is php 5.3 configurable with 12c ohs and are there any steps for that? Or can I use the same steps as descrived in the 12c and php 5.5 instructions even though I use 5.3 (http://www.oracle.com/technetwork/articles/dsl/jones-php-ohs-2194096.html) ?
This would mean I would configure php-fpm using php 5.3 and I would actually prefer not to use php-fpm as that requires additional fpm process to runon my midtier. Are there any instructions available for configureing php 5.3 without fpm on 12c ohs?
thanks!
Nina