[PHP-DEV] CVS Account Request

2001-05-19 Thread CVS Account Request
Full name: Thomas Schöfbeck Email: [EMAIL PROTECTED] ID: tom Purpose: Helping with the German Translation, and later also the English documentation -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-DEV] Bug #10931 Updated: IBM HTTP Server 1.3.12.2 can't load the php4apache.dll

2001-05-19 Thread derick
ID: 10931 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Other web server Operating system: PHP Version: 4.0.5 Assigned To: Comments: User reports: actually i did use the same environment with apache server, because ibm http server 1.3.12 is based on it. so

[PHP-DEV] Bug #10931 Updated: IBM HTTP Server 1.3.12.2 can't load the php4apache.dll

2001-05-19 Thread derick
ID: 10931 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Other web server Operating system: PHP Version: 4.0.5 Assigned To: Comments: Hello, does it tell you which entry point could not be found? (And please use the web form when reply-ing) Derick Previous

[PHP-DEV] Bug #10966 Updated: flash not correctly receive variables from php

2001-05-19 Thread derick
ID: 10966 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: SWF related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: This is not a bug in PHP, please ask on the [EMAIL PROTECTED] for support. Derick Previous Comments:

[PHP-DEV] Bug #10964 Updated: Unable to use getservbyport function

2001-05-19 Thread derick
ID: 10964 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Network related Operating system: PHP Version: 4.0.5 Assigned To: Comments: I could verify this. getservbyport is only available if HAVE_SERVBYPORT is defined, but aparently there are no

[PHP-DEV] CGI output performance

2001-05-19 Thread Sascha Schumann
Hi, while looking at the strace output of readfile() in a CGI context, I noticed that the CGI code (a) uses stdio and (b) that it only outputs chunks with a maximum size of 16KB. The effect is clearly visible (reproducible, both tests were run with a warmed-up cache):

Re: [PHP-DEV] CGI output performance

2001-05-19 Thread Stig Sæther Bakken
[Sascha Schumann [EMAIL PROTECTED]] Hi, while looking at the strace output of readfile() in a CGI context, I noticed that the CGI code (a) uses stdio and (b) that it only outputs chunks with a maximum size of 16KB. The effect is clearly visible (reproducible, both tests were run with a

[PHP-DEV] returning an unsigned long from RETURN_*

2001-05-19 Thread Faisal Nasim
Hi, How do you return an unsigned long value from RETURN_LONG? I need to return a value as big as 4294967295 which a 'long' cannot hold, setting return_vale - type = IS_LONG and value.lval to the number doesn't help as lval is a 'long' and not unsigned long. Maybe I should return it as a

[PHP-DEV] Bug #10968: Segmentation fault

2001-05-19 Thread vgo
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.5 PHP Bug Type: Compile Failure Bug description: Segmentation fault Segmentation fault occurs while compiling version 4.0.5 (4.0.4pl1 was OK) -- Edit Bug report at:

Re: [PHP-DEV] returning an unsigned long from RETURN_*

2001-05-19 Thread derick
On Sat, 19 May 2001, Faisal Nasim wrote: Hi, How do you return an unsigned long value from RETURN_LONG? I need to return a value as big as 4294967295 which a 'long' cannot hold, setting return_vale - type = IS_LONG and value.lval to the number doesn't help as lval is a 'long' and not

[PHP-DEV] Bug #10968 Updated: Segmentation fault

2001-05-19 Thread derick
ID: 10968 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: What exactly caused a segmentation fault? Was it PHP, or gcc/cc1/cc during compilation? Please provide a

[PHP-DEV] 4.0.7 cvs snap

2001-05-19 Thread Cameron
compiling like usual except the following . . . Making all in gd gcc -I. -I/usr/local/update/php4-200105190245/ext/gd -I/usr/local/update/php4-200105190245/main -I/usr/local/update/php4-200105190245 -I/usr/local/update/php4-200105190245/Zend -I/usr/local/ssl/include -I/usr/local/include

RE: [PHP-DEV] returning an unsigned long from RETURN_*

2001-05-19 Thread Sean R. Bright
I think you mean that PHP only supports signed longs... Sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 19, 2001 6:02 AM To: Faisal Nasim Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] returning an unsigned long from RETURN_* On

