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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
40 - 28 = ?
Subscribe to this entry?

 
 [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 Mar 29 06:01:29 2024 UTC