Alpha testers wanted: perror extension

php.internals

Richard Lynch

20 years ago
I have completed my first modestly useful PHP extension. The perror extension adds the functions 'strerror' and 'strsignal' for use with 'exec' and friends and pcntl functions. http://l-i-e.com/perror/ Alpha testers and code review would be most welcome. I thought I'd start small with a post here and some review/rework before unleashing it on PHP-General -- Hope that's okay. Be gentle... :-)
-- Like Music? http://l-i-e.com/artists.htm

Andi Gutmans

20 years ago
Richard, Please go lighter on the emails you send to internals@. This list is really meant for discussing the development of PHP itself. Of course the occasional question is fine (if you've RTFM'ed and looked at other extensions) but you've sent over 20 msgs in 3 days :) Best to see if there's someone that has time to help you offline and only return to the list if it truly needs to reach this large audience.... The PHP IRC channel is probably the best place to get such help. Thanks. Andi At 09:16 PM 4/17/2006, Richard Lynch wrote: