ID: 8580
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: *Directory/Filesystem functions
Operating system: 
PHP Version: 4.0.4
Assigned To: 
Comments:

Update to PHP  4.0.5. If problem still exists with it,
reopen this bug report.

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2001-02-25 18:37:39] [EMAIL PROTECTED]
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-01-08 10:10:25] [EMAIL PROTECTED]
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-01-07 17:02:25] [EMAIL PROTECTED]
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


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8580&edit=2


-- 
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: [EMAIL PROTECTED]

Reply via email to