I still have a problem in the configure script.

With the package you post:
checking for embedded SAPI library support... no
./configure: syntax error at line 9265: `;' unexpected

checking that line, there is a problem indeed:
   header_path=sapi/embed/php_embed.h
   for header_file in ; do
     hp_hf="$header_path/$header_file"


With latest cvs and with my autoconf/automake tools:
checking for embedded SAPI library support... no
./configure: line 10030: syntax error near unexpected token `;'
./configure: line 10030: `    for header_file in ; do'


This is on a Solaris 9 box.

Nuno


----- Original Message -----
Hi,

You can reach Beta 2 at http://snaps.php.net/~andi/
If there are no surprise show stoppers I'll put it live tomorrow evening.

Andi

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to