Re: [PHP-DEV] CGI output performance

2001-05-19 Thread Andi Gutmans
Did you check how using sendfile() instead of write() effects this benchmark? Andi At 10:22 AM 5/19/2001 +0200, Sascha Schumann wrote: Hi, while looking at the strace output of readfile() in a CGI context, I noticed that the CGI code (a) uses stdio and (b) that it only

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Andi Gutmans
At 11:01 PM 5/18/2001 +0200, [EMAIL PROTECTED] wrote: On Fri, 18 May 2001, Andi Gutmans wrote: Okay but I don't think there is much left to do for 4.0.6 and it can hopefully be released within a week or so. Any idea who is tackling that mcrypt() problem? Does this happen to everyone

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Andi Gutmans
Can you grab the latest CVS and check if this is fixed. Derick commited a couple of fixes yesterday. Andi At 05:13 PM 5/18/2001 +0100, Chris Walker wrote: Hello Andi, Friday, May 18, 2001, 5:07:46 PM, you wrote: AG I think there are two main open issues for 4.0.6. AG The crash in mcrypt (if it

[PHP-DEV] Bug #10580 Updated: Access Violation using ADODB

2001-05-19 Thread phanto
ID: 10580 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating system: PHP Version: 4.0.7-dev (dated 18-May-2001) Assigned To: Comments: hmm, i haven't changed anything since the 15.3.2001. but afaik there where changes in the zend-api after branching

Re: [PHP-DEV] CGI output performance

2001-05-19 Thread Sascha Schumann
On Sat, 19 May 2001, Andi Gutmans wrote: Did you check how using sendfile() instead of write() effects this benchmark? Well, there is no sendfile hook in SAPI, so I am not sure how I should achieve that. Another problem with sendfile is that is not standardized and that various

[PHP-DEV] Bug #10969: apache don't start, cannot load php4apache.dll

2001-05-19 Thread ipcholkin
From: [EMAIL PROTECTED] Operating system: Win 98 PHP version: 4.0.5 PHP Bug Type: Apache related Bug description: apache don't start, cannot load php4apache.dll When I try to start apache, it says: Syntax error on line 979 of k:/apache/apache/conf/httpd.conf: Cannot load

[PHP-DEV] Bug #10969 Updated: apache don't start, cannot load php4apache.dll

2001-05-19 Thread jmoore
ID: 10969 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is not a bug in PHP. You have made a mistake in your httpd.conf on line 979. fix this syntax error and try again. Previous

[PHP-DEV] Bug #10969 Updated: apache don't start, cannot load php4apache.dll

2001-05-19 Thread jmoore
ID: 10969 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Apache related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Bogus Previous Comments: --- [2001-05-19

RE: [PHP-DEV] returning an unsigned long from RETURN_*

2001-05-19 Thread derick
On Sat, 19 May 2001, Sean R. Bright wrote: I think you mean that PHP only supports signed longs... Indeed, I was on crack again :) Derick Sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 19, 2001 6:02 AM To: Faisal Nasim Cc:

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-19 Thread Mike Robinson
Well, this looks like my problem, not php's. Unbeknownst to me redhat-7.1 has switched to freetype2. For some strange reason, they left a copy of freetype.h in /usr/include/freetype and when I compiled gd-1.8.3gif from source, I pointed it to that older header file. PHP comes along and looks for

[PHP-DEV] Bug #10970: Life of environment variable set by putenv() not documented well

2001-05-19 Thread antipode
From: [EMAIL PROTECTED] Operating system: Solaris 2.5 PHP version: 4.0.5 PHP Bug Type: Documentation problem Bug description: Life of environment variable set by putenv() not documented well Visibility scope of the environment variables set by putenv() is not documented.

[PHP-DEV] Bug #10970 Updated: Life of environment variable set by putenv() not documented well

2001-05-19 Thread rasmus
ID: 10970 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Note added to docs cvs. A putenv() is only active for the duration of the request in which the env var was

[PHP-DEV] Bug #10971: Bzip2 functions crashes

2001-05-19 Thread qniens
From: [EMAIL PROTECTED] Operating system: Windows 5.0 Build 2195 (win2k) PHP version: 4.0.5 PHP Bug Type: Bzip2 Related Bug description: Bzip2 functions crashes ? $filename = foo.bz2; // The file foo.bz2 doesn't exist. $bz = bzopen($filename, r); ? With this script ,

[PHP-DEV] PHP 3.0 Bug Summary Report

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

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-05-19 Thread php-dev
PHP 4.0 Bug Database summary - http://bugs.php.net Num Status Summary (1382 total including feature requests) 10881 Open unknown segfaults ===[*Directory/Filesystem functions] 9697 Open filename ends with £ 9912 Open exec calls

[PHP-DEV] Bug #10951 Updated: Patch for PHP4.0.5 for crypt() ???

2001-05-19 Thread sniper
ID: 10951 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: This will be fixed in 4.0.6. Previous Comments:

[PHP-DEV] Bug #10307 Updated: PHP refusing to get temporary file name from an HTTP PUT request.

2001-05-19 Thread jan
ID: 10307 Updated by: jan Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: perhaps you can add a sample script for other to reproduce the misbehaviour. Previous Comments:

[PHP-DEV] Bug #10971 Updated: Bzip2 functions crashes

2001-05-19 Thread andi
ID: 10971 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Bzip2 Related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed in latest CVS. Thanks for reporting the bug. Previous Comments:

[PHP-DEV] Bug #10959 Updated: include' expects FILENAME or FILENAME

2001-05-19 Thread sniper
ID: 10959 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: yes, and this is fixed in CVS. Try out http://www.php.net/~andi/php-4.0.6RC1.tar.gz Reopen if you have same

[PHP-DEV] Bug #10963 Updated: random loss of cookie content

2001-05-19 Thread sniper
ID: 10963 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Submitted twice (correct status is 'bogus') Previous Comments:

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread derick
On Sat, 19 May 2001, Andi Gutmans wrote: I just committed a fix to the CVS, this solved the problem for me. libmcrypt 2.4.10 still gives some strange results (encrypted strings like 8 \0's), but it works fine with libmcrypt 2.4.11 (I could not get 2.4.12 to compile here). Do you think this

[PHP-DEV] Bug #10633 Updated: settype(.., double) not work as expected(or documented)

2001-05-19 Thread jeroen
ID: 10633 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Old-Bug Type: *Programming Data Structures Bug Type: Documentation problem Operating system: PHP Version: 4.0.4 Assigned To: Comments: Correct behaviour. Documentation could be better indeed. I'm working

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Andi Gutmans
I don't know but I feel it's wrong to do an == check because people might be using this PHP version when 2.4.18 is out. Andi At 06:47 PM 5/19/2001 +0200, [EMAIL PROTECTED] wrote: On Sat, 19 May 2001, Andi Gutmans wrote: I just committed a fix to the CVS, this solved the problem for me.

[PHP-DEV] Bug #10264 Updated: strange associative array behaviour

2001-05-19 Thread jeroen
ID: 10264 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: I.M.O. negative integer indices are not supported. It is just a side-effect of the implementation that it works. I haven't seen

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread derick
On Sat, 19 May 2001, Andi Gutmans wrote: I don't know but I feel it's wrong to do an == check because people might be using this PHP version when 2.4.18 is out. True, but I just tried 2.4.13, and it didn't compile straight out of the box. I'm complaining to the author now about this. But it

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Andi Gutmans
At 07:11 PM 5/19/2001 +0200, [EMAIL PROTECTED] wrote: On Sat, 19 May 2001, Andi Gutmans wrote: I don't know but I feel it's wrong to do an == check because people might be using this PHP version when 2.4.18 is out. True, but I just tried 2.4.13, and it didn't compile straight out of the

[PHP-DEV] Bug #10611 Updated: Unrecognized functions

2001-05-19 Thread jeroen
ID: 10611 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Documentation will be updated. Previous Comments:

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread derick
On Sat, 19 May 2001, Andi Gutmans wrote: Yeah but for the people it compiles there's a good chance it'll work. For people it doesn't compile for they will probably install 2.4.12 automatically. Indeed (BTW, .12 is not available anymore, only .11 and .13). Further, I've no idea how to fix this

[PHP-DEV] Bug #10972: very weird cookie issue

2001-05-19 Thread xenoke
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: very weird cookie issue i have no idea what this is... i'm building a site, which works flawless on all types of systems, except on Mac systems... at

[PHP-DEV] Bug #10307 Updated: PHP refusing to get temporary file name from an HTTP PUT request.

2001-05-19 Thread sniper
ID: 10307 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: HTTP related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Previous Comments: --- [2001-04-12

[PHP-DEV] Bug #10972 Updated: very weird cookie issue

2001-05-19 Thread sniper
ID: 10972 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Submitted twice (dup of #10962) Previous Comments:

Re: [PHP-DEV] 4.0.7 cvs snap

2001-05-19 Thread Sterling Hughes
Cameron wrote: compiling like usual except the following . . . Fixed in cvs. Thanks, Sterling -- 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:

[PHP-DEV] CVS Account Request

2001-05-19 Thread CVS Account Request
Full name: Bogomil Shopov Email: [EMAIL PROTECTED] ID: contact_bogomil Purpose: Translating documentation in bulgarian and romanian, -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-DEV] Bug #10943 Updated: After a migration from php4.0.4 to php4.0.5

2001-05-19 Thread bmarty
ID: 10943 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: PWS related Operating system: WINDOWS 98 PHP Version: 4.0.5 Description: After a migration from php4.0.4 to php4.0.5 I downloaded the last version of php and from this moment my php application did not

[PHP-DEV] Bug #6248 Updated: parent:: is undocumented

2001-05-19 Thread jeroen
ID: 6248 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0 Latest CVS (18/08/2000) Assigned To: Comments: This one is 'fixed' now, so I'll close this one. A lot of zend-features are now

[PHP-DEV] Bug #10968 Updated: Segmentation fault

2001-05-19 Thread hholzgra
ID: 10968 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: just as an additional note: a gcc dying wich segfault is most likely related to hardware problems like shaky rams or

[PHP-DEV] Bug #10437 Updated: casting is not consistent

2001-05-19 Thread jeroen
ID: 10437 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Strings related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Strange indeed. There are explicit casts (either to double or to int) and implicit casts. You can view

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Hartmut Holzgraefe
Andi Gutmans wrote: i'd like to rename php_unregister_info_logos() (in ./main/php_logos.h) to php_unregister_info_logo() (singular) as it operates on *one* logo image, not a group of those hope this won't brake to much code out there as it is not documented yet, but as i'm going to do so

[PHP-DEV] Bug #3074 Updated: allow: foreach ($array as $key = $val) in zend (byref)

2001-05-19 Thread jeroen
ID: 3074 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0 Latest CVS (31/12/1999) Assigned To: Comments: Just a reminder... seems to be forgotten again :) Come on... this can't be that hard? Or is it?

[PHP-DEV] Bug #3074 Updated: allow: foreach ($array as $key = $val) in zend (byref)

2001-05-19 Thread jeroen
ID: 3074 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0 Latest CVS (31/12/1999) Assigned To: Comments: From line 117 of zend_operators.c it says: If the string is nor an exact double, nor an exact long, do

[PHP-DEV] Bug #10437 Updated: casting is not consistent

2001-05-19 Thread jeroen
ID: 10437 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Strings related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: From line 117 of zend_operators.c it says: If the string is nor an exact double, nor an exact long, do strtol on it. There

Re: [PHP-DEV] Bug #6248 Updated: parent:: is undocumented

2001-05-19 Thread Hartmut Holzgraefe
Jani Taskinen wrote: Do not close any bug reports before the possible bug is REALLY fixed. so you claim it has *not* been fixed by the latest updates that kk made to phpdoc/en/language/oop.xml ??? ;) -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP

Re: [PHP-DEV] Bug #6248 Updated: parent:: is undocumented

2001-05-19 Thread Jeroen van Wolffelaar
On Sat, 19 May 2001, Hartmut Holzgraefe wrote: Jani Taskinen wrote: Do not close any bug reports before the possible bug is REALLY fixed. so you claim it has *not* been fixed by the latest updates that kk made to phpdoc/en/language/oop.xml ??? ;) I'd almost say: RTFM :-D Jeroen van

