|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-23 09:37 UTC] sniper@php.net
[2000-12-15 20:09 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 05:00:01 2025 UTC |
I compile Php 4.0.3pl1 like this: ./configure --with-apache=/apache_1.3.12 --with-oracle=/u01/app/oracle/product/8.1.6 --with-oci8=u01/app/oracle/product/8.1.6 --with-ldap --without-mysql make make install ldap.php: <? $ds=ldap_connect("localhost"); if ($ds) { echo "1"; } else { echo "0"; } With this config, the scipt return 0; When i compile without oracle and oci8, the scipt return 1. I don't try another extension, such as imap.