php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5597 Segmentatio fault in forms with post in directories protected by mod_auth_mysql
Submitted: 2000-07-14 19:54 UTC Modified: 2000-07-14 20:57 UTC
From: boerm at u dot washington dot edu Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0.1pl2 OS: tru64 4.0D (OSF1 V4.0 878 alpha)
Private report: No CVE-ID: None
 [2000-07-14 19:54 UTC] boerm at u dot washington dot edu
Our server is Apache/1.3.12 (Unix) PHP/4.0.1pl2 AuthMySQL/2.20.  PHP is configured thus: './configure' '--with-apache=/usr/local/work/apache_1.3.12' '--with-mysql'

We've discovered that forms that worked with PHP 3.0.16 are now failing.  The client reports that the results document contains no data.  At the same time, Apache error log reports "child pid #### exit signal Segmentation fault (11)."  Changing the form from post to get permits it to work -- but of course produces a lot of data in the public URL that we prefer to hide.  This affects forms which do NOT query MySQL as well as ones that do query MySQL.  BUT, forms which query MySQL and use post that are not protected by mod_auth_mysql work properly.  (I am copying this info to mod_auth_mysql maintainer Zeev Suraski <bourbon@netvision.net.il>.)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-14 20:57 UTC] sterling at cvs dot php dot net
You need to use your own MySQL client libraries, not PHP's bundled MySQL client libraries.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 05:01:31 2024 UTC