#29631 [Com]: apache_get_modules() crashes apache

2004-09-28 Thread arnoud at procurios dot nl
 ID:   29631
 Comment by:   arnoud at procurios dot nl
 Reported By:  fixxxer at php5 dot ru
 Status:   No Feedback
 Bug Type: Reproducible crash
 Operating System: WinXP
 PHP Version:  5CVS-2004-08-12 (dev)
 New Comment:

I'm seeing the same crash (on WinXP, Apache 1.3.31) on several of my
machines. However, the crash doesn't seem to happen on my Unix machine.
Is there a way I could create the requested backtrace on Windows? The
document about creating backtraces above doesn't mention it...


Previous Comments:


[2004-08-28 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2004-08-12 15:45:21] [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.



[2004-08-12 15:40:09] fixxxer at php5 dot ru

Description:

apache_get_modules() crashes apache1.3.31

Reproduce code:
---


Expected result:

list of modules

Actual result:
--
apache segfaults





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


#29797 [NEW]: mkdir function doesn't work correctly when path contains forward slashes

2004-08-23 Thread arnoud at procurios dot nl
From: arnoud at procurios dot nl
Operating system: Windows XP
PHP version:  5.0.0
PHP Bug Type: Directory function related
Bug description:  mkdir function doesn't work correctly when path contains forward 
slashes

Description:

The 'mkdir' function doesn't function correctly on Windows when the path
contains forward slashes. The part of the path with the forward slashes
doesn't get created.

Reproduce code:
---


Expected result:

Two directories should have been created:
c:\a\b\c\d, and
c:\e\f\g\h

Actual result:
--
Actual directories being created:
c:\a\b\c\d, and
C:\e\f

-- 
Edit bug report at http://bugs.php.net/?id=29797&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=29797&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29797&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29797&r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=29797&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=29797&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=29797&r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=29797&r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=29797&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=29797&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=29797&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=29797&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=29797&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=29797&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=29797&r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=29797&r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=29797&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=29797&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=29797&r=float