Re: [PHP-DEV] Bug #6248 Updated: parent:: is undocumented

2001-05-19 Thread Jani Taskinen
On Sat, 19 May 2001, Hartmut Holzgraefe wrote: Jani Taskinen wrote: Do not close any bug reports before the possible bug is REALLY fixed. so you claim it has *not* been fixed by the latest updates that kk made to phpdoc/en/language/oop.xml ??? ;) I see now that it is. (RTFM :) He did close

Re: [PHP-DEV] Bug #6248 Updated: parent:: is undocumented

2001-05-19 Thread jeroen
He did close some bugs before they were fixed. True, but they are NOW really fixed. Others already pointed me at that. Again: I'm sorry, I won't do it anymore, etc etc The choice of words also got in my eye: being :) But I wasn't referring to this particular bug! --Jani Jeroen -- PHP

[PHP-DEV] Bug #10964 Updated: Unable to use getservbyport function

2001-05-19 Thread sniper
ID: 10964 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Network related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed in CVS. Will be fixed in PHP 4.0.6 --Jani Previous Comments:

[PHP-DEV] Bug #9526 Updated: Copy function is not affected by the security settings

2001-05-19 Thread rasmus
ID: 9526 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Closed Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS Previous Comments:

[PHP-DEV] Bug #10681 Updated: Fix for #9698 breaks more than it fixes

