php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24103 After I upgraded from PHP-4.3.1 to 4.3.2 my Apache module mod_rewrite crashes
Submitted: 2003-06-09 17:11 UTC Modified: 2003-06-18 06:02 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: hlj at viamidia dot com Assigned:
Status: No Feedback Package: Apache related
PHP Version: 4.3.2 OS: FreeBSD 4.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hlj at viamidia dot com
New email:
PHP Version: OS:

 

 [2003-06-09 17:11 UTC] hlj at viamidia dot com
- To reproduce the problem, you can install apache-1.3.27(default 
modules including mod_rewrite)+php-4.3.1(linked with the imap-uw 
imap access library) and configure some rewrite rules in httpd.conf, this 
will work (it works for me for years).  After you upgrade php to 4.3.2 
version (and don't change anything else) the mod_rewrite rules simply 
stop working and crashes the httpd process that was serving the 
request (Jun  8 00:01:58 www /kernel: pid 59615 (httpd), uid 80: exited 
on signal 11)

-my configure line was: ./configure  --with-apxs=/usr/local/sbin/apxs 
--disable-debug --enable-track-vars --disable-pear --without-gd 
--with-imap=/usr/local --with-mysql

- Nothing else was changed.  The problem started right after the PHP 
upgrade (from 4.3.1 to 4.3.2) that I did exactly as I am doing for years 
(since php 3.x).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-10 12:20 UTC] php at gorf dot org
I'm having the same problem using FreeBSD 4.8-STABLE.

I thought I had the problem fixed when I upgraded cclient to 2002c1_1,1, but now it crashes with signal-10 instead of 11 8-(
 [2003-06-11 19:33 UTC] sniper@php.net
Have you tried with minimum set of configure options?
Try this:

# rm config.cache && ./configure --disable-all --with-apxs=/usr/local/sbin/apxs --enable-debug

Does this crash it too? If so, please provide a GDB backtrace of the crash.


 [2003-06-18 06:02 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC