|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-31 08:04 UTC] j_zuilkowski at hotmail dot com
[2001-02-01 10:14 UTC] j_zuilkowski at hotmail dot com
[2001-04-01 14:14 UTC] sniper@php.net
[2001-05-02 18:16 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
Here is the code segment: --------------snip---------------------------- if($ACCESS == "No") { for ($i=0; $i<$attrs["uniquemember"]["count"]; $i++) { if($attrs["uniquemember"][$i] == $dn) { $setvar["uniquemember"][$i]=$attrs["uniquemember"][$i]; } } $result=ldap_mod_del($ds, "cn=FTP,ou=groups,o=equifax.com", $setvar); ---------------snip---------------------------- Here is the apache log: [Tue Jan 30 21:02:28 2001] [notice] child pid 3807 exit signal Segmentation fault (11) [Tue Jan 30 21:02:49 2001] [notice] child pid 3808 exit signal Segmentation fault (11) [Tue Jan 30 21:02:56 2001] [notice] child pid 3812 exit signal Segmentation fault (11) [Tue Jan 30 21:05:08 2001] [notice] child pid 3806 exit signal Segmentation fault (11) [Tue Jan 30 21:05:10 2001] [notice] child pid 3809 exit signal Segmentation fault (11) Everytime I click my submit button to send my form (which then calls said code above), I get back "The document contained no data..." and apache dumps another seg fault line in the error log.