[PHP-DEV] Bug #12372 Updated: LDAP calls within a function fail

2001-07-27 Thread Mike
ID: 12372 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: LDAP related Operating System: RedHat 7.0 PHP Version: 4.0.6 Previous Comments: [2001-07-26 11:44:29]

[PHP-DEV] Bug #12372 Updated: LDAP calls within a function fail

2001-07-27 Thread sniper
ID: 12372 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: LDAP related Operating System: RedHat 7.0 PHP Version: 4.0.6 New Comment: $ds=ldap_connect(ldap.blah.com) || die('Connection Failed'); ^^ This is the problem.. Answer is

[PHP-DEV] Bug #12372 Updated: LDAP calls within a function fail

2001-07-26 Thread Mike
ID: 12372 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: LDAP related Operating System: RedHat 7.0 PHP Version: 4.0.6 New Comment: OkLike I said, it seems that it only bombs when you are doing mysql calls in the same script. Take the code

[PHP-DEV] Bug #12372 Updated: LDAP calls within a function fail

2001-07-26 Thread Mike
ID: 12372 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: LDAP related Operating System: RedHat 7.0 PHP Version: 4.0.6 New Comment: OkLike I said, it seems that it only bombs when you are doing mysql calls in the same script. Take the code

[PHP-DEV] Bug #12372 Updated: LDAP calls within a function fail

2001-07-25 Thread Mike
ID: 12372 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: LDAP related Operating System: RedHat 7.0 PHP Version: 4.0.6 New Comment: One other thingLdap calls seem to work when they are stand alone. Seems that with mysql_connect or mysql_pconnect the

[PHP-DEV] Bug #12372 Updated: LDAP calls within a function fail

2001-07-25 Thread venaas
ID: 12372 Updated by: venaas Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: LDAP related Operating System: RedHat 7.0 PHP Version: 4.0.6 New Comment: Are you sure the problem isn't simply that you do $ds = ldap_connet outside the function, and are not passing