[PHP-DEV] PHP 4.0 Bug #10591 Updated: php.ini parser not very strict

2001-05-01 Thread phpbug
ID: 10591 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: PHP options/info functions Description: php.ini parser not very strict Semi-randomly? There are no odd lines in my php.ini... I need this to work for my app! :) Previous Comments: -

Re: [PHP-DEV] Bug #10561 Updated: sockets.c uses `SUN_LEN' unconditionally - undefined on Solaris

2001-05-01 Thread teo
[Offtopic] Hi sniper! I was just wondering, how can a socket use *unconditionally* a LEN to look @ the SUN :) I thought only snipers use highly accurate lens to shoot bugs, isn't it? [BTW, do you sleep? or you won't sleep until all the bugs are smashed? :) ] -- teodor -- PHP Development Mai

[PHP-DEV] PHP 4.0 Bug #10589 Updated: buildconf not compatible with Gnu Libtool 1.4

2001-05-01 Thread TheBOFH
ID: 10589 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: *Install and Config Description: buildconf not compatible with Gnu Libtool 1.4 [root@gecko /root]# cd /usr/src/php4 [root@gecko php4]# ./cvsclean; ./buildconf buildconf: checking installation... buildconf: autoconf version 2.

[PHP-DEV] Bug #10591 Updated: magic_quotes_runtime being randomly set?

2001-05-01 Thread zak
ID: 10591 Updated by: zak Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: PHP options/info functions PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: zak Comments: Damn... misread last comment. Have asked user to send me relevant code. I would guess that something

[PHP-DEV] Bug #10582 Updated: Error message corruption -- possible infinite loop

2001-05-01 Thread sniper
ID: 10582 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: *General Issues Bug Type: HTTP related PHP Version: 4.0.5 Assigned To: Comments: Could you please try the latest CVS. There has been some fixes on this and I'm not sure if they maded to 4

[PHP-DEV] Bug #9930 Updated: only small psubset of rfc1867 accepted

2001-05-01 Thread sniper
ID: 9930 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: Patch committed. Thanks! --Jani Previous Comments: ---

Re: [PHP-DEV] Bug #10561 Updated: sockets.c uses `SUN_LEN'unconditionally - undefined on Solaris

2001-05-01 Thread Jani Taskinen
On Wed, 2 May 2001 [EMAIL PROTECTED] wrote: >[Offtopic] >I was just wondering, how can a socket use *unconditionally* a LEN to look @ >the SUN :) >I thought only snipers use highly accurate lens to shoot bugs, isn't it? :) >[BTW, do you sleep? or you won't sleep until all the bugs are smashed?

[PHP-DEV] PHP 4.0 Bug #10572 Updated: https takes forever and a day when curl is enabled

2001-05-01 Thread Clement . Ong
ID: 10572 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: cURL related Description: https takes forever and a day when curl is enabled This is the confuration I use on build 200104091745 ./configure --with-apxs=/usr/local/apache/bin/apxs \ --with-config-file-pat

[PHP-DEV] Bug #8377 Updated: File uploads with POST methods takes full Server processing capacity and memory

2001-05-01 Thread sniper
ID: 8377 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request PHP Version: 4.0.4 Assigned To: Comments: Just to note that this is still a problem.. I tried with 1Gb file and my system almost crashed. (On Linux) --Jani Previous Comments:

[PHP-DEV] Re: Bug #10582 Updated: Error message corruption -- possible infiniteloop

2001-05-01 Thread Nick Loman
Jani, Do you refer to: http://cvs.php.net/viewcvs.cgi/php4/main/rfc1867.c?rev=1.62&content-type=text/vnd.viewcvs-markup&sortby=date Or something else? If you think that one may be important I will apply and see if it changes anything. The above doesn't seem to be in PHP 4.0.5 but the other im

Re: [PHP-DEV] Bug #8377 Updated: File uploads with POST methodstakes full Server processing capacity and memory

