Browse Source

NEWS and UPGRADING for intdiv()

pull/724/merge
Andrea Faulds 12 years ago
parent
commit
64534830b1
  1. 1
      NEWS
  2. 4
      UPGRADING

1
NEWS

@ -16,6 +16,7 @@ PHP NEWS
- Standard:
. Removed call_user_method() and call_user_method_array() functions. (Kalle)
. Fix user session handlers (See rfc:session.user.return-value). (Sara)
. Added intdiv() function. (Andrea)
- XSL:
. Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)

4
UPGRADING

@ -28,6 +28,8 @@ PHP X.Y UPGRADE NOTES
2. New Features
========================================
- Standard
. intdiv() function for integer division added.
========================================
3. Changes in SAPI modules
@ -69,7 +71,7 @@ PHP X.Y UPGRADE NOTES
========================================
- Core
, PHP_INT_MIN added.
. PHP_INT_MIN added.
========================================
11. Changes to INI File Handling

Loading…
Cancel
Save