php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74752 500 Internal Server Error on qa.php.net
Submitted: 2017-06-13 05:56 UTC Modified: 2017-06-18 23:31 UTC
From: mj@php.net Assigned: pollita (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2017-06-13 05:56 UTC] mj@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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-06-13 11:53 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2017-06-18 23:31 UTC] pollita@php.net
That was my fault, sorry. Fixed now.
 [2017-06-18 23:31 UTC] pollita@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: pollita
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 22:01:28 2024 UTC