[PHP-DEV] Bug #12845 Updated: server error when uploading more than 20 files once

2001-08-19 Thread sniper
ID: 12845 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: Unknown/Other Function Bug Type: HTTP related Operating System: PHP Version: 4.0.6 New Comment: I can not reproduce this with latest CVS. Please try it: http://snaps.php.net/ --Jani

[PHP-DEV] Bug #12847 Updated: php_oci8.dll dereferencing null-pointers

2001-08-19 Thread cynic
ID: 12847 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: OCI8 related Operating System: NT 5 SP 1 PHP Version: 4.0CVS-2001-08-19 New Comment: I should've mentioned that the script contains just Previous Comments: -

[PHP-DEV] CVS Account Request

2001-08-19 Thread CVS Account Request
Full name: Doug MacEachern Email: [EMAIL PROTECTED] ID:dougm Purpose: working on 2.0, Sterling Hughes suggested i request cvs access. i will be testing 2.0 on a daily basis via httpd-test, and will fix any minor bugs found, adjustments to apache api changes, etc. anything else i

Re: [PHP-DEV] Chora and CVSWeb problems

2001-08-19 Thread Anil Madhavapeddy
On Sun, Aug 19, 2001 at 11:29:18PM +0300, Stanislav Malyshev wrote: > > It does even worse. It tries to guess file type from the content. I hope > somebody will invent some worm that uses this misfeature so that they > would finally fix it... > Guessing the file-type from the first few magic by

[PHP-DEV] Bug #12835 Updated: SNMP compiling bug

2001-08-19 Thread admin
ID: 12835 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: SNMP related Operating System: linux 2.2.14 (rh6) PHP Version: 4.0.6 New Comment: ucd-snmp ver 4.2.1. The configure line for ucd-snmp was ./configure --with-openssl=/home/in

[PHP-DEV] Bug #11998 Updated: Crash on multipart file form upload

2001-08-19 Thread me
ID: 11998 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 4.2-STABLE PHP Version: 4.0CVS-2001-07-10 New Comment: Hmmm, maybe I missed something. This form here crashes it: http://philt

[PHP-DEV] Bug #12812 Updated: nl2br, get_html_translation_table and strtr

2001-08-19 Thread jeroen
ID: 12812 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux (SuSE Based) PHP Version: 4.0.6 New Comment: "was my fault" referred to wrong type. Anyway, html_translation_table is about entities (things like &something;), and

[PHP-DEV] Bug #12838 Updated: Cannot load php_fdf.dll

2001-08-19 Thread mail
ID: 12838 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: Windows NT SP6 PHP Version: 4.0.6 New Comment: Hello sniper (?), thank you very much for your really quick response, esp. on a Sunday! It really seems that I was t

[PHP-DEV] Bug #11708 Updated: PHP safe mode troubles

2001-08-19 Thread derick
ID: 11708 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: *General Issues Operating System: PHP Version: 4.0.5 Assigned To: derick New Comment: The issue with the 5th parameter to mail has been fixed in CVS. And safe-mode is broken anyways, and ne

[PHP-DEV] chroot(): _not_ safe-mode restricted?

2001-08-19 Thread jeroen
As I read it in CVS, chroot() will work even in safe-mode. Isn't this a bad idea(tm), or am I wrong? If users can chroot in safe-mode, Apache won't serve any more pages after all children have been chrooted to an empty dir? --jeroen -- PHP Development Mailing List To un

[PHP-DEV] Bug #12848: asort-SORT_NUMERIC inconsistent with non numeric values

2001-08-19 Thread kzi
From: [EMAIL PROTECTED] Operating system: win98 PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: asort-SORT_NUMERIC inconsistent with non numeric values If asort() is used with the sort flag SORT_NUMERIC and the values ar non numeric, the sort order of those

[PHP-DEV] Bug #12849: 404 errors related to PHP return internal server error

2001-08-19 Thread saturn
From: [EMAIL PROTECTED] Operating system: Windows ME (kernel 4.9.3000) PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: 404 errors related to PHP return internal server error normally, 404 errors are something like 404 the file you requested, /blah.txt, c

[PHP-DEV] Bug #12835 Updated: SNMP compiling bug

