php - PHP 默认可以在 Oracle OAS 上运行吗?

标签 php oracle oas

我不完全确定这个问题是否应该在此处或 super 用户论坛提出,但我想知道 Oracle 应用服务器是否能够默认运行 PHP 脚本。我似乎在互联网上找不到任何说法

最佳答案

我希望这一切能够清楚

PHP is a supported as a mod (mod_php) with the Oracle HTTP Server. The version shipped with Oracle Application Server 10g Release 3 (10.1.3.1.0) is PHP 5.1.2.

来自oracle doc 1.6 point

Oracle includes PHP with its mid-tier Application Server 10g Release 3 allowing you to use the same web server for PHP and for J2EE applications.

PHP is enabled by default. The Oracle HTTP Server document root is

$ORACLE_HOME/Apache/Apache/htdocs Files with .php or .phtml extensions in this directory will be executed by PHP. Files with a .phps extension will be displayed as formatted source code.

above quoted from Oracle:PHP and Oracle

关于php - PHP 默认可以在 Oracle OAS 上运行吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14756341/

相关文章:

使用动态 SQL ALTER USER 查询的 SQL 注入(inject)预防

php - 如何将多个选定的行值从其他表插入到新表

java - JDBC : Oracle Application Server and "The Network Adapter could not establish the connection" error

php - 两个数组之间的差异(抑制和添加的行)

sql - oracle 中报告表的数据馈送(汇总与分组集)

php - 在页面上的图像后面插入字符串

java - 如何更改内部服务器错误的处理?

jquery - 从第三方将 Css 注入(inject) iframe

php - 如何让网页停止长时间运行的进程

php - 从 MYSQL PHP 查询将总计添加到表中