[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

problem with variables_order configuration in PHP5 package on Lenny



Hi,

I faced the same problem with package from Lenny repository so I used
the dot deb packages and find the same problem.

Here is the description

Currently I use

PHP Version 5.2.13-0.dotdeb.1

on

Linux srv1 2.6.26-2-amd64 #1 SMP Wed May 12 18:03:14 UTC 2010 x86_64 GNU/Linux

The full php package list is

srv1:~# dpkg -l |grep php
ii  libapache2-mod-php5                   5.2.13-0.dotdeb.1
server-side, HTML-embedded scripting language (Apache 2 module
ii  php5-cli                              5.2.13-0.dotdeb.1
command-line interpreter for the php5 scripting language
ii  php5-common                           5.2.13-0.dotdeb.1
Common files for packages built from the php5 source
ii  php5-curl                             5.2.13-0.dotdeb.1
CURL module for php5
ii  php5-gd                               5.2.13-0.dotdeb.1
GD module for php5
ii  php5-mcrypt                           5.2.13-0.dotdeb.1
MCrypt module for php5
ii  php5-mysql                            5.2.13-0.dotdeb.1
MySQL module for php5
ii  phpmyadmin                            4:2.11.8.1-5+lenny4
MySQL web administration tool

Now phpinfo() shows

variables_order	EGPCS	EGPCS

But in the PHP scripts the cookie variables are preceeding the GET variables.
How do I fix this?

Thanks

--Siju


Reply to: