ID: 41489
Updated by: [EMAIL PROTECTED]
Reported By: n dot escuder at intra-links dot com
-Status: Open
+Status: Feedback
Bug Type: Streams related
Operating System: Linux 2.6
PHP Version: 5.2.3
Assigned To: iliaa
New Comment:
Did you try cutting the configure options to the bare minimum you need
for the test scripts to run and did you use --disable-all? If not, do
this.
Previous Comments:
------------------------------------------------------------------------
[2007-07-10 12:36:36] n dot escuder at intra-links dot com
I did it with php5.2-200707101030
I ran with -n and the problems stay. ACCEPT never arrive.
------------------------------------------------------------------------
[2007-07-10 11:30:20] [EMAIL PROTECTED]
Try building the latest 5.2 CVS snapshot without compiling anything as
shared. And make sure you don't load any php.ini by passing -n to CLI
when you run the scripts.
------------------------------------------------------------------------
[2007-07-09 17:07:25] n dot escuder at intra-links dot com
Linux zelda.intra-links.dev 2.6.21.4-atl-smp #1 SMP Mon Jun 25 20:28:57
CEST 2007 x86_64 GNU/Linux
OpenSSL 0.9.8e 23 Feb 2007
I omit to say that PHP is the CLI Version.
Build script of PHP :
export EXTENSION_DIR=/usr/lib/php/extensions &&
ARGS="--prefix=/usr \
--sysconfdir=/etc \
--with-config-file-path=/etc \
--with-zlib-dir=/usr/lib \
--with-pear \
--enable-dom \
--enable-overload \
--enable-pcntl \
--enable-pdo \
--enable-simplexml \
--enable-zip \
--enable-json \
--with-bz2=shared \
--with-curl=shared \
--with-fam=shared \
--with-gettext=shared \
--with-iconv=shared \
--with-imap=shared \
--with-imap-ssl=shared \
--with-mysql=shared \
--with-openssl=shared \
--with-pdo-mysql=shared \
--with-pdo-sqlite=/usr \
--with-xml=shared \
--with-simplexml=shared \
--with-xmlreader=shared \
--with-xmlwriter=shared \
--enable-bcmath=shared \
--enable-calendar=shared \
--enable-ctype=shared \
--enable-exif=shared \
--enable-ftp=shared \
--enable-hash=shared \
--enable-mbstring=shared \
--enable-sockets=shared \
--enable-tokenizer=shared \
--enable-xmlreader=shared \
--enable-xmlwriter=shared \
--without-sqlite \
--disable-cgi" &&
./configure $ARGS &&
make &&
make install
It's an LFS OS. PHP is the core of the plateform it manage services and
events between processs with RPC and more...
I can give you an access if you need it.
------------------------------------------------------------------------
[2007-07-09 15:24:18] [EMAIL PROTECTED]
Please give more information about your (64bit) system.
And also the full configure line.
I can NOT reproduce this using latest CVS on this system:
# uname -a
Linux linux5 2.6.20-1.2944.fc6 #1 SMP Tue Apr 10 17:46:00 EDT 2007
x86_64 x86_64 x86_64 GNU/Linux
(fedora 6)
------------------------------------------------------------------------
[2007-07-09 13:22:49] n dot escuder at intra-links dot com
I have sent an email to [EMAIL PROTECTED] on 03/07/2007 with no answer.
So i reopen the bug.
Email content :
I just retry with php 5.2.3 and php 5.2.4-dev
On 64 bit plateform the ACCEPT never arrive.
With PHP 5.2.1 on the same plateform ACCEPT arrive.
I can do some try if you need. Email me.
I don't known what to do ... And i need this function ;o)
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/41489
--
Edit this bug report at http://bugs.php.net/?id=41489&edit=1