PHP killed console app -


hellow, got script this:

$worker      = new wordworker($somefile); $changedfile = $worker->replace()->save(); 

the script handles word file, when file size more 1.5 mb , when run script console, get:

/usr/local/bin/php: line 6: 45771 killed
ld_library_path=/usr/jails/php54_2/lib:/usr/jails/php54_2/usr/local/lib /usr/jails/php54_2/usr/local/bin/php -c /usr/jails/php54_2/usr/local/etc/php-cli.ini -d extension_dir=/usr/jails/php54_2/usr/local/lib/php/extension_dir -d zend_extension=/usr/jails/php54_2/usr/local/lib/php/extension_dir/ioncube/ioncube_loader_fre.so "./yii" "order-queue/execute-orders"

any set_time_limit or ini_set('memory_limit') cant me. @ least, when start script browser ok.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -