From:             pierrefawcett at hotmail dot com
Operating system: Windows XP Home Edition
PHP version:      Irrelevant
PHP Bug Type:     Performance problem
Bug description:  Problem with $_Get - too slow!

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 bug report at http://bugs.php.net/?id=28615&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28615&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28615&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28615&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28615&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28615&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28615&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28615&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28615&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28615&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28615&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28615&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28615&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28615&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28615&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28615&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28615&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28615&r=float

Reply via email to