php-general Digest 22 Feb 2013 00:05:38 -0000 Issue 8132

2013-02-21 Thread php-general-digest-help
php-general Digest 22 Feb 2013 00:05:38 - Issue 8132 Topics (messages 320275 through 320277): Re: parsing select multiple=multiple 320275 by: tamouse mailing lists 320276 by: Jim Giner PHP 5.4.12 and PHP 5.3.22 released! 320277 by: Johannes Schlüter Administrivia:

Re: [PHP] parsing select multiple=multiple

2013-02-21 Thread Jim Giner
I *have* heard claims that something like this is preferrable, though: if (FALSE === $variable) I believe I read a comment somewhere once that writing your IF statements that way helped to trigger an error message when the coder forgot to use the double equal sign (==) in the statement. I

[PHP] PHP 5.4.12 and PHP 5.3.22 released!

2013-02-21 Thread Johannes Schlüter
The PHP development team announces the immediate availability of PHP 5.4.12 and PHP 5.3.22. These releases fix about 10 bugs. All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.22 is recommended for those wishing to remain on the 5.3 series. The full list of changes are recorded in

Re: [PHP] parsing select multiple=multiple

2013-02-21 Thread tamouse mailing lists
On Thu, Feb 21, 2013 at 8:46 AM, Jim Giner jim.gi...@albanyhandball.com wrote: I *have* heard claims that something like this is preferrable, though: if (FALSE === $variable) I believe I read a comment somewhere once that writing your IF statements that way helped to trigger an error