Variables in PHP 4.3.6 issue or feature?
Posted: Fri May 28, 2004 6:16 pm
Hi,
recently I've compiled PHP 4.3.6 and somehow my scripts are not working anymore. well to find out why they've stopped to work drove me crazy
afterall it seems that it's not possible anymore to get data followed way :
this works like a charm:
my question, what the heck happened? is there sth in php.ini to setup? did I just forgot to configure --with sth when compiling? or is this dropped by php in 4.3.6?

recently I've compiled PHP 4.3.6 and somehow my scripts are not working anymore. well to find out why they've stopped to work drove me crazy
afterall it seems that it's not possible anymore to get data followed way :
output: no output
this works like a charm:
output:one
my question, what the heck happened? is there sth in php.ini to setup? did I just forgot to configure --with sth when compiling? or is this dropped by php in 4.3.6?