php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16490 Fails to compile with socket streams
Submitted: 2002-04-08 07:48 UTC Modified: 2002-04-08 08:45 UTC
From: hjones at equiinet dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.2 OS: Linux 2.4.2
Private report: No CVE-ID: None
 [2002-04-08 07:48 UTC] hjones at equiinet dot com
./configure --enable-php-streams --with-apxs2=/opt/apache/bin/apxs --enable-sockets --enable-ftp --without-mysql

produces:

fsock.c: In function `php_sockop_close':
fsock.c:683 `tsrm_ls' undeclared (first used in this function)

This also happens with 4.2.0RC2.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-08 07:52 UTC] mfischer@php.net
> Include experimental php streams.
> Do not use unless you are testing the code!

So it's perfectly ok to be broken. It's fixed in CVS and will be in 4.3  (NOT 4.2)
 [2002-04-08 08:45 UTC] mfischer@php.net
The option has been removed for the upcomming 4.2 release. If you want (to test) streams support your're welcome to use current CVS HEAD branch.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Aug 19 17:01:28 2024 UTC