Forum Moderators: coopster
5.2.9-1 (for Windows) released [php.net][10-Mar-2009] The PHP Development Team would like to announce the availability of a new Windows build of PHP - PHP 5.2.9-1
This release focuses on fixing a security flaw introduced by the cURL library (CVE-2009-0037). Please see the following for a full description: [curl.haxx.se...]
Please note that the cURL related function is disabled when open_basedir or safe_mode enabled.
Note: Only the Windows packages are affected.
To use the pspell functions you need to have aspell loaded and the aspell binary must be in your PATH. The tests I have been running show that your Apache server will start just fine but if you try to use any pspell functions, you'll lock up your httpd executable. Command line processing will do the same. I set up a PHP 5.2.8 and met the same issue ... tracking back down, 5.2.6 is the last release that worked properly.
Does anybody else have a Windows development box up and running using a PHP release > 5.2.6 that can confirm the issue?
Go figure.
<? script here ?>
I had to change them all to:
<?php script here ?>
Notice I have to start them with <?php now. Is this something new that is required, I use to think it was optional to start that way. Do I need to change a setting somewhere?