|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-11-15 23:35 UTC] felipe@php.net
[2011-11-15 23:35 UTC] felipe@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: fat
[2011-11-16 00:23 UTC] fat@php.net
-Status: Assigned
+Status: Feedback
[2011-11-16 00:23 UTC] fat@php.net
[2011-11-16 09:44 UTC] alexander dot over at koeln dot de
[2011-11-16 09:44 UTC] alexander dot over at koeln dot de
-Status: Feedback
+Status: Assigned
[2011-11-16 09:50 UTC] fat@php.net
-Status: Assigned
+Status: Closed
[2011-11-16 09:50 UTC] fat@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 23:00:01 2025 UTC |
Description: ------------ When try to run a .phar on PHP running as FPM, i got an endless redirect loop. Test script: --------------- <?php $p = new Phar('test.phar'); $p->setStub($p->createDefaultStub('stub.php', 'index.php')); $p->addFromString('index.php', '<?php phpinfo();'); header('Location: test.phar'); Expected result: ---------------- output from phpinfo(); Actual result: -------------- redirection loop (301)