Re: [PHP-DEV] set_error_handler() not handling E_ERROR

2001-01-14 Thread Zeev Suraski
At 08:14 14/1/2001, Chris Newbill wrote: Skimming the Zend code... Calls to undefined functions, class methods, and the like. What would be the cons of having these type of errors simply causing E_USER_ERROR instead of E_ERROR? That way they would be trapable and I don't think it would cause a

Re: [PHP-DEV] set_error_handler() not handling E_ERROR

2001-01-14 Thread Chris Newbill
From: "Zeev Suraski" [EMAIL PROTECTED] At 08:14 14/1/2001, Chris Newbill wrote: What would be the cons of having these type of errors simply causing E_USER_ERROR instead of E_ERROR? That way they would be trapable and I don't think it would cause a problem if the user does not have a custom

[PHP-DEV] Autoload possibly? (was: set_error_handler() not handling E_ERROR)

2001-01-14 Thread chrisv
As Rasmus said, we discussed this issue lately. We agreed that errors that can't be handled automatically (fatal errors), but don't leave the scripting engine in an unstable state, should be allowed to be handled by users. The example there was also calls to undefined functions.

[PHP-DEV] PHP 4.0 Bug #8639 Updated: fopen always return true in some case

2001-01-14 Thread venaas
ID: 8639 Updated by: venaas Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Feedback Bug Type: Unknown/Other Function Assigned To: venaas Comments: I've made some changes, fixed a bug and added more detailed error reporting. Could you try the latest code, either from CVS or

[PHP-DEV] CVS Account Request

2001-01-14 Thread root
Full name: Bokin Jung Email: [EMAIL PROTECTED] ID: jbi1979 Purpose: translate English to Korean -- 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

Re: [PHP-DEV] PHP 4.0 Bug #8697: Apache Seg Fault on run

2001-01-14 Thread Rasmus Lerdorf
straces and ldds really don't tell us much. Get us a gdb stack trace with debug symbols and we can do something. -Rasmus On 14 Jan 2001 [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: Linux RH7.0 PHP version: 4.0 Latest CVS (14/01/2001) PHP Bug Type:

[PHP-DEV] CVS Account Request

2001-01-14 Thread root
Full name: Sean Bright Email: [EMAIL PROTECTED] ID: elixer Purpose: Apply localeconv() to the tree -- 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

Re: [PHP-DEV] PHP 4.0.4 patchlevel 1 released

2001-01-14 Thread Phil Driscoll
Could you guys confirm that this problem no longer exists? Yes - mail now coming in in torrents! Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Improved transparent compressor

2001-01-14 Thread Jim Studt
Zeev Suraski wrote... I haven't looked into this patch, but can't this be done using the chunked output buffering support? A 4KB buffer should be much more efficient than compressing each and every separate piece of output... The chunked output buffering support made it into 4.0.4,

[PHP-DEV] PHP 4.0 Bug #8700: File upload does not work at all.

2001-01-14 Thread nautica
From: [EMAIL PROTECTED] Operating system: Redhat 7.1 with 2.4.0 Kernel PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: File upload does not work at all. -- test.php -- FORM ENCTYPE="multipart/form-data" ACTION="test_upload.php" METHOD=POST INPUT

[PHP-DEV] PHP 4.0 Bug #8701: Can't Load DLL whichs exist in extensions folder

2001-01-14 Thread mark
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: Can't Load DLL whichs exist in extensions folder I have successfully set up PHP with the easyphp.exe. This is not my first time to install PHP CGI on a

[PHP-DEV] Patch that corrects non blocked socket reading on WIN32

2001-01-14 Thread Christophe Thibault
I just came across a bug still present in the latest php 4 release. i have the following script: $g_ssock=fsockopen($server,$port,$errno,$errstr,30); socket_set_blocking($g_ssock,0); while(!feof($g_ssock)) echo fgets($g_ssock,4096); if you uncomment the socket_set_blocking line it

Re: [PHP-DEV] Improved transparent compressor

2001-01-14 Thread Zeev Suraski
At 20:07 14/1/2001, Jim Studt wrote: Zeev Suraski wrote... I haven't looked into this patch, but can't this be done using the chunked output buffering support? A 4KB buffer should be much more efficient than compressing each and every separate piece of output... The chunked output

[PHP-DEV] PHP 4.0 Bug #8702: Nesting trim inside an empty wont parse

2001-01-14 Thread bob
From: [EMAIL PROTECTED] Operating system: Linux rh6.2 PHP version: 4.0.4 PHP Bug Type: Scripting Engine problem Bug description: Nesting trim inside an empty wont parse if ( empty(trim($str)) ) { echo "BUG"; } else { echo "WORKS"; } Dont really need all the

[PHP-DEV] PHP 4.0 Bug #8702 Updated: Nesting trim inside an empty wont parse

