Date: 12/15/00
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7897 Updated: FTP Stalls / Hang ups"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7778 Updated: getpeername() segfaults"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7948
Updated by: sniper
Reported By: f.labanvoye <email protected>
Old-Status: Feedback
Status: Closed
Bug Type: LDAP related
Assigned To:
Comments:
No feedback and should be fixed.
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2000-11-23 09:37:14] sniper <email protected>
Please try latest snapshot from http://snaps.php.net/
as this should be fixed already.
--Jani
---------------------------------------------------------------------------
[2000-11-23 09:16:30] f.labanvoye <email protected>
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.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7948
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7897 Updated: FTP Stalls / Hang ups"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7778 Updated: getpeername() segfaults"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

