diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-04-29 21:13:56 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-04-29 21:13:56 +0200 |
commit | 4cefaa43c8ce1b2161ad0fb05add2e5a2d1bf328 (patch) | |
tree | aaad453b110b40c4e7be14815c8dc16533ccfce9 /user_guide/changelog.html | |
parent | fc395a1046441cb584cbcfe42651dacece7eca3e (diff) |
added check for FALSE and NULL for servers who have popen listed in php.ini's disable_functions. $fp cannot be trusted on those retarded servers
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 154a30fb6..db30ad4d1 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -94,6 +94,7 @@ SVN Revision: </p> <li>Fixed a fatal error in the Oracle and ODBC drivers (#6752)</li> <li>Fixed a bug where Database Forge's add_column and modify_column were not looping through when sent multiple fields.</li> <li>Fixed a bug where the File Helper was using '/' instead of the DIRECTORY_SEPARATOR constant.</li> + <li>Fixed a bug to prevent PHP errors when attempting to use sendmail on servers that have manually disabled the PHP popen() function.</li> </ul> <h2>Version 1.7.1</h2> |