Alan Pinstein
Alan Pinstein
Yeah i like the idea of a buffering class... could be used to do multi-line php input in _any_ project (although not sure how big of a need that is...)
that's how it used to work but there is a big problem with that. The "host" of eval() dies if there's a fatal error. Thus if you did something like...
i have made a bunch of mods; please rebase your feature branch on my master, thanks!
Scott not sure if you're working on this any more, but I did hook up iphp to token_get_all() tonight and managed to get iphp working gracefully when the "command" doesn't...
Thanks for the info. I guess it'd be possible to make it work without readline, but I am not sure you'd want to. It would be so painful to use......
Interesting. I am not sure why I check that way -- I looked in the php docs for readline_callback_handler_install and didn't see where it was not bundled with readline. BUt...
This branch is ready-to-go; however the original need for the feature is now gone since we re-factored how we will run our worker queues (using Heroku). Thus this branch might...
THIS LOOKS OUT OF DATE! I factored out the test changes to master and rebased...
@leftdevel can you check out this early PR to see if you have any architectural concerns w/doing this? I was trying to get ahead of work required to finish our...
I made some tests to mess w/POC for this.... ``` [1 git@workerForMultipleQueues ]:☹ 1> ./vendor/bin/phpunit --testdox --filter '/next.*/i' test/JQStore_ArrayTest.php PHPUnit 3.5.0beta1-1384-g636c21a by Sebastian Bergmann. Configuration read from /Users/apinstein/dev/jqjobs/phpunit.xml JQStore_Array [X]...