php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8580 Fileupload and Database mysql access
Submitted: 2001-01-07 17:02 UTC Modified: 2001-05-11 19:42 UTC
From: cboer at pointit dot nl Assigned:
Status: Closed Package: *Directory/Filesystem functions
PHP Version: 4.0.4 OS: NT / IIS5 / MYSQL
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cboer at pointit dot nl
New email:
PHP Version: OS:

 

 [2001-01-07 17:02 UTC] cboer at pointit dot nl
I have problems with the new php 4.04 version ... 
with the php.ini something has changed

;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;
; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
variables_order		=	"EGPCS"	; This directive describes the order in which PHP registers
								; GET, POST, Cookie, Environment and Built-in variables (G, P,
								; C, E & S respectively, often referred to as EGPCS or GPC).
								; Registration is done from left to right, newer values override
								; older values.
register_globals	=	On		; Whether or not to register the EGPCS variables as global
								; variables.  You may want to turn this off if you don't want
								; to clutter your scripts' global scope with user data.  This makes
								; most sense when coupled with track_vars - in which case you can
								; access all of the GPC variables through the $HTTP_*_VARS[],
								; variables.
								; You should do your best to write your scripts so that they do
								; not require register_globals to be on;  Using form variables
								; as globals can easily lead to possible security problems, if
								; the code is not very well thought of.
register_argc_argv	=	On		; This directive tells PHP whether to declare the argv&argc
								; variables (that would contain the GET information).  If you
								; don't use these variables, you should turn it off for
								; increased performance
post_max_size		=	8M		; Maximum size of POST data that PHP will accept.
gpc_order			=	"GPC"	; This directive is deprecated.  Use variables_order instead.

Some problems with sending mail attachements and connecting to databases...
Back to php-4.0.1pl2-Win32.zip no problems.

What has been changed in this version that some of my sources do not run anymore.

And what should I change in my php sources to get it working fine again or is this realy a bug in php404.

Greetz Chris

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-08 10:10 UTC] cynic@php.net
i'm sorry but we can do nothing with such a vaguely worded bug report. Please, provide a shortest possible script depicting the experienced problem(s), as well as a description of what the problem is.
 [2001-02-25 18:37 UTC] lyric@php.net
Probably related the the v4.04 file-upload bug
http://bugs.php.net/bugs.php?id=9298

Marking as duplicate, pending any use feedback.
 [2001-05-11 19:42 UTC] sniper@php.net
Update to PHP  4.0.5. If problem still exists with it,
reopen this bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 17:01:30 2024 UTC