From e4144518dd50da88c8e603b3f1cc070d14e1afa9 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 15 Aug 2003 14:23:37 +0000 Subject: [PATCH] Use HTML entities in special names --- ChangeLog-4.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog-4.php b/ChangeLog-4.php index 74f05ad79..674b0136e 100644 --- a/ChangeLog-4.php +++ b/ChangeLog-4.php @@ -1847,7 +1847,7 @@ There is no separate announcement available for this release.
(Rasmus, Sascha)
  • Virtualize realpath, chmod, chown and utime (Stas)
  • Support content-encoding headers in file upload MIME parts - (Ragnar Kjrstad)
  • + (Ragnar Kjørstad)
  • Fixed warning when shutting down OCINLogon() connections. (Thies)
  • Fixed \n in session variables bug on Win32 (Stas)
  • OCIError() would sometimes not report failed connections. (Thies)
  • @@ -2050,7 +2050,7 @@ There is no separate announcement available for this release.
  • fopen_wrappers() are now extensible via modules (Hartmut Holzgraefe)
  • Make trim strip \0 to match php 3 (Rasmus)
  • Added function imagecreatefromxbm(). (Jouni)
  • -
  • Added function imagewbmp(). (Jouni, based on patch from Rune Nordbe +
  • Added function imagewbmp(). (Jouni, based on patch from Rune Nordbøe Skillingstad)
  • Added str_pad() for padding a string with an arbitrary string on left or right. (Andrei)
  • @@ -2428,7 +2428,7 @@ There is no separate announcement available for this release.
    over the server and environment variables, in addition to GET/POST/Cookies (Zeev)
  • new function cpdf_set_document_limits() (Uwe)
  • -
  • Applied safe-mode patch to popen(). (Patch by Kristian Khntopp)
  • +
  • Applied safe-mode patch to popen(). (Patch by Kristian Köhntopp)
  • str_repeat() now returns correct length. (Thies)
  • Don't assume libz and libpng are installed for the GD checks (Rasmus)
  • Implemented support for <boolean> and <null> types according