2001-08-19 Thread sniper
ID: 12835 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: SNMP related Operating System: linux 2.2.14 (rh6) PHP Version: 4.0.6 Previous Comments: [2001-08-19 17:17:41] [EMAIL P

[PHP-DEV] Bug #12835 Updated: SNMP compiling bug

2001-08-19 Thread sniper
ID: 12835 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Open Bug Type: SNMP related Operating System: linux 2.2.14 (rh6) PHP Version: 4.0.6 New Comment: Try this configure line: ./configure --with-snmp=/usr/local --with-openssl=/home/install/openssl-0.9.6b If you didn't give --p

Re: [PHP-DEV] Chora and CVSWeb problems

2001-08-19 Thread teo
Hi Anil! On Sun, 19 Aug 2001, Anil Madhavapeddy wrote: > Guessing the file-type from the first few magic bytes is > probably a good thing (especially in the case where other > methods have failed, and the MIME type has fallen back to > application/octet-stream or something equally unhelpful). > u

Re: [PHP-DEV] chroot(): _not_ safe-mode restricted?

2001-08-19 Thread teo
Hi jeroen! On Mon, 20 Aug 2001, [EMAIL PROTECTED] wrote: > As I read it in CVS, chroot() will work even in safe-mode. Isn't this a bad > idea(tm), or am I wrong? > If users can chroot in safe-mode, Apache won't serve any more pages after > all children have been chrooted to an empty dir? uhm, w

[PHP-DEV] Bug #12634 Updated: Segfaults due to possible memory leak??

2001-08-19 Thread katz
ID: 12634 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Linux 2.4 PHP Version: 4.0.6 New Comment: No, it appears to be almost random The script names (and line numbers) that appear in the log

[PHP-DEV] Bug #12634 Updated: Segfaults due to possible memory leak??

2001-08-19 Thread katz
ID: 12634 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux 2.4 PHP Version: 4.0.6 New Comment: Also .. keep in mind my stuff uses OCI-8 (with oracle 8.1.6), so that may be linked (since no one else has reported th

[PHP-DEV] Bug #12835 Updated: SNMP compiling bug

2001-08-19 Thread admin
ID: 12835 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: SNMP related Operating System: linux 2.2.14 (rh6) PHP Version: 4.0.6 New Comment: ./configure --with-snmp=/usr/local --with-openssl=/usr/src/openssl-0.9.6b didn't work, BUT

[PHP-DEV] Bug #8032 Updated: array_splice made array keys bad

2001-08-19 Thread jason
ID: 8032 Updated by: jason Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Arrays related Operating System: FreeBSD 4.2-Release PHP Version: 4.0.3pl1 New Comment: This is actually not a bug. What you are running in to is php's auto-type conversion when you are building y

[PHP-DEV] empty

2001-08-19 Thread GaM3R
is it possible to make empty and is_array etc. act the same as isset at the moment how you can do this   isset ( $_POST['name'], $_POST['email'], $_POST['phone'], $_POST['message'] )   it should also be documented that isset has this behaviour . . .     Cameron outworld.cx

Re: [PHP-DEV] Bug #12607 Updated: new autoconf 2.52 does not work with latest CVS.

2001-08-19 Thread Caffeinate The World
--- Jani Taskinen <[EMAIL PROTECTED]> wrote: > > Please try latest CVS. Let me know if it works for you. > Get a fresh checkout. And don't apply any patches.. just did a cvs checkout of the latest CVS. # ./buildconf buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buil

[PHP-DEV] Bug #12144 Updated: Error in execution operator (`dir .\*.*`)

2001-08-19 Thread andronov
ID: 12144 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Windows NT Server 4 PHP Version: 4.0.6 New Comment: I mean the following thing: 1. Make a file "bug.php", containing lines 2. Install

Re: [PHP-DEV] Chora and CVSWeb problems

2001-08-19 Thread Anil Madhavapeddy
On Mon, Aug 20, 2001 at 04:01:39AM +0300, [EMAIL PROTECTED] wrote: > > well, but if I send foo.gif and it starts with some "friendly" > VBScript I won't bet you'll think the same. Yes I would ... I'm referring to content->MIME mapping, and it doesnt matter if this happens on the client or server,

Re: [PHP-DEV] Bug #12607 Updated: new autoconf 2.52 does not work with latest CVS.

2001-08-19 Thread Markus Fischer
On Sun, Aug 19, 2001 at 08:59:21PM -0700, Caffeinate The World wrote : > --- Jani Taskinen <[EMAIL PROTECTED]> wrote: > > > > Please try latest CVS. Let me know if it works for you. > > Get a fresh checkout. And don't apply any patches.. > > just did a cvs checkout of the latest CVS. > > # ./

[PHP-DEV] [patch] php_insert_filter

2001-08-19 Thread Doug MacEachern
with the patch below, the 1.x configuration: AddType application/x-httpd-php .php will also work with 2.0, without the extra config that is currently required: SetOutputFilter PHP SetInputFilter PHP Index: sapi/apache2filter/sapi_apache2.c

Re: [PHP-DEV] chroot(): _not_ safe-mode restricted?

2001-08-19 Thread Derick Rethans
On Mon, 20 Aug 2001 [EMAIL PROTECTED] wrote: > Hi jeroen! > On Mon, 20 Aug 2001, [EMAIL PROTECTED] wrote: > > > As I read it in CVS, chroot() will work even in safe-mode. Isn't this a bad > > idea(tm), or am I wrong? > > If users can chroot in safe-mode, Apache won't serve any more pages after >

Re: [PHP-DEV] [patch] php_insert_filter

2001-08-19 Thread Rasmus Lerdorf
Looks good to me. By the way, just go ahead and commit stuff like this. Someone will speak up if they think you messed something up. But you probably know the Apache2 filter stuff better than anybody here. -Rasmus On Sun, 19 Aug 2001, Doug MacEachern wrote: > with the patch below, the 1.x co

[PHP-DEV] pmap_page_protect: wired mapping for 677a000 not removed

2001-08-19 Thread Caffeinate The World
# uname -a NetBSD ns01 1.5W NetBSD 1.5W (ALPHA-$Revision: 1.127.2.2 $) #5: Mon Jun 25 22:34:09 CDT 2001 tom@ns01:/usr/src/sys/arch/alpha/compile/ns01 alpha php is from a snapshot on the snap.php.net php4-200108162235.tar.gz i was doing some scripting using cgi php on some very large data files..

[PHP-DEV] Bug #12850: May a feature to add?

2001-08-19 Thread al
From: [EMAIL PROTECTED] Operating system: Red Hat PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: May a feature to add? Hi, here is a tricky thing using the parent:: keyword: There seems to be no way to call a parent function out of a parent

[PHP-DEV] Bug #12851: PHP sobre WinME

2001-08-19 Thread xsopas
From: [EMAIL PROTECTED] Operating system: WinME PHP version: 4.0.6 PHP Bug Type: Apache related Bug description: PHP sobre WinME Saludos comunidad, la noticia que les tengo esta ves, es acerca del uso de PHP spbre estaciones WinME, como sabemos PHP esta soportado fácilmente

[PHP-DEV] Bug #12851 Updated: PHP sobre WinME

2001-08-19 Thread derick
ID: 12851 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: WinME PHP Version: 4.0.6 New Comment: Can you please translate this to English. Derick Previous Comments: --

[PHP-DEV] Bug #12109 Updated: Crash bug with shell_exec()

2001-08-19 Thread davemilford
ID: 12109 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 Professional SP2 PHP Version: 4.0.6 New Comment: Err...sorry, I can't recall. I don't believe I saw anything in the apache err

[PHP-DEV] Bug #12851 Updated: PHP sobre WinME

2001-08-19 Thread xsopas
ID: 12851 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: WinME PHP Version: 4.0.6 New Comment: Hello users of PHP, i got a notice of PHP over WinME WorkStation. You know the use of the PHP on Win9X sy

[PHP-DEV] Bug #12851 Updated: PHP sobre WinME

2001-08-19 Thread xsopas
ID: 12851 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: WinME PHP Version: 4.0.6 New Comment: Hello users of PHP, i got a notice of PHP over WinME WorkStation. You know the use of the PHP on Win9X system, is very easy. B

<    1   2