Browse Source

Use php.ini parameter instead of GC() entry

pull/271/head
Christopher Jones 15 years ago
parent
commit
8e0c2e1cb9
  1. 2
      NEWS

2
NEWS

@ -109,7 +109,7 @@ PHP NEWS
- Changed third parameter of preg_match_all() to optional. FR #53238. (Adam)
- Changed silent casting of null/''/false into an Object when adding
a property into a warning. (Scott)
- <?= is now always available regardless of the short_tags setting (Rasmus)
- <?= is now always available regardless of the short_open_tag setting (Rasmus)
- General improvements:
. Added multibyte support by default. Previously php had to be compiled

Loading…
Cancel
Save