[PHP-DEV] html_translation_table

2001-05-23 Thread Dennis Gearon
is the translation table supposed to have '&' => &3039; I wonder, because that is a single quote, and there seems to be no ampersand value in the table or a single_quote as a key. version 4.0.3pl1 running. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PR

[PHP-DEV] version numbers

2001-05-23 Thread Dennis Gearon
I wonder about the version numbers because of some of the alphanumeric values in them. Are the version numbers chosen such that ANY version higher can be checked for by the following code: if ( strcmp($ver_running_under, $min_version) > 0){ use feature; } else { use big nasty, ugly own versi

[PHP-DEV] Re: Bug #10838 Updated: wierd problem concatenating global string vars

2001-05-13 Thread Dennis Gearon
-- - Look lovingly upon the present, for it holds the only things that are forever true. - Sincerely, Dennis Gearon (Kegley) -- PHP