diff options
author | Andi Gutmans <andi@php.net> | 2001-05-05 16:28:20 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-05-05 16:28:20 +0000 |
commit | d5763bbdcbb6323aa99392145399deb6f58ec3aa (patch) | |
tree | 9ce86a5e9c5f4c3195113c791e56590a1f69bc3c | |
parent | a8f87e6c23b011581db7ede88a57d1ad742c9443 (diff) | |
download | php-git-d5763bbdcbb6323aa99392145399deb6f58ec3aa.tar.gz |
- Fix format to be consistent
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ PHP 4.0 NEWS - Added support to getimagesize to return dimensions of BMP and PSD files (Derick) - Added Japanese multibyte string functions support. (Rui) -- Added Mac OS X "\r" line ending support to the Zend Engine (Andi) +- Added Mac OS X "\r" line ending support. (Andi, Zend Engine) - Fixed a bug regarding the $PHP_SELF being incorrectly registered when force-cgi-redirect was not enabled. (Sterling) - pfpro extension now supports version 3 of the Verisign SDK (John Donagher) |