Re: [PHP-DEV] PHP 4.0 Bug #7171: with --enable-sockets complie error From: chrisv <email protected>
Date: 10/13/00

I've noticed that there have been a lot of problems compiling this on
other platforms besides linux/glibc. Unfortunately, I have no way of
correcting any of these compile problems on other platforms without access
to a machine running something besides what I am running at home.

Is there any chance I would be able to get accounts on such machines which
this breaks on so that I can repair the problems?

Chris

On 13 Oct 2000 solarischan <email protected> wrote:

> From: solarischan <email protected>
> Operating system: solaris 8 for x86
> PHP version: 4.0.3
> PHP Bug Type: Compile Failure
> Bug description: with --enable-sockets complie error
>
> gcc -I. -I/work/web/php-4.0.3/ext/sockets -I/work/web/php-4.0.3 -I/work/web/php-4.0.3/main -I/work/web/php-4.0.3/Zend -I/work/web/php-4.0.3 -I/usr/local/include/freetype -I/usr/local/include -I/usr/local/include/mysql -I/work/web/php-4.0.3/ext/xml/expat/xmltok -I/work/web/php-4.0.3/ext/xml/expat/xmlparse -I/work/web/php-4.0.3/TSRM -D_POSIX_PTHREAD_SEMANTICS -DXML_BYTE_ORDER=12 -g -O2 -c sockets.c && touch sockets.lo
> sockets.c: In function `php_if_connect':
> sockets.c:883: parse error before `1'
> sockets.c:934: invalid lvalue in assignment
> sockets.c:935: invalid type argument of `->'
> sockets.c: In function `php_if_recvfrom':
> sockets.c:1367: parse error before `1'
> sockets.c:1377: invalid lvalue in unary `&'
> sockets.c:1395: request for member `sun_path' in something not a structure or union
> sockets.c:1396: request for member `sun_path' in something not a structure or union
<and more of the same...>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>