> wasn't the reason for having a CLI build in parallel > with the requested SAPI to use it for bootsraping and > things? or did i get something wrong here? might well > be so, haven't paid as much attention to the lists > as i should have for the last three weeks or so ... :(
Yes it was. But then I thought why not to have the fully functional cli built at the same time as apache module. Scripts written for command line use in my experience need much the same configuration as the web server module. I was on several big projects where 99% if the code was written for the web application, but some tasks needed to be run from cron. Since we had it written very modulary it was easy to make those shell scripts because I could reuse the class library we built during the project. I understand that there are many people who share this experience. The next task was installing php on several servers (they didn't all have same os) and I had to do double php build. And again the next time we upgraded php... > > Anyway, I don't see a good reason why not to do it. > > just go ahead, do not let me disturb you doing a great job, > just don't forget to treat readline and ncurses the same > way you do with pcntl Thanks. > PS: i know who to assing the bug reports to ;) No problem, just forward them to me. They gonna get closed in a sec :) Edin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]