Re: [PHP] php in free()

2001-12-18 Thread Andrey Hristov
From: "Jan Maska" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 11:07 AM Subject: Re: [PHP] php in free() > I'm not sure which way you create the connection, but I suppose that you use > FSockOpen.. > > This is a buggy function

Re: [PHP] php in free()

2001-12-18 Thread Jan Maska
I'm not sure which way you create the connection, but I suppose that you use FSockOpen.. This is a buggy function, as far as I know.. Zend promised to take care of it in the 4.0.4 release of PHP, but since that nothing has changed, apparently. I had the same problem some week ago. In the end I ha

RE: [PHP] php in free()

2001-12-17 Thread Niklas Lampén
Your code runs more than 30 seconds. Try using set_time_limit(n) function. Niklas -Original Message- From: Rick [mailto:[EMAIL PROTECTED]] Sent: 18. joulukuuta 2001 2:46 To: [EMAIL PROTECTED] Subject: [PHP] php in free() I'm running a script that times out durring a certian action.