php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2215 apache seg fault /
Submitted: 1999-09-02 08:12 UTC Modified: 1999-09-08 08:37 UTC
From: a dot gremm at rt dot readymix dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.12 OS: AIX 4.2.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: a dot gremm at rt dot readymix dot de
New email:
PHP Version: OS:

 

 [1999-09-02 08:12 UTC] a dot gremm at rt dot readymix dot de
Short script:

This is a problem, I don't have a short script, but it looks
like a problem in EREGI / REG

List of Modules: 
./configure  --prefix=/usr/local --with-apache=../apache_1.3.6 --with-mysql=/usr/local_aktiv/mysql --with-ldap --with-gdbm

Problem arises within phpMyAdmin, MySQL works fine with PERL so I think that Problem comes with PHP.
The tbl_properties.php script fails while tbl_select.php3
works. tbl_properties.php contains reg/ereg statements. 

I have seen some AIX dependend IFDEFS for regular expressions, so might be there is something wrong.

I use the cc_r Compiler because of threads.

 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-08 08:37 UTC] a dot gremm at rt dot readymix dot de
-delete apache .. src/modules/php3/*
rebuild php with --with-system-regex
make CC=cc_r;make install
rebuild apache


Problem fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 18:01:35 2024 UTC