euler
euler copied to clipboard
PHP solution 14 error
PHP - Project Euler Problem 014
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 650 bytes) in /Users/jkalis/Pro/github/euler/php/euler014.php on line 45
PHP Stack trace:
PHP 1. {main}() /Users/jkalis/Pro/github/euler/php/euler014.php:0
PHP 2. genChain() /Users/jkalis/Pro/github/euler/php/euler014.php:66
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 650 bytes) in /Users/jkalis/Pro/github/euler/php/euler014.php on line 45
Call Stack:
0.0005 236632 1. {main}() /Users/jkalis/Pro/github/euler/php/euler014.php:0
2.4592 133287440 2. genChain() /Users/jkalis/Pro/github/euler/php/euler014.php:66
make: *** [php] Error 255
Hmm... These work on my computer. What's the following show you from a command line?
php -v