Php 4.2.0

Hiyas Php 4.2.0

Ive just upgraded to 4.2.0 using this configure command:

Code:
(too long, see phpinfo below :)
Im running Apache 1.3.23 with mysql 3.23.45.

in my /usr/local/lib/php.ini ive specified:

Code:
; 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.
variables_order = "EGPCS"  

; 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_globals = On
but....as you can see here: http://www.br0wnie.com - theres lots of nice Mysql errors.

my php info is here: http://www.br0wnie.com/info.php

any ideas? Im about ready to replace the libphp4.so with the old one Php 4.2.0

Any help is greatly appreciated Php 4.2.0

Cheers

 

 

 

 

Top