2001-05-19 Thread derick
ID: 10681 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Closed Bug Type: Network related Operating system: PHP Version: 4.0 Latest CVS (05/05/2001) Assigned To: Comments: I applied the patch, thanks for making it available. The original 'fix' for bug #9698 has

[PHP-DEV] RE: Bug #10580 Updated: Access Violation using ADODB

2001-05-19 Thread Jason Gan
Hi, I also suspect that the changes (in the version branching) are causing the strange errors. The last version of PHP 4.0.6-dev works fine with adodb and the MSXML Parser 3.0 with both isapi and cgi. -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Saturday, 19

[PHP-DEV] Bug #10924 Updated: long2ip gives wrong result/binary arithmatic does not work

2001-05-19 Thread derick
ID: 10924 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Bug Type: Network related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: There is no solution for this, because PHP only deals with signed longs. However, you can now use the %u

[PHP-DEV] FreeBSD and statfs(2)

2001-05-19 Thread Jon Parise
FreeBSD defines statfs(2) in sys/mount.h, not in sys/statsfs.h as PHP expects. The following patch corrects the use of statfs(2) under FreeBSD, allowing disk_free_space() and disk_total_space() to report meaningful values. Any objections (or suggestions) to this patch? In theory, it would be

RE: [PHP-DEV] Bug #10681 Updated: Fix for #9698 breaks more than it fixes

2001-05-19 Thread Sean R. Bright
I shouldn't even bother sending this, but some people (read: me) might be a little put off if someone had to quote the word fix whenever referring to a piece of code they had written. Its a PHP limitation and had nothing to do with my code, I was just trying to address the problem at hand.

[PHP-DEV] Bug #10973: Setcookie does't work

2001-05-19 Thread theerapong
From: [EMAIL PROTECTED] Operating system: Win2k with IIS 5.0 PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: Setcookie does't work I try to Setcookie to write in client browser with this script ? if(!$CartID){ $CartID=md5(uniqid(rand()));

Re: [PHP-DEV] Bug in building standalone DSO modules

2001-05-19 Thread Stig Sæther Bakken
[Petr Cech [EMAIL PROTECTED]] Hi, I've been strugling for some time with the possibility of building some extension not inside of ext/ dir, but using phpize to just add some module later. Strangely, it didn't work - mostly. configure was created, Makefiles, config.h ... Just great, but the