ID:               19106
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Closed
 Bug Type:         LDAP related
 Operating System: debian woody
 PHP Version:      4.1.2
 New Comment:

Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php




Previous Comments:
------------------------------------------------------------------------

[2002-08-26 11:11:59] [EMAIL PROTECTED]

Try newer version first..afaik, this is fixed in CVS at least. Try this
snapshot:

http://snaps.php.net/php4-STABLE-latest.tar.gz



------------------------------------------------------------------------

[2002-08-26 09:40:35] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

------------------------------------------------------------------------

[2002-08-26 09:33:30] [EMAIL PROTECTED]

the line:

ldap_mod_del($this->cid, $dn, $attrs);

where $attrs holds:

Array ( [street] => Array ( [0] => test ) )

and currently in openldap (2.0.23) the attributes are:

Array ( [street] => Array ( [0] => test [1] => test1 [2] => test2 ) )

causes apache (1.3.26) to segfault thus:

[Tue Aug 27 01:05:41 2002] [notice] child pid 6589 exit signal
Segmentation fault (11)
[Tue Aug 27 01:05:42 2002] [notice] child pid 6590 exit signal
Segmentation fault (11)
etc ...

from what i can gather, an attempt to ldap_mod_del an attribute [0]
whilst [1] still holds a value causes the segfault. because calling
ldap_mod_del to delete all three attributes works fine.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19106&edit=1

Reply via email to