php-src/UPGRADING

192 lines
2.8 KiB
Plaintext
Raw Normal View History

2005-11-23 23:01:54 +08:00
$Id$
2010-03-25 00:23:50 +08:00
UPGRADE NOTES - PHP X.Y
1. Changes made to default configuration
2. Reserved words and classes
3. Changes made to engine behaviour
4. Changes made to existing functions
5. Changes made to existing methods
6. Changes made to existing classes
7. Deprecated
8. Removed
9. Extensions:
a. moved out to PECL and actively maintained there
b. no longer maintained
c. with changed behaviour
d. no longer possible to disable
10. Changes in SAPI support
11. Changes in INI directives
12. Syntax additions
13. Windows support
14. New in PHP X.Y:
a. New libraries
b. New extensions
c. New stream wrappers
2009-06-25 05:16:53 +08:00
d. New stream filters
e. New functions
f. New global constants
g. New classes
h. New methods
i. New class constants
2010-03-25 00:23:50 +08:00
j. New hash algorithms
k. New Syntax
2010-03-25 00:23:50 +08:00
========================================
1. Changes made to default configuration
========================================
2009-06-25 05:16:53 +08:00
-
2010-03-25 00:23:50 +08:00
=============================
2. Reserved words and classes
=============================
2010-03-25 00:23:50 +08:00
-
=============================
3. Changes made to engine behaviour
=============================
-
2010-03-25 00:23:50 +08:00
=====================================
4. Changes made to existing functions
2010-03-25 00:23:50 +08:00
=====================================
2009-06-26 02:01:08 +08:00
-
2009-06-26 02:01:08 +08:00
===================================
5. Changes made to existing methods
===================================
2010-03-25 00:23:50 +08:00
-
===================================
6. Changes made to existing classes
===================================
-
=============
7. Deprecated
=============
-
==========
8. Removed
==========
a. removed features
-
b. removed ini directives
-
c. removed functions
-
d. removed syntax
-
=============
9. Extensions
=============
a. moved out to PECL and actively maintained there
2010-03-25 00:23:50 +08:00
-
b. no longer maintained
-
c. with changed behaviour
-
d. no longer possible to disable
2010-03-25 00:23:50 +08:00
-
==========================
10. Changes in SAPI support
==========================
-
=============================
11. Changes in INI directives
=============================
-
====================
12. Syntax additions
====================
-
===================
13. Windows support
===================
-
===================
14. New in PHP X.Y:
===================
a. New libraries
2010-03-25 00:23:50 +08:00
-
b. New extensions
2010-03-25 00:23:50 +08:00
-
c. New stream wrappers
2010-03-25 00:23:50 +08:00
-
2009-06-24 03:40:31 +08:00
d. New stream filters
2010-03-25 00:23:50 +08:00
-
2009-06-24 03:40:31 +08:00
e. New functions
- Extension:
- function()
2009-06-24 03:40:31 +08:00
f. New global constants
-
2009-06-24 03:40:31 +08:00
g. New classes
- Extension:
- ClassName
2009-06-24 03:40:31 +08:00
h. New methods
- Spl:
- SplFixedArray::__wakeup()
2009-06-24 03:40:31 +08:00
i. New class constants
- Extension:
- ClassName::CONSTANT
2010-03-25 00:23:50 +08:00
j. New Hash algorithms
-
k. New Syntax
-