Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?

2001-05-18 Thread Rasmus Lerdorf
There seem to be some misconceptions about what we are really doing. We map a shared(*1), read-only copy of the file into our address space, we don't allocate any memory, we don't operate on the mmap'ed area, and this does not change when you add headers or do something

[PHP-DEV] Bug #10960: coding error in fopen_wrappers.c

2001-05-18 Thread egan
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: PHP options/info functions Bug description: coding error in fopen_wrappers.c From previous bug report 10322 submitted by Paul Gregg: In main/fopen_wrappers.c I see that there is a function:

[PHP-DEV] Some more 'Bug or features'

2001-05-18 Thread Jeroen
Hi, While updating language-doc I ran into some 'bug or feature' things. I'm not at all a zend-developper (I don't like C too much, but that's obviously not the only reason ;), so I'm not at all sure of anything I state below. I planned to either not document these at all, or define it as

[PHP-DEV] Bug #10701 Updated: readfile usage on large files

2001-05-18 Thread sas
ID: 10701 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Operating system: PHP Version: 4.0.5 Assigned To: Comments: It is almost impossible to tell from the output of system commands like top why certain processes have

[PHP-DEV] Bug #10961: java.exe: Memory Access Violation

2001-05-18 Thread rgomezdeaguero
From: [EMAIL PROTECTED] Operating system: WinNT4 PHP version: 4.0.5 PHP Bug Type: Java related Bug description: java.exe: Memory Access Violation I´m using php-servlet whit php-oci8 extension. Before use any oci8 function the application run correctly. But after that, when

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

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

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

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

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

2001-05-18 Thread torben
ID: 10963 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Duplicate. Previous Comments:

Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?

2001-05-18 Thread Sascha Schumann
*2 Some Linux 2.4.x trees seem to be broken in that respect and don't free pages quickly enough (or not at all). This causes the system to freeze. Linux 2.2 works as expected. I experienced this effect on 2.4.4-ac1 (TUX patch). As an addition to this, page

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Hartmut Holzgraefe
Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? one more ... i'd like to rename php_unregister_info_logos() (in

Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?

2001-05-18 Thread Jason Greene
Mauro et al, Solaris Internals, 5.3.8 Page Faults in Address Spaces, 5.4.1 The vnode Segment: seg_vn, 5.8 The Page Scanner This is an excelent reference, definately a favorite of mine. -Jason -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c

2001-05-18 Thread Andi Gutmans
I was just about to do an automatic merge of this fix to the PHP_4_0_6 branch when I saw that the merge will also merge the stat() update which creates associative keys too (cvs update -j 1.159 file.c after an update -r PHP_4_0_6). Any objections to me merging that one too? I think it would be

Re: [PHP-DEV] Bug #10960: coding error in fopen_wrappers.c

2001-05-18 Thread Egan
On 18 May 2001 18:12:38 -, [EMAIL PROTECTED] wrote: --- fopen_wrappers.c.orig Mon Feb 26 00:07:31 2001 +++ fopen_wrappers.c Fri May 18 12:40:54 2001 @@ -147,7 +147,7 @@ SLS_FETCH(); /* Special case basedir==.: Use script-directory */ - if

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Andi Gutmans
At 09:46 PM 5/18/2001 +0200, Hartmut Holzgraefe wrote: Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? one more ...

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Andi Gutmans
At 12:07 AM 5/18/2001 -0400, Sterling Hughes wrote: Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? Yup, and after Colin's

[PHP-DEV] Bug #10945 Updated: Apache core dumps when PHP4.0.5 is activated via LoadModule

2001-05-18 Thread dshafer
ID: 10945 Updated by: dshafer Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Apache related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This behavior sounds very similar to #4630. Previous Comments:

[PHP-DEV] Bug #10960 Updated: coding error in fopen_wrappers.c

