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.
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":"
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
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