diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-10-04 20:26:50 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-10-04 20:26:50 +0000 |
commit | f2552322e7adbccb094a1946b1107c370ac3bb83 (patch) | |
tree | 437a43280e28ff66a9eb79103c8b91e9483ea8ed /UPGRADING | |
parent | b30b0916bddb7dfb5fee66f81d1a660eedfd9f42 (diff) | |
download | php-git-f2552322e7adbccb094a1946b1107c370ac3bb83.tar.gz |
Revert for now
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -8,7 +8,6 @@ UPGRADE NOTES - PHP X.Y 4. Changes made to existing methods 5. Changes made to existing classes 6. Deprecated - a. deprecated functions 7. Extensions: a. moved out to PECL and actively maintained there b. no longer maintained @@ -110,11 +109,6 @@ UPGRADE NOTES - PHP X.Y 6. Deprecated ============= - a. deprecated functions - - - getrandmax() -- use the PHP_RAND_MAX constant - - mt_getrandmax() -- use the PHP_MT_RAND_MAX constant - ========== 7. Removed ========== @@ -241,8 +235,6 @@ UPGRADE NOTES - PHP X.Y - JSON_PRETTY_PRINT - JSON_UNESCAPED_SLASHES - - PHP_RAND_MAX - - PHP_MT_RAND_MAX g. New classes |