2001-05-18 Thread egan
ID: 10960 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions Operating system: Linux PHP Version: 4.0.5 Description: coding error in fopen_wrappers.c Sorry, left in an extra paren. The fix should be: + if ((strcmp(basedir, .) == 0) Previous

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Andi Gutmans
At 06:53 PM 5/18/2001 +0200, Hartmut Holzgraefe wrote: Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? i'd like to

[PHP-DEV] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread David Shafer
This is a message I sent to Andi; he asked that I send it to the list in hopes that somebody with more AIX and libtool experience might be able to better address the issue: Andi, I'm responding to your message of 5-11-2001 in the php-dev list regarding the open critical bugs for 4.0.6. I

[PHP-DEV] Bug #10958 Updated: ltconfig in infinite loop looking for echo

2001-05-18 Thread charles . fisher
ID: 10958 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Install and Config Operating system: HPUX 10.20 PHP Version: 4.0.5 Description: ltconfig in infinite loop looking for echo I had to comment out the following lines in ltconfig and hardcode my choice for echo: # IFS=${IFS=

Re: [PHP-DEV] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread Sascha Schumann
Hi, I've committed a change which adds the -Wl,-bI:path bit to LDFLAGS on AIX when building PHP as an Apache DSO. - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg -- PHP Development Mailing List

[PHP-DEV] Bug #10890 Updated: Segmentation fault when using mcrypt function in Apache

2001-05-18 Thread derick
ID: 10890 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: mcrypt related Operating system: PHP Version: 4.0.5 Assigned To: derick Comments: Hello, I fixed this in the CVS, can you please try it with libmcrypt 2.4.11 (as .10 returns wrong data).

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread derick
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 using it? I just committed a fix to the CVS, this solved the

[PHP-DEV] Bug #9163 Updated: mcrypt_list_algorithms doesn't work

2001-05-18 Thread derick
ID: 9163 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Feedback Bug Type: mcrypt related Operating system: PHP Version: 4.0.4pl1 Assigned To: derick Comments: Hello, there were some fixes of this in libmcrypt, can you please try it with libmcrypt 2.4.11?

[PHP-DEV] Bug #9772 Updated: segfault w/ long POST/GET vars

2001-05-18 Thread derick
ID: 9772 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Old-Bug Type: Reproducible Crash Bug Type: *General Issues Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback, please reopen if you think this should not be closed. Previous

[PHP-DEV] Bug #10391 Updated: regardless of having pdflib 3.03, pdflib extension requires at least pdflib 3.x

2001-05-18 Thread derick
ID: 10391 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *Install and Config Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback Previous Comments: --- [2001-04-29

[PHP-DEV] Bug #10391 Updated: regardless of having pdflib 3.03, pdflib extension requires at least pdflib 3.x

2001-05-18 Thread derick
ID: 10391 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback Previous Comments:

[PHP-DEV] Bug #10478 Updated: --with-mcrypt leads to configure: error: Sorry

2001-05-18 Thread derick
ID: 10478 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: mcrypt related Operating system: PHP Version: 4.0.4pl1 Assigned To: derick Comments: I did not receive the config.log, can you please resend it? Previous Comments:

[PHP-DEV] Bug #10927 Updated: mycrpt no longer works in 4.0.5

2001-05-18 Thread derick
ID: 10927 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Feedback Bug Type: mcrypt related Operating system: PHP Version: 4.0.5 Assigned To: derick Comments: Status: feedback Previous Comments:

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c

2001-05-18 Thread Sascha Schumann
On Fri, 18 May 2001, Andi Gutmans wrote: I was just about to do an automatic merge of this fix to the PHP_4_0_6 branch when I saw that the merge will also merge the stat() update which creates associative keys too (cvs update -j 1.159 file.c after an update -r PHP_4_0_6). Any objections to

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c

2001-05-18 Thread Jason Greene
I am all for that, but don't forget filestat.c and the macro in php_filestat.h. Thanks, Jason - Original Message - From: Andi Gutmans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 18, 2001 3:08 PM Subject: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c I was

[PHP-DEV] Bug #4630 Updated: Segmentation fault(coredump) in apache startup

2001-05-18 Thread sas
ID: 4630 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Critical Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0.5 Assigned To: Comments: I've committed a fix to CVS. Please give it a try and let us know whether it works for you. Previous Comments:

[PHP-DEV] Bug #10478 Updated: --with-mcrypt leads to configure: error: Sorry

2001-05-18 Thread derick
ID: 10478 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: mcrypt related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Ok, this is not really a bug, so closing this report. Derick Previous Comments:

Re: [PHP-DEV] Latest commit -- depreciation of call_user_method()

2001-05-18 Thread Stig Sæther Bakken
[Jani Taskinen [EMAIL PROTECTED]] On Thu, 17 May 2001, Rasmus Lerdorf wrote: I don't agree. Have you noticed the thread about domxml currently running in php-dev@? Wouldn't that justify a 4.1? What would? No, I don't think a single extension should affect the PHP version number to that

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c

2001-05-18 Thread Andi Gutmans
At 05:00 PM 5/18/2001 -0500, Jason Greene wrote: I am all for that, but don't forget filestat.c and the macro in php_filestat.h. Hmm, that's making me think twice now. Maybe we should just merge Sascha's fixes. Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c

2001-05-18 Thread Andi Gutmans
At 12:04 AM 5/19/2001 +0200, Sascha Schumann wrote: On Fri, 18 May 2001, Andi Gutmans wrote: I was just about to do an automatic merge of this fix to the PHP_4_0_6 branch when I saw that the merge will also merge the stat() update which creates associative keys too (cvs update -j 1.159

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

2001-05-18 Thread xbouli
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4 RedHat PHP version: 4.0.5 PHP Bug Type: Network related Bug description: Unable to use getservbyport function I made a little php script like that : ? print getservbyport(25,tcp); ? and i got this error: Fatal

Re: [PHP-DEV] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread Andi Gutmans
David, Can you please grab the latest CVS and check if it fixes your problems. If it does I think it can be merged into 4.0.6. Andi At 10:58 PM 5/18/2001 +0200, Sascha Schumann wrote: Hi, I've committed a change which adds the -Wl,-bI:path bit to LDFLAGS on AIX when building

RE: [PHP-DEV] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread James Moore
David, Can you please grab the latest CVS and check if it fixes your problems. If it does I think it can be merged into 4.0.6. David, Generally wed be appreciative if someone with AIX would think about joining the PHP QA Team to ensure future versions of PHP also run on the platform

[PHP-DEV] Re: Bug #10861 Updated: Array bug w/MySQL

2001-05-18 Thread Czaries
Well thank you for all your help... now I can print the array just fine. But I am having another problem... I need to put that variable into an in_array function... like: if(in_array($user[UserName],array($userarr))) I can't print it into the array, and $userarr[0] doesn't seem to work. Can

[PHP-DEV] Bug #10965: session_register() doesn't work after session_id(n)

2001-05-18 Thread averma
From: [EMAIL PROTECTED] Operating system: linux 2.2.14 PHP version: 4.0.4 PHP Bug Type: *Session related Bug description: session_register() doesn't work after session_id(n) I am implemeting an e-commerce site with credit-card processing done by an external payment

Re: [PHP-DEV] bug or feature?

2001-05-18 Thread Stig Sæther Bakken
I disagree with your conclusion here. If a side-effect is useful enough and people want to use it, why not document it de-bastardize it? The fact that other OO languages implement this should be a hint that it shouldn't be impossible to do in a different OO model. Why care more about forward

Re: [PHP-DEV] Latest commit -- depreciation of call_user_method()

2001-05-18 Thread Boian Bonev
One thing I'd like to see is a utility which could check a source directory and warn about obviously deprecated / insecure / inefficient things. It'd make life easier for that hypothetical ISP admin with a large pile of code which has been haphazardly maintained for years. hey, guys, how do

[PHP-DEV] Re: Bug #10539 Updated: still - unresolved reference to compress

2001-05-18 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Bug Database wrote: ID: 10539 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Operating system: PHP Version: 4.0 Latest CVS (28/04/2001) Assigned To: Comments: Could you please try the PHP

Re: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c

2001-05-18 Thread usrgre
I agree, though it would be nice to release this soon, however, it is not worth risking the RP. -Jason From: Andi Gutmans [EMAIL PROTECTED] Date: 2001/05/18 Fri PM 06:26:49 CDT To: Jason Greene [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4

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

2001-05-18 Thread Tien-chien Chiang
ID: 10931 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Other web server Operating system: PHP Version: 4.0.5 Assigned To: Comments: Please provide some more information, this is not enough to track down a problem. Please also read

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

2001-05-18 Thread jason
ID: 10580 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: COM related Operating system: Win2k PHP Version: 4.0.7-dev (dated 18-May-2001) Description: Access Violation using ADODB Hi, The current version (18-May) could not load in Windows at all, so I cannot test

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

2001-05-18 Thread Jason Gan
Hi, The current version (18-May) could not load in Windows at all, so I cannot test that version. Testing the last version (17-May), I found that the error is generated when it executes this line of code: for ($rowcount = 0; !$rs-EOF; ++$rowcount, $rs-MoveNext()) { } Specifically, it is the

[PHP-DEV] Bug #10967: $x .= someFunction();

2001-05-18 Thread fabiankessler
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: $x .= someFunction(); code i would like to use: ---cut--- function someShit() { return 'foo'; } $out = ''; for ($i = 1; $i = 3; $i++) { $out .=

[PHP-DEV] CVS Account Request

2001-05-18 Thread CVS Account Request
Full name: Sumedha McAdams Email: [EMAIL PROTECTED] ID: thyla Purpose: Working on Documentation, especially for CCVS Module. Helping with bugfixes and whatever else is needed. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

<    1   2