Re: [PHP-DEV] maybe serious error in RC3 memory manager

2001-11-26 Thread Oleg Khimich

Hello!

>> It's not a new issue, is it?  (trying to figure out whether this is a show 
>> stopper for 4.1.0 or not)

>I can't reproduce it with 4.0.6, and some of the relevant code have
>changed. AFAICS the solution should be to remove the timeout handler
>earlier in the shutdown process (like I tried to do by switching the
>order of the unset_timeout() and shutdown_memory_manaager() calls.
>I think it only is a problem if it takes a long time to do shutdown,
>and it might be a bad idea to change the code this late in the
>release process, but it also is a relatively safe fix...

On my FreeBSD 4.3 php4.1.0rc3 not failing, but message "maximum execution time..." 
appeared.
PHP4.2.0-dev core dumped after some time.

Oleg Khimich.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13260 Updated: fsockopen when times out is core dumped

2001-11-22 Thread khimich

ID: 13260
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Sockets related
Operating System: FreeBSD 4.3
PHP Version: 4.0CVS-2001-09-12
New Comment:

In php-4.1.0RC3 this doesn't reproduced, so seems it works.


Previous Comments:


[2001-11-21 07:17:22] [EMAIL PROTECTED]

There as some glitch in fsockopen for a given timeframe. Can you try latest RC if 
problem still exists

http://www.php.net/~zeev/php-4.1.0RC3.tar.gz

Feedback.



[2001-09-12 05:21:02] [EMAIL PROTECTED]

This code 

$fp=fsockopen("10.0.5.1",80,&$errno, &$errstr,5);
if(!$fp) echo "$errno $errstr";

core dumped after message "60 Operation timed out"






Edit this bug report at http://bugs.php.net/?id=13260&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13260: fsockopen when times out is core dumped

2001-09-12 Thread khimich

From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.3
PHP version:  4.0CVS-2001-09-12
PHP Bug Type: Filesystem function related
Bug description:  fsockopen when times out is core dumped

This code 

$fp=fsockopen("10.0.5.1",80,&$errno, &$errstr,5);
if(!$fp) echo "$errno $errstr";

core dumped after message "60 Operation timed out"

-- 
Edit bug report at: http://bugs.php.net/?id=13260&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]