[PHP-DEV] PHP 4.0 Bug #8817 Updated: $foo-getbar()-getfoobar()-method()

2001-01-20 Thread waldschrott
ID: 8817 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Old-Bug Type: Class/Object related Bug Type: Feature/Change Request Assigned To: andi Comments: we know :) it is not available yet Previous Comments:

[PHP-DEV] Fwd: mysql compression

2001-01-20 Thread André Langhorst
Hi. This is the qmail-send program at php.net. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. [EMAIL PROTECTED]: Sorry, no mailbox here by that name. (#5.1.1) --- Below this line is a copy of the

[PHP-DEV] PHP 4.0 Bug #8215 Updated: passthru() orphans processes if aborted

2001-01-20 Thread thies
ID: 8215 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Program Execution Assigned To: Comments: it's already fixed in cvs. you should be able to replace ext/stadard/exec with the CVS version from

AW: [PHP-DEV] PHP 4.0 Bug #8816: cross subscript object variable access

2001-01-20 Thread Harald Radi
hi, we had the same problem. the solution is to instanciate the providerclass with $provider = new ProviderClass(); another solution would be to implement a static function in your subclass that acts as a classfactory: function providerFactory($ProviderInstance) {

[PHP-DEV] PHP 4.0 Bug #8819: dbm functions do not work correctly

2001-01-20 Thread trout
From: [EMAIL PROTECTED] Operating system: Win32 PHP version: 4.0.4pl1 PHP Bug Type: DBM/DBA related Bug description: dbm functions do not work correctly DBM functions seem not to work correctly on Win32 (PHP/Apache). The problem probably has to do with with unix/dos ascii

[PHP-DEV] PHP 4.0 Bug #8820: PHP breaks ASP

2001-01-20 Thread altinos
From: [EMAIL PROTECTED] Operating system: Windows NT workstation 4.0/SP6 PHP version: 4.0.4pl1 PHP Bug Type: PWS related Bug description: PHP breaks ASP After configuring PHP and getting it to work with PWS 4.0, now none of my ASP pages will display, I get error 500:

[PHP-DEV] PHP 3.0 Bug Summary Report

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

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-01-20 Thread php-dev
PHP 4.0 Bug Database summary - http://bugs.php.net Num Status Summary (1138 total including feature requests) ===[*Configuration Issues] 7666 Feedback PHP4 doesn't read php.ini with NT4/IIS 7695 Feedback Error while accessing php

[PHP-DEV] PHP 4.0 Bug #8819 Updated: dbm functions do not work correctly

2001-01-20 Thread trout
ID: 8819 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: DBM/DBA related Description: dbm functions do not work correctly I forgot to specify in my original comment that the problematic format in question is flatfile. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8821: sybase_connect()

2001-01-20 Thread sjm05
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Sybase-ct (ctlib) related Bug description: sybase_connect() Yesterday Jan. 20, 2001 I submitted a bug report that related to the Sybase_connect() function in PHP. At the time I was

AW: [PHP-DEV] same functions in modules

2001-01-20 Thread Harald Radi
ie the php_com and php_dotnet modules use both function for converting zval - unicode string and vice versa, i've found equal cases in other modules too but i would have to look again. i think this is a special case because the dotnet and the com module are very identical. but anyway i think it

Re: [PHP-DEV] PHP 4.0 Bug #8821: sybase_connect()

2001-01-20 Thread Dean Bennett
I just downloaded the latest php4.0.4p1 binary distribution, and I have no problem using the Sybase functions. I have had problems with previous versions (prior to 4.0.2 or so) and made minor fixes for them. What version of Sybase are you using? It may be that your libraries don't match

[PHP-DEV] PHP 4.0 Bug #8822: readdir doesn't return directories starting with a digit

2001-01-20 Thread vahan
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0 Latest CVS (20/01/2001) PHP Bug Type: Directory function related Bug description: readdir doesn't return directories starting with a digit function dir_list($dirname) {

[PHP-DEV] PHP 4.0 Bug #8823: readdir doesn't return directories starting with a digit

2001-01-20 Thread vahan
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0 Latest CVS (20/01/2001) PHP Bug Type: Directory function related Bug description: readdir doesn't return directories starting with a digit function dir_list($dirname) {

[PHP-DEV] PHP 4.0 Bug #8823 Updated: readdir doesn't return directories starting with a digit

2001-01-20 Thread elixer
ID: 8823 Updated by: elixer Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Directory function related Assigned To: Comments: Bug submitted twice. Marking this one as a duplicate. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8822 Updated: readdir doesn't return directories starting with a digit

2001-01-20 Thread rasmus
ID: 8822 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Directory function related Assigned To: Comments: Your script is wrong. Use: while (($file = readdir($handle))!==false) Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8823 Updated: readdir doesn't return directories starting with a digit

2001-01-20 Thread rasmus
ID: 8823 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Directory function related Assigned To: Comments: See #8822 Previous Comments: --- [2001-01-20 16:27:13] [EMAIL

[PHP-DEV] PHP 4.0 Bug #8823 Updated: readdir doesn't return directories starting with a digit

2001-01-20 Thread derick
ID: 8823 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Directory function related Assigned To: Comments: This is a bogus one I assume Previous Comments: --- [2001-01-20

[PHP-DEV] PHP 4.0 Bug #8824: Problem with the value of $PATH_TRANSLATED

2001-01-20 Thread heino
From: [EMAIL PROTECTED] Operating system: Debian 2.2r2 PHP version: 4.0.3pl1 PHP Bug Type: Apache related Bug description: Problem with the value of $PATH_TRANSLATED How about looking at bug #6795 ??? It's kind of old, but still unsolved !!! And in my opinion it makes PHP

[PHP-DEV] PHP 4.0 Bug #8824 Updated: Problem with the value of $PATH_TRANSLATED

2001-01-20 Thread rasmus
ID: 8824 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Assigned To: Comments: We see it and someone will get to it eventually. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8824 Updated: Problem with the value of $PATH_TRANSLATED

2001-01-20 Thread heino
ID: 8824 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Apache related Description: Problem with the value of $PATH_TRANSLATED Ok. I just sort of thought you had forgotten it ! I can set up a demonstration of the problem if that might help... Heino H. Gehlsen Previous

Re: [PHP-DEV] CVS Account Request

2001-01-20 Thread Rasmus Lerdorf
Do you have anything specific in mind? -Rasmus On 20 Jan 2001 [EMAIL PROTECTED] wrote: Full name: Josef Kandlhofer Email: [EMAIL PROTECTED] ID: Purpose: development -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DEV] PHP 4.0 Bug #8826: Requests

2001-01-20 Thread hatamy1
From: [EMAIL PROTECTED] Operating system: Win 2000 Prof. PHP version: 4.0.4pl1 PHP Bug Type: PWS related Bug description: Requests Dier Sirs, I'm a successful professional internet programmer in Germany. and nevertheless, it has come to a situation that some thing goes

[PHP-DEV] PHP 4.0 Bug #8826 Updated: Requests

2001-01-20 Thread hatamy1
ID: 8826 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PWS related Description: Requests Hier is the list of the installed Programms: 1) PWS of the Windows 2000 installed 2) Mysql (the last Version) 3) PHP (last version) 4) Macromedia Flash 4 5) Macromedia Flash 5 6) Macromedia

[PHP-DEV] PHP 4.0 Bug #8826 Updated: Requests

2001-01-20 Thread hatamy1
ID: 8826 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PWS related Description: Requests Hier is the list of the installed Programms: 1) PWS of the Windows 2000 installed 2) Mysql (the last Version) 3) PHP (last version) 4) Macromedia Flash 4 5) Macromedia Flash 5 6) Macromedia

[PHP-DEV] PHP 4.0 Bug #5457 Updated: compiled ODBC dll

2001-01-20 Thread cynic
ID: 5457 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: ODBC support has been built in for long time since then. Previous Comments: