[PHP-DEV] Bug #10429: Improving substr()

2001-04-21 Thread sbergmann
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Improving substr() I am currently using the following PHP Code to get a substring from a string, that is delimited by two given strings, $start and $end:

[PHP-DEV] Bug #10430: require() does not work inside class bodies (ie. to pull in methods)

2001-04-21 Thread cpoirier
From: [EMAIL PROTECTED] Operating system: Window 98 PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: require() does not work inside class bodies (ie. to pull in methods) In file class.php: method();

[PHP-DEV] Bug #10431: ini_alter eats the include_path

2001-04-21 Thread rendezz
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: ini_alter eats the include_path The bug occurs when you use the ini_alter statement, on a few uses of this, the include path gets reset to gob

[PHP-DEV] Bug #10432: Functions as parameters default values

2001-04-21 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: Functions as parameters default values function foo(parameter1, parameter2=value, parameter3=any_php_function(), parameter4=an_user_fun

[PHP-DEV] Bug #10432 Updated: Functions as parameters default values

2001-04-21 Thread derick
ID: 10432 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request PHP Version: 4.0.4 Assigned To: Comments: Don't think this is neccesairy, as you can do this: function foo ($param1 = "time") { echo $param1(); } This will ex

[PHP-DEV] Bug #10433: on your homepage, there's an error in translation

2001-04-21 Thread david
From: [EMAIL PROTECTED] Operating system: Win 2k Server PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: on your homepage, there's an error in translation there's a bug in the homepage I think it's the translated word for "example" coming up wrong

Re: [PHP-DEV] request

2001-04-21 Thread Andrei Zmievski
On Sat, 21 Apr 2001, Chuck Hagenbuch wrote: > This could result in really confusing and unpredictable behavior if "the first > encountered definition" changed under any circumstances. I'd vote for making > any name conflicts an error. You could have two classes both defining an innocent method

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-04-21 Thread php-dev
PHP 3.0 Bug Database summary - http://bugs.php.net Num Status Summary (532 total including feature requests) ===[*General Issues]== 4180 Open is_link returns false when target doesnt exist (should return true) 9610 Bogus Dea

Re: [PHP-DEV] request

2001-04-21 Thread Chuck Hagenbuch
Quoting Andrei Zmievski <[EMAIL PROTECTED]>: > You could have two classes both defining an innocent method toString(), > for example, and with your suggestion, inheriting from those classes > would cause a hard error? Why would "first encountered" definition > change? If anything that affected h

[PHP-DEV] Error including big files.

2001-04-21 Thread Andrew Sitnikov
Hello php-dev, $bash: perl -e "print '0' x 10241024;" > data.txt test.php Running script: $bash: telnet host 80 Trying xxx.x.x.xxx... Connected host Escape character is '^]'. GET /test.php HTTP/1.1 Host: host Connection closed by foreign host. Have same results wit

[PHP-DEV] RE: [PHP-QA] Error including big files.

2001-04-21 Thread Liz
Andrew, I ran it with the CGI version of php I made, and with 4.0.4p1 it worked, and with the 4.0.5RC7. So, I tried with the apache module, again, mine worked. If you wanted a huge download, I'd post it on my website. Only thing thats below, I imagine is a typo is that you wrote "indlude" not "i

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-04-21 Thread Felix Kronlage
On Sat, Apr 21, 2001 at 04:00:01PM -, [EMAIL PROTECTED] wrote: > PHP 3.0 Bug Database summary - http://bugs.php.net we're still missing the php4-one... (or did I miss an explanation for the lacking of the php4-one?) -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74

Re: [PHP-DEV] RE: [PHP-QA] Error including big files.

2001-04-21 Thread Andrew Sitnikov
Hello , I could determine a problem - memory_limit. It has suggested an idea to me, that not bad would be to see records in error_log about it. L> I ran it with the CGI version of php I made, and with 4.0.4p1 it worked, and L> with the 4.0.5RC7. L> So, I tried with the apache module, again, mine

[PHP-DEV] PHP 4.0 Bug #10386 Updated: Uploaded files do not save.

2001-04-21 Thread kyle
ID: 10386 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Description: Uploaded files do not save. Just as another test, I tried changing the MAX_FILE_SIZE to a larger number (1) but it still failed to upload. I also double checked that Apache was running as "A

[PHP-DEV] Bug #10434: Can not read memory

2001-04-21 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Windows 2000 Pro / IIS5 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Can not read memory Error message is generated saying "The instruction at "0x78003abf" referenced at "0x00bc8000". The memory could not

Re: [PHP-DEV] cvs: php4 / TODO-4.1.txt

2001-04-21 Thread Fredrik Ohrn
On 18 Apr 2001, Stig Sæther Bakken wrote: > ["Sean R. Bright" <[EMAIL PROTECTED]>] > > To continue a tangent... I don't like the idea of having the PEAR > > fetching/installation mechanism written in PHP (already some base code in > > PEAR to do this). It seems to me that it forces the user to d

Re: [PHP-DEV] request

2001-04-21 Thread Stig Sæther Bakken
[Andrei Zmievski <[EMAIL PROTECTED]>] > On Sat, 21 Apr 2001, Chuck Hagenbuch wrote: > > This could result in really confusing and unpredictable behavior if "the first > > encountered definition" changed under any circumstances. I'd vote for making > > any name conflicts an error. > > You could

[PHP-DEV] PHP 4.0 Bug #10211 Updated: CURLOPT_HTTPHEADER does not work

2001-04-21 Thread cleesmith
ID: 10211 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: cURL related Description: CURLOPT_HTTPHEADER does not work I have given up on this one, and will just use fsockopen instead ... or switch to Java :-) Sorry about the double posting. thanks again. Previous Co

Re: [PHP-DEV] cvs: php4 / TODO-4.1.txt

2001-04-21 Thread Stig Sæther Bakken
[Fredrik Ohrn <[EMAIL PROTECTED]>] > > How about turning all extentions into loadable modules only? > > That way you compile the core PHP engine, run the PEAR scrips to select, > download and compile additional modules. After that the config is updated > to dynamically load the new modules at st

Re: [PHP-DEV] cvs: php4 / TODO-4.1.txt

2001-04-21 Thread derick
On Sat, 21 Apr 2001, Fredrik Ohrn wrote: > How about turning all extentions into loadable modules only? Not a good idea I think. I always build everything static, to aid in debugging and easier distribution. Therefore I'd like that the .tar.gz file I download has all extensions in it. Running ./

[PHP-DEV] Bug #10435: The sendmail-function produces an unknown error

2001-04-21 Thread dennis-birkholz
From: [EMAIL PROTECTED] Operating system: Windows ME PHP version: 4.0.4pl1 PHP Bug Type: Mail related Bug description: The sendmail-function produces an unknown error The error occured with any version of php 4 since version 4.0.2 downloaded from http://php.net. I also tes