2001-01-14 Thread rasmus
ID: 8702 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: As per the documentation empty() has no meaning for anything other than a variable. You can't pass it an expression. Previous Comments:

Re: [PHP-DEV] Code Contribution: localeconv()

2001-01-14 Thread Ron Chmara
"Sean R. Bright" wrote: Ok...so that's a "No thanks" then? That's a "It was posted on saturday night, give it a few days". (Some PHP people don't work weekends) Sometimes patches will be submitted once or twice before somebody picks it up and applies it to the source. Don't take it personally,

[PHP-DEV] PHP 4.0 Bug #8700 Updated: File upload does not work at all.

2001-01-14 Thread sniper
ID: 8700 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Feedback by: Jon Tai [EMAIL PROTECTED] - My best guess is that you're trying to uploading a file bigger than 1000

[PHP-DEV] PHP 4.0 Bug #8688 Updated: compile error in exec.c

2001-01-14 Thread sniper
ID: 8688 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Assigned To: Comments: This is fixed now. --Jani Previous Comments: --- [2001-01-13 09:56:32] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8673 Updated: ora-01034 when accessing remote SID

2001-01-14 Thread sniper
ID: 8673 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Oracle related Assigned To: Comments: User update: - I found a workaround for the ora-01034 problem: I specify the SID as the third argument to OCILogin. Now I get ora-01005 (no password given).

[PHP-DEV] PHP 4.0 Bug #8661 Updated: a copy of the internal array elements is sometimes not made

2001-01-14 Thread sniper
ID: 8661 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Class/Object related Bug Type: Scripting Engine problem Assigned To: Comments: Previous Comments: --- [2001-01-11 16:46:44] [EMAIL

[PHP-DEV] patch for current CVS to build on BeOS

2001-01-14 Thread Stephen van Egmond
Attached is the diffs to current CVS to enable PHP4 to build under the BeOS. Tested with BeOS r5.0.3 under Intel architecture. The BeOS release currently requires "--without-mysql" due to differences in the networking stack which are currently being addressed by Be. Index: configure.in

[PHP-DEV] Re: question about this patch release (fwd)

2001-01-14 Thread Jani Taskinen
This is not good..I don't have time to try to reproduce this. Is there some limit how long the include path can be? --Jani -- Forwarded message -- Date: Sat, 13 Jan 2001 18:02:02 -0700 From: John Masterson [EMAIL PROTECTED] To: Jani Taskinen [EMAIL PROTECTED] Subject: Re:

[PHP-DEV] isapi stress tester

2001-01-14 Thread Shane Caraveo
Hi everyone, I think i've got a very good start on this program. It acts as a isapi server, loading php4_isapi.dll, starting several threads, and feeding them files to process. It can use either a list of files, or the phpt test files from the source distribution, in which case it will privide

[PHP-DEV] PHP 4.0 Bug #8704: I cant create images that are n x m pixels

2001-01-14 Thread clayton
From: [EMAIL PROTECTED] Operating system: Linux - Red Hat 6 PHP version: 4.0.4 PHP Bug Type: GD related Bug description: I cant create images that are n x m pixels I instaled PHP 4.0.4 with GD support. The proplem is that I cant create images with irregular sizes. I mean,

[PHP-DEV] PHP 4.0 Bug #8697 Updated: Apache Seg Fault on run

2001-01-14 Thread dave
ID: 8697 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Description: Apache Seg Fault on run Turned out to be a faulty MM install. I trashed the MM rpm and built/installed from source. PHP works fine now. Previous Comments:

[PHP-DEV] Scope of set_time_limit

2001-01-14 Thread Zak Greant
A recent note added to the manual errata pointed out the set_time_limit does not affect system commands that have been executed by PHP. I would guess that attempting to limit system behavior in this way is beyond the scope of set_time_limit. Any opinions or options on this issue? My feeling

[PHP-DEV] PHP 4.0 Bug #8705: Compile fails with java support. Possibly due to compile script error?

2001-01-14 Thread pauldy3
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Compile fails with java support. Possibly due to compile script error? Configure was run with the following options. ./configure --with-mysql

[PHP-DEV] PHP 4.0 Bug #8706: Database handle corruption?

2001-01-14 Thread nathan
From: [EMAIL PROTECTED] Operating system: Linux sunrise.windsofstorm.net 2.2.16-9mdksmp #1 SMP Thu Jun 22 16:15:32 PDT 2000 i686 unknown PHP version: 4.0.4pl1 PHP Bug Type: *Database Functions Bug description: Database handle corruption? ./configure --with-mysql=/usr

[PHP-DEV] PHP 4.0 Bug #8670 Updated: Incorect interpretation session.gc_maxlifetime parameter

2001-01-14 Thread vgo
ID: 8670 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Configuration Issues Description: Incorect interpretation session.gc_maxlifetime parameter Incorect interpretation session.gc_maxlifetime parameter, the other session parameters: session.save_handler =