#21167 [Fbk->Opn]: ldapclose() SEGFAULTs

2003-01-05 Thread rsaura
ean & removed config.cache before >compiling PHP with --enable-debug flag? yes, i did. >Also, try running the php via gdb, >gdb /home/rsaura/php-4.3.0/sapi/cgi/php >run -f pp.php4 here you are... [root@avipsa64 vmps]# gdb /home/rsaura/php-4.3.0/sapi/cgi/php GNU gdb Red

#21167 [Fbk->Opn]: ldapclose() SEGFAULTs

2003-01-03 Thread rsaura
cense, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux".

#21167 [Csd->Opn]: ldapclose() SEGFAULTs

2003-01-03 Thread rsaura
distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux". Core was generated by `/home/rsaura/php-4.3.0/sapi

#21167 [Com]: ldapclose() SEGFAULTs

2002-12-23 Thread rsaura
($ds, $BASE_DN, "samaccountname=rsaura", array ("distinguishedName"), 0, 1, 30, LDAP_DEREF_NEVER); $entry = ldap_first_entry($ds, $sr); if($entry == FALSE){ exit; } $attrs = ldap_get_at

#21167 [NEW]: ldapclose() SEGFAULTs

2002-12-23 Thread rsaura
){ $sr=ldap_search($ds, $BASE_DN, "samaccountname=rsaura", array ("distinguishedName"), 0, 1, 30, LDAP_DEREF_NEVER); $entry = ldap_first_entry($ds, $sr); if($entry == FALSE){ exit; }