Re: [PHP-DOC] bug in configure with cygwin found

2003-07-22 Thread Gabor Hojtsy
I checked out *peardoc* yesterday afternoon. I will report this bug on the pear.doc list. Ugh, I have not expected a peardoc question here at phpdoc. It would be better to ask there... Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP-DOC] bug in configure with cygwin found

2003-07-22 Thread Greg Beaver
Hi, I checked out *peardoc* yesterday afternoon. I will report this bug on the pear.doc list. Greg Gabor Hojtsy wrote: I isolated the problem, and fixed it. Notice that it wasn't detecting PHP in the output below. Line 1320 of configure was the problem: if test "yes" = `echo '3?"yes":"

Re: [PHP-DOC] bug in configure with cygwin found

2003-07-22 Thread Gabor Hojtsy
I isolated the problem, and fixed it. Notice that it wasn't detecting PHP in the output below. Line 1320 of configure was the problem: if test "yes" = `echo '3?"yes":"no"; ?>' | $PHP -q`; then Apprently, cygwin doesn't support piping fully, as this generates no output at all when I run it

[PHP-DOC] bug in configure with cygwin found

2003-07-21 Thread Greg Beaver
Hi, I isolated the problem, and fixed it. Notice that it wasn't detecting PHP in the output below. Line 1320 of configure was the problem: if test "yes" = `echo '3?"yes":"no"; ?>' | $PHP -q`; then Apprently, cygwin doesn't support piping fully, as this generates no output at all when I ru