2001-05-01 Thread Nick Loman
Could this be my problem? I am seeing something very similar to this, but its taking down the entire server very quickly. What is the maximum recommended file size on a P-III 450Mhz machine with 256MB (usually <50MB free) running RH6.0 Currently I am allowing 20Mb uploads Nick. On 2 May 2001

Re: [PHP-DEV] Re: Bug #10582 Updated: Error message corruption --possible infinite loop

2001-05-01 Thread Jani Taskinen
On Wed, 2 May 2001, Nick Loman wrote: >http://cvs.php.net/viewcvs.cgi/php4/main/rfc1867.c?rev=1.62&content-type=text/vnd.viewcvs-markup&sortby=date > >Or something else? If you think that one may be important I will apply and >see if it changes anything. > >The above doesn't seem to be in PHP 4.0

[PHP-DEV] Bug #10591 Updated: magic_quotes_runtime being randomly set?

2001-05-01 Thread zak
ID: 10591 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions PHP Version: 4.0 Latest CVS (01/05/2001) Assigned To: Comments: Hmmm... maybe we do have a bug here... There are no calls to magic_quotes_runtime(). There are no includes, requires or a

[PHP-DEV] Bug #10594: "COM" command no longer works

2001-05-01 Thread interfac
From: [EMAIL PROTECTED] Operating system: Windows NT/98 PHP version: 4.0.5 PHP Bug Type: COM related Bug description: "COM" command no longer works I have just upgraded from v4.0.4 and am having trouble with COM. I downloaded the WIN32 install for IIS (smaller version). Th

[PHP-DEV] Bug #10330 Updated: imap-2001.BETA and imap-ssl support in PHP4

2001-05-01 Thread sniper
ID: 10330 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related PHP Version: 4.0 Latest CVS (14/04/2001) Assigned To: Comments: It's imap-2001.BETA that is broken here. Use imap-2000. That works just fine. --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #10572 Updated: https takes forever and a day when curl is enabled

2001-05-01 Thread Clement . Ong
ID: 10572 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Description: https takes forever and a day when curl is enabled I managed to get https working with curl by copying libcurl.so.2.0.0 from my server that works. Here is the output of running ldd on both versions :-

[PHP-DEV] Bug #10595: source typos in internal_functions.c

2001-05-01 Thread clark
From: [EMAIL PROTECTED] Operating system: MacosX 10.0.2 PHP version: 4.0.5 PHP Bug Type: Compile Problem Bug description: source typos in internal_functions.c in main/internal_functions.c: line32 has n's instead of line breaks between #includes /bin/sh /Users/cgclark/php-4

[PHP-DEV] Bug #10596: Suggestions for new functions

2001-05-01 Thread pulstar
From: [EMAIL PROTECTED] Operating system: Windows 98 4.10 english PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: Suggestions for new functions These are a few suggestions for a new functions. I hope it be useful. Some of them I did myself and it is

[PHP-DEV] PHP Conference

2001-05-01 Thread Sebastian Bergmann
Hi there, I just read the following on php.net: "[1-May-2001] The first ever PHP Conference, part of the O'Reilly " ... This is not true. The first PHP Conference ever was last year's 'PHP Kongress' in Cologne, Germany. True, it was not really international, but it was the first.

Re: [PHP-DEV] PHP 4.0 Bug #10589 Updated: buildconf not compatible with Gnu Libtool 1.4

2001-05-01 Thread Andi Gutmans
Any idea why the status is 'Closed'? I don't see a resolution. Andi At 01:13 AM 5/2/2001 +, [EMAIL PROTECTED] wrote: >ID: 10589 >User Update by: [EMAIL PROTECTED] >Status: Closed >Bug Type: *Install and Config >Description: buildconf not compatible with Gnu Libtool 1.4 > >[root@gecko /root]#

[PHP-DEV] Bug #10597: RE #5684: PHP Intermittently reports "Unable to allocate connection record"

2001-05-01 Thread tysonlt
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.5 PHP Bug Type: Sybase-ct (ctlib) related Bug description: RE #5684: PHP Intermittently reports "Unable to allocate connection record" RE #5684, You asked for any other cases: I get this error when I use

<    1   2