Browse Source

- Entry doesn't belong here, fixed in 5.2

migration/RELEASE_1_0_0
Marcus Boerger 20 years ago
parent
commit
5f45fa8cbd
  1. 2
      NEWS

2
NEWS

@ -6,8 +6,6 @@ PHP NEWS
- Changed dl() to be disabled by default. Enabled only when explicitly - Changed dl() to be disabled by default. Enabled only when explicitly
registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
- Changed return "new" by reference to throw an E_STRICT error. (Dmitry) - Changed return "new" by reference to throw an E_STRICT error. (Dmitry)
- Changed __toString() behavior to call it in all necessary places
(Marcus, Dmitry)
- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
functions to not call __autoload(). (Dmitry) functions to not call __autoload(). (Dmitry)

Loading…
Cancel
Save