[PHP-DEV] PHP 4.0 Bug #10230 Updated: Apache Segmentation Fault

2001-04-08 Thread spud
ID: 10230 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: Apache Segmentation Fault I was desperately searching for code fragments that seemed to reproduce the problem, but I ran into it in the midst of an EXTREMELY large

[PHP-DEV] PHP 4.0 Bug #10229 Updated: buffer error in fread

2001-04-08 Thread apeeters
ID: 10229 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Filesystem function related Description: buffer error in fread I have only seen php code once, and I was't able to reproduce it. I suppose it was a case where php code was stored in a variable (for online

[PHP-DEV] PHP 4.0 Bug #10231: The Icons in the downloadsection of PHP.net are not transparent.

2001-04-08 Thread dan
From: [EMAIL PROTECTED] Operating system: Windows 2k PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: The Icons in the downloadsection of PHP.net are not transparent. -- Edit Bug report at: http://bugs.php.net/?id=10231edit=1 -- PHP Development

[PHP-DEV] PHP 4.0 Bug #10231 Updated: The Icons in the downloadsection of PHP.net are not transparent.

2001-04-08 Thread eschmid
ID: 10231 Updated by: eschmid Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Assigned To: Comments: No comment! Previous Comments: --- [2001-04-08 06:26:38] [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #10232: effects of safemode not described

2001-04-08 Thread wez
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: effects of safemode not described I can't find a description of the effects of turning on the safe mode configuration option anywhere in the docs or on the

[PHP-DEV] PHP 4.0 Bug #10232 Updated: effects of safemode not described

2001-04-08 Thread jmoore
ID: 10232 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: This is undocumented and unsupported feature and gives a false sense of security which it should not really give. It might well have a total

[PHP-DEV] PHP 4.0 Bug #10233: Big file uploading problem form HTML FORM

2001-04-08 Thread csjang
From: [EMAIL PROTECTED] Operating system: Window ME PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Big file uploading problem form HTML FORM I try file uploading using Apache + PHP under WINDOW ME. I have set the my php.ini as following :

[PHP-DEV] PHP 4.0 Bug #10233 Updated: Big file uploading problem form HTML FORM

2001-04-08 Thread derick
ID: 10233 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Assigned To: Comments: I don't think this is a bug, but that your script took more than 8MB of memory. Can you try changing your memory limit to a higher value? Previous

[PHP-DEV] Suggestion for bug system

2001-04-08 Thread Phil Driscoll
Jani seems to have to waste several minutes each month clearing bugs from the database which are actually comments or fixes to do with the php web site. I'm sure that these several minutes put to better use would equate to another 10 bugs cleared:) Is it possible to add an extra category of 'php

Re: [PHP-DEV] Suggestion for bug system

2001-04-08 Thread Jani Taskinen
On Sun, 8 Apr 2001, Phil Driscoll wrote: Is it possible to add an extra category of 'php website' to the bug tracking system which causes the report to be just emailed the webmaster rather than entered into the system? I don't mind clearing those bogus reports. And besides, there's a note that

RE: [PHP-DEV] Suggestion for bug system

2001-04-08 Thread Sean R. Bright
I've heard whispers that a new bug system is being developed. Who's heading that up? What is the status of it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jani Taskinen Sent: Sunday, April 08, 2001 11:43 AM To: Phil Driscoll Cc: php

RE: [PHP-DEV] Suggestion for bug system

2001-04-08 Thread Rasmus Lerdorf
Make sure it is able to import all the old bugs. We can't lose those. -Rasmus On Sun, 8 Apr 2001, Jani Taskinen wrote: On Sun, 8 Apr 2001, Sean R. Bright wrote: I've heard whispers that a new bug system is being developed. Who's heading that up? What is the status of it? Not even

RE: [PHP-DEV] Suggestion for bug system

2001-04-08 Thread Jani Taskinen
On Sun, 8 Apr 2001, Rasmus Lerdorf wrote: Make sure it is able to import all the old bugs. We can't lose those. Yup. But that's the smallest of problems. :) --Jani -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP-DEV] Suggestion for bug system

2001-04-08 Thread August Zajonc
What about leveraging an existing bug system? There is Alexandria over at sourceforge which looks like it is still in development, and by enhancing it projects at sourceforge may also benefit. It sometimes seems that some of the best aspects of open source are not taken advantage of. A ton of

Re: [PHP-DEV] Suggestion for bug system

2001-04-08 Thread Daniel Beckham
For the love of all things sane and normal, please don't model it after bugzilla. *shudder* Daniel - Original Message - From: "August Zajonc" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 08, 2001 12:52 PM Subject: Re: [PHP-DEV] Suggestion for bug system What about

[PHP-DEV] PHP 4.0 Bug #10234: if (... != ...) does not work properly with strings

