|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-01-28 23:21 UTC] bas at bushbaby dot nl
[2013-01-28 23:23 UTC] bas at bushbaby dot nl
[2013-01-29 03:19 UTC] laruence@php.net
[2013-01-29 03:19 UTC] laruence@php.net
-Status: Open
+Status: Feedback
[2013-01-29 08:40 UTC] bas at bushbaby dot nl
[2013-01-29 08:40 UTC] bas at bushbaby dot nl
-Status: Feedback
+Status: Open
[2013-02-01 00:20 UTC] felipe@php.net
[2013-02-01 00:20 UTC] felipe@php.net
-Status: Open
+Status: Not a bug
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Feb 10 22:00:01 2026 UTC |
Description: ------------ './configure' '--prefix=/opt/local' '--mandir=/opt/local/share/man' '-- infodir=/opt/local/share/info' '--program-suffix=54' '-- includedir=/opt/local/include/php54' '--libdir=/opt/local/lib/php54' '--with- config-file-path=/opt/local/etc/php54' '--with-config-file-scan- dir=/opt/local/var/db/php54' '--disable-all' '--enable-bcmath' '--enable-ctype' '- -enable-dom' '--enable-fileinfo' '--enable-filter' '--enable-hash' '--enable-json' '--enable-libxml' '--enable-pdo' '--enable-phar' '--enable-session' '--enable- simplexml' '--enable-tokenizer' '--enable-xml' '--enable-xmlreader' '--enable- xmlwriter' '--with-bz2=/opt/local' '--with-mhash=/opt/local' '--with-pcre- regex=/opt/local' '--with-libxml-dir=/opt/local' '--with-zlib=/opt/local' '-- without-pear' '--disable-cgi' '--disable-cli' '--disable-fpm' '--with- apxs2=/opt/local/apache2/bin/apxs' Test script: --------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <p>this form crashes php</p> <form enctype="multipart/form-data" method="post" action="bug.php"> <input type="submit" value="submit" /> </form> <hr /> <p>this form won't</p> <form method="post" action="bug.php"> <input type="submit" value="submit" /> </form> </body> </html> Expected result: ---------------- see the form again Actual result: -------------- black screen, apache log shows segmentation fault