[PHP-WEBMASTER] [PHP-BUG] Bug #74752 [NEW]: 500 Internal Server Error on qa.php.net
From: mj Operating system: Irrelevant PHP version: Irrelevant Package: Website problem Bug Type: Bug Bug description:500 Internal Server Error on qa.php.net Description: http://qa.php.net/ is failing with "500 Internal Server Error" since yesterday. Test script: --- $ curl -v http://qa.php.net/ * Trying 2604:a880:800:10::2d6:2001... * TCP_NODELAY set * Connected to qa.php.net (2604:a880:800:10::2d6:2001) port 80 (#0) > GET / HTTP/1.1 > Host: qa.php.net > User-Agent: curl/7.51.0 > Accept: */* > * HTTP 1.0, assume close after body < HTTP/1.0 500 Internal Server Error < Date: Tue, 13 Jun 2017 05:55:22 GMT < Server: Apache/2.2.22 (Debian) < X-Powered-By: PHP/5.4.34-0+deb7u1 < Vary: Accept-Encoding < Content-Length: 0 < Connection: close < Content-Type: text/html < * Curl_http_done: called premature == 0 * Closing connection 0 -- Edit bug report at https://bugs.php.net/bug.php?id=74752&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=74752&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=74752&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=74752&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=74752&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=74752&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=74752&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=74752&r=needscript Try newer version: https://bugs.php.net/fix.php?id=74752&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=74752&r=support Expected behavior: https://bugs.php.net/fix.php?id=74752&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=74752&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=74752&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=74752&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=74752&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=74752&r=dst IIS Stability: https://bugs.php.net/fix.php?id=74752&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=74752&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=74752&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=74752&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=74752&r=mysqlcfg -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WEBMASTER] [PHP-BUG] Bug #66336 [NEW]: Redirect loop for http://www.php.net/git-php.php
From: mj Operating system: PHP version: Irrelevant Package: Website problem Bug Type: Bug Bug description:Redirect loop for http://www.php.net/git-php.php Description: http://www.php.net/git-php.php redirects to itself causing an infinite redirect loop. Test script: --- curl -L --head http://www.php.net/git-php.php -- Edit bug report at https://bugs.php.net/bug.php?id=66336&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=66336&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=66336&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=66336&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=66336&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=66336&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=66336&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=66336&r=needscript Try newer version: https://bugs.php.net/fix.php?id=66336&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=66336&r=support Expected behavior: https://bugs.php.net/fix.php?id=66336&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=66336&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=66336&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=66336&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=66336&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=66336&r=dst IIS Stability: https://bugs.php.net/fix.php?id=66336&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=66336&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=66336&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=66336&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=66336&r=mysqlcfg -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WEBMASTER] [PHP-BUG] Bug #66517 [NEW]: Too little margin between "Report a bug" link and initial warning
From: mj Operating system: OS X PHP version: Irrelevant Package: Website problem Bug Type: Bug Bug description:Too little margin between "Report a bug" link and initial warning Description: On http://docs.php.net/manual/en/migration56.changes.php the "Report a bug" link at the top of the main content overlaps with the "Warning" div that comes first in the sect1. (Chrome, OS X) Adding a top margin of 1em instead of 0.75em for div.warning fixes this. I've put up a screenshot here: http://divbyzero.net/~martin/php.net-missing-margin-20140120.png Expected result: No overlapping. Actual result: -- Overlapping. -- Edit bug report at https://bugs.php.net/bug.php?id=66517&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=66517&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=66517&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=66517&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=66517&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=66517&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=66517&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=66517&r=needscript Try newer version: https://bugs.php.net/fix.php?id=66517&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=66517&r=support Expected behavior: https://bugs.php.net/fix.php?id=66517&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=66517&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=66517&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=66517&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=66517&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=66517&r=dst IIS Stability: https://bugs.php.net/fix.php?id=66517&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=66517&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=66517&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=66517&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=66517&r=mysqlcfg -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