2001-04-08 Thread ruslan2000
From: [EMAIL PROTECTED] Operating system: Win2000 Prof PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: if (... != ...) does not work properly with strings ?php /* I want to compare two strings and if they are equal show a message on the screen.

[PHP-DEV] PHP 4.0 Bug #10234 Updated: if (... != ...) does not work properly with strings

2001-04-08 Thread cnewbill
ID: 10234 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: For string comparison use !== for NOT and === for EQUALS. -Chris Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10235: Segfault on domxml_root()

2001-04-08 Thread ih
From: [EMAIL PROTECTED] Operating system: Debian Linux 2.2 i386 PHP version: 4.0 Latest CVS (08/04/2001) PHP Bug Type: Reproduceable crash Bug description: Segfault on domxml_root() ? $file1 = "/tmp/file1"; $file2 = "/tmp/file2"; $doc = xmldocfile($file1); $root =

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

2001-04-08 Thread cleesmith
ID: 10211 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: cURL related Description: CURLOPT_HTTPHEADER does not work I downloaded the 4.0.5RC1 binary from http://www.php4win.de/, but it doesn't work either. Although, it looks like the values for CURLOPT_HTTPHEADER and CURLOPT_HEADER

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

2001-04-08 Thread cleesmith
ID: 10211 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: cURL related Description: CURLOPT_HTTPHEADER does not work I downloaded the 4.0.5RC1 binary from http://www.php4win.de/, but it doesn't work either. Although, it looks like the values for CURLOPT_HTTPHEADER

[PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Stig Sæther Bakken
[Jon Parise [EMAIL PROTECTED]] Does anyone object to the following patch to the PHP configure system? It removes the --disable-pear flag in favor of a new --with-pear option. The --with-pair option also allows the specification of the PEAR installation directory at compilation time. For

Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Derick Rethans
On 8 Apr 2001, Stig Sther Bakken wrote: 4. The CGI version of PHP is always built and installed. It would be nice if we could disable this, like: --without-cgi Regards, Derick Rethans - PHP: Scripting the Web -

Re: [PHP-DEV] PEAR_INSTALLDIR breakage

2001-04-08 Thread Stig Sæther Bakken
[Sascha Schumann [EMAIL PROTECTED]] Is there a reason the $'s were escape, or can I commit my fix? If EXTENSION_DIR/INCLUDE_PATH are used outside makefiles, your patch should be applied. They are used outside makefiles, but they should be as separate variables that are expanded.

Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Stig Sæther Bakken
[Derick Rethans [EMAIL PROTECTED]] On 8 Apr 2001, Stig Sther Bakken wrote: 4. The CGI version of PHP is always built and installed. It would be nice if we could disable this, like: --without-cgi I'll add it. - Stig -- Stig Sther Bakken [EMAIL PROTECTED] Fast Search Transfer ASA,

[PHP-DEV] Quick fix (was: Re: [PHP-DEV] OCI8 Thread safety)

2001-04-08 Thread Joe Brown
I'm still a neophite at thread safety/PHP internals, but I found a quick fix to the OCI8 and PHP in threaded envrionment. Changing OCI_THREADED to OCI_DEFAULT in the OCIInitialize function is the quick fix I discovered. It works because the OCI8 exention is designed for seperate address space

[PHP-DEV] PHP 4.0 Bug #10236: ftruncate problem

2001-04-08 Thread nissler
From: [EMAIL PROTECTED] Operating system: Linux 2.2.5 / glibc 2.0.7 PHP version: 4.0.4 PHP Bug Type: Filesystem function related Bug description: ftruncate problem I've had a little problem with ftruncate, here is a sample script that misbehaves for me: ? function movedata

[PHP-DEV] PHP 4.0 Bug #10230 Updated: Apache Segmentation Fault

2001-04-08 Thread bbonev
ID: 10230 Updated by: bbonev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: i am almost sure this is the infinite include problem. e.g. a.php: ?include 'a.php'? it is known and can be fixed using

[PHP-DEV] PHP 4.0 Bug #10233 Updated: Big file uploading problem form HTML FORM

2001-04-08 Thread csjang
ID: 10233 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Description: Big file uploading problem form HTML FORM REPLY to derick I have considered your comments that my script took more than 8MB of memory. But the same problem occurred. Exact

[PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Jon Parise
On Sun, Apr 08, 2001 at 06:21:50PM -0400, Stig Sther Bakken wrote: 1. Using --datadir to determine where PEAR PHP files go. With --datadir=/usr/share or --datadir=/usr/share/php, PHP architecture independent files go to /usr/share/php, and PEAR's PHP files go to

[PHP-DEV] PHP 4.0 Bug #10237: sybase_query returns 1 instead of link id with action queries

2001-04-08 Thread tyson . lloydthwaites
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16-3, Redhat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Sybase-ct (ctlib) related Bug description: sybase_query returns 1 instead of link id with action queries sybase_query returns 1 instead of a link id when I run an