dot characters, extensions and PHP

Martin Atkins mart at degeneration.co.uk
Tue Aug 1 17:17:34 UTC 2006


Keith Grennan wrote:
> Hello all,
> 
> Working with OpenID in PHP, I noticed that PHP replaces any dots
> in incoming variable names to underscores.
> 
> http://ca.php.net/manual/en/language.variables.external.php#language.variables.external.dot-in-names
> 

I worked around this in my PHP app by implementing the query string 
decoding myself. :)

80% of the time I spend writing PHP code seems to be spent 
re-implementing their features so that they actually work properly.

</rant>



More information about the yadis mailing list