|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-06-03 08:34 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 22 18:00:01 2025 UTC |
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