[PHP-DEV] phpize returns -1

2009-05-29 Thread Greg Beaver
Hi, Could someone fix phpize to make it return 0 on success? It always returns -1 when opened via proc_open(), which is exceedingly annoying when you're trying to use it in a PHP script. Thanks, Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] phpize returns -1

2009-05-29 Thread Christopher Jones
Greg Beaver wrote: Hi, Could someone fix phpize to make it return 0 on success? It always returns -1 when opened via proc_open(), which is exceedingly annoying when you're trying to use it in a PHP script. Thanks, Greg The bottom of phpize does return 0 and should be reached when all

[PHP-DEV] (please ignore) Re: [PHP-DEV] phpize returns -1

2009-05-29 Thread Greg Beaver
Christopher Jones wrote: Greg Beaver wrote: Hi, Could someone fix phpize to make it return 0 on success? It always returns -1 when opened via proc_open(), which is exceedingly annoying when you're trying to use it in a PHP script. Thanks, Greg The bottom of phpize does return 0