summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-08-23 18:25:01 +0000
committerMarcus Boerger <helly@php.net>2002-08-23 18:25:01 +0000
commit1ba9d5eea0935579697204b557c3361592430cf2 (patch)
tree6c6de218ff0114656d684d74732b22fc812ee80e
parenta8a233102e58b965ca39f35344b6a50fe528b8b0 (diff)
downloadphp-git-1ba9d5eea0935579697204b557c3361592430cf2.tar.gz
differentiate: Makus, Marcus
#k = Markus Fischer #c = Marcus Boerger alias helly
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a64da9ea1c..b2b8590437 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ PHP 4 NEWS
- Fixed a build problem in bcmath. (Alan)
- Fixed several bzip2 issues. (Andrei, kalowsky)
- Fixed several COM issues. (Harald)
-- Various exif fixes. (Marcus Boerger)
+- Various exif fixes. (Marcus)
- Fixed domxml_xslt_process() and domxml_get_element_by_id() and several
other issues in DOMXML. (Christian)
- Fixed DOMXML crash on removing previously created attributes. (Christian)
@@ -25,7 +25,7 @@ PHP 4 NEWS
- Fixed a crash in the shutdown order of the ODBC module. (kalowsky)
- Fixed PCRE build problems. (troels@arvin.dk)
- Fixed a crash in pg_lo_write() (Yasuo)
-- Fixed posix_isatty() and posix_ttyname() (Marcus)
+- Fixed posix_isatty() and posix_ttyname(). (Markus)
- Fixed accidental pg_lo_import() API change. (Yasuo)
- Fixed ereg_replace() crash when the backreference number was greater than the
number of captured subpatterns. (oliver@billix.franken.de)