#47563 [NEW]: can't get it to work with ldap

2009-03-04 Thread dnguyen at stewleonards dot com
From: dnguyen at stewleonards dot com
Operating system: window server 2003
PHP version:  5.2.9
PHP Bug Type: *Directory/Filesystem functions
Bug description:  can't get it to work with ldap

Description:

i am trying to enable microsoft active directory with php so i went in
php.ini to enable the line extension=php_ldap.dll and it still doesn't
work. i tried to install jdiagnostic in joomla 1.5 and it says this LDAP:
authentication (crit) PHP LDAP Library not detected. can you tell me what
else do i have to do with php to solve the problem? thanks


-- 
Edit bug report at http://bugs.php.net/?id=47563edit=1
-- 
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=47563r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=47563r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=47563r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=47563r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47563r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=47563r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=47563r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=47563r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=47563r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=47563r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=47563r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=47563r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=47563r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=47563r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=47563r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=47563r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=47563r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=47563r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=47563r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=47563r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=47563r=mysqlcfg



#47512 [NEW]: can't connect to mysql

2009-02-26 Thread dnguyen at stewleonards dot com
From: dnguyen at stewleonards dot com
Operating system: window server 2003
PHP version:  5.2.8
PHP Bug Type: IIS related
Bug description:  can't connect to mysql

Description:

i'm trying to set up php,mysql and i can't get it to work. i can create
table and user name fine in mysql. i can do phpinfo() fine. but when i try
to have connection to mysql from php, it keeps giving me an error saying
php has encountered an access violation at 01b0ac5a
can you help.

Reproduce code:
---
?php
$db_server='localhost';

$db_user='test_user';
$db_password='test_password';

$db_name='test';
$connect_test = mysql_connect($db_server, $db_user, $db_password) 
  or die(Unable to connect to the database!);
print The connection to the \$db_name\ database was successful.;
?

Expected result:

the connection to test database was successful.
or unable to connect to the database

Actual result:
--
the connection to test database was successful.
or unable to connect to the database

-- 
Edit bug report at http://bugs.php.net/?id=47512edit=1
-- 
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=47512r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=47512r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=47512r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=47512r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47512r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=47512r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=47512r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=47512r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=47512r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=47512r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=47512r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=47512r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=47512r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=47512r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=47512r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=47512r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=47512r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=47512r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=47512r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=47512r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=47512r=mysqlcfg