php-framework-benchmarks
php-framework-benchmarks copied to clipboard
A study of the overhead incurred by various PHP frameworks.
root@ip-10-190-178-155:/root/http_load-12mar2006# make gcc -Wall -O -c http_load.c http_load.c: In function 'main': http_load.c:413: warning: implicit declaration of function 'time' http_load.c: In function 'handle_connect': http_load.c:937: warning: pointer targets in passing argument 5...
hello, could you add phalcon to your benchmarks? http://phalconphp.com/
Hi there, I've got the benchmark utility working so far but i'm getting lots of warning outputs from apache when the tool is running http://localhost/baseline/php/index.php: Cannot assign requested address
Minor issue, but I noticed that Ubuntu 10.10 doesn't always create a .siegerc file in the user directory when installing siege. You may want to add that users can run...
Apache's AcceptPathInfo must be turned on for ZF urls to work, aka index.php/some/content/here I suggest using a .htaccess file with AcceptPathInfo On inside
Here's the sample error message I get: ``` PHP Warning: file(/var/www/log/2011-03-05T18:01:33/1/http%3A%2F%2Flocalhost%2Fzend%2F1.10.2-project%2Fproject%2Fpublic%2Findex.php%2Fhello%2Fworld/1.log): failed to open stream: No such file or directory in /var/www/include/bench/Siege.php on line 54 ```