mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix for bug #15627
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70561 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d65e985dee
commit
d52cbbb92f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<reference id="ref.ifx">
|
||||
<title>Informix functions</title>
|
||||
<titleabbrev>Informix</titleabbrev>
|
||||
|
@ -41,8 +41,8 @@
|
|||
Make sure that the Informix environment variables INFORMIXDIR and
|
||||
INFORMIXSERVER are available to the PHP ifx driver, and that the
|
||||
INFORMIX bin directory is in the PATH. Check this by running a
|
||||
script that contains a call to <function>phpinfo()</function>
|
||||
before you start testing. The <function>phpinfo()</function>
|
||||
script that contains a call to <function>phpinfo</function>
|
||||
before you start testing. The <function>phpinfo</function>
|
||||
output should list these environment variables. This is &true; for
|
||||
both CGI php and Apache mod_php. You may have to set these
|
||||
environment variables in your Apache startup script.
|
||||
|
|
Loading…
Reference in a new issue