The php-posix tag has no wiki summary.
7
votes
2answers
159 views
What are the best/popular libraries for developing CLI apps/scripts?
Many of the component libraries and toolkits I'm familiar with lack CLI-specific libraries (zend, kohana, etc..). Are there any libraries/tools that are designed specifically for developing CLI ...
1
vote
1answer
62 views
The point of PHP's recent dropping of [[:POSIX:]] regular expression flavor
Dropping of the ereg-functions and their POSIX-regular expression flavor in later PHP versions?
After reading an older posting concerned of this - and reading the official PHP statement I'm inclined ...