ID: 28615
Updated by: [EMAIL PROTECTED]
Reported By: pierrefawcett at hotmail dot com
-Status: Open
+Status: Bogus
Bug Type: Performance problem
Operating System: Windows XP Home Edition
PHP Version: Irrelevant
New Comment:
It works fine for me, and as I've no idea what the Abyss Webserver is,
it's better to file a complaint with them.
Previous Comments:
------------------------------------------------------------------------
[2004-06-03 04:19:55] pierrefawcett at hotmail dot com
Description:
------------
The list of modules you compiled .....
Sorry, don't know what you mean. I'm a newbie with PHP.
Running on "Abyss web server"
No changes in php.ini-dist.
I haven't found anything anywhere about this.
Problem:
The script does work - but it takes forever (about 30 seconds)!
The $_POST works, and very fast too.
Memory available when running the script is plenty and CPU load is very
low (about 3%).
Reproduce code:
---------------
<?php
$name = $_GET["name"];
print("Your name is $name");
?>
Expected result:
----------------
A fast result as with the $_POST variable.
Actual result:
--------------
Works but very slow
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28615&edit=1