Skip to content

Commit

Permalink
Add notes about php ini directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Torgal committed Oct 30, 2013
1 parent fbc6e96 commit 1e4572a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Expand Up @@ -10,5 +10,9 @@ tests - Contains two scripts per SPL data structure class, one for SPL
results - Destination of aggregated results from runner.php and charts from
graphs.php

NOTES: Runner executes tests with php-cgi. Make sure php-cgi.ini has register_argc_argv
set to On. Also make sure that in php.ini "variables_order" contains 'E' so that
runner can resolve path to php binaries.

Blog post http://matthewturland.com/2010/05/20/new-spl-features-in-php-5-3/
Slides http://www.slideshare.net/tobias382/new-spl-features-in-php-53

0 comments on commit 1e4572a

Please sign in to comment.