@@ -4,16 +4,16 @@ PHP 5.6 UPGRADE NOTES
4
4
5
5
1. Backward Incompatible Changes
6
6
2. New Features
7
- 2 . Changes in SAPI modules
8
- 3 . Deprecated Functionality
9
- 4 . Changed Functions
10
- 5 . New Functions
11
- 6 . New Classes and Interfaces
12
- 7 . Removed Extensions
13
- 8 . Other Changes to Extensions
14
- 9 . New Global Constants
15
- 10 . Changes to INI File Handling
16
- 11 . Other Changes
7
+ 3 . Changes in SAPI modules
8
+ 4 . Deprecated Functionality
9
+ 5 . Changed Functions
10
+ 6 . New Functions
11
+ 7 . New Classes and Interfaces
12
+ 8 . Removed Extensions
13
+ 9 . Other Changes to Extensions
14
+ 10 . New Global Constants
15
+ 11 . Changes to INI File Handling
16
+ 12 . Other Changes
17
17
18
18
19
19
========================================
@@ -152,7 +152,7 @@ PHP 5.6 UPGRADE NOTES
152
152
operations using the ext/pgsql extension.
153
153
154
154
========================================
155
- 2 . Changes in SAPI modules
155
+ 3 . Changes in SAPI modules
156
156
========================================
157
157
158
158
- Added phpdbg SAPI.
@@ -166,7 +166,7 @@ PHP 5.6 UPGRADE NOTES
166
166
application/xml is now sent automatically.
167
167
168
168
========================================
169
- 3 . Deprecated Functionality
169
+ 4 . Deprecated Functionality
170
170
========================================
171
171
172
172
- Incompatible context calls:
@@ -195,7 +195,7 @@ PHP 5.6 UPGRADE NOTES
195
195
mbstring.internal_encoding
196
196
197
197
========================================
198
- 4 . Changed Functions
198
+ 5 . Changed Functions
199
199
========================================
200
200
201
201
- cURL:
@@ -240,7 +240,7 @@ PHP 5.6 UPGRADE NOTES
240
240
replacing "C:" with "O:" at the start will now produce an error.
241
241
242
242
========================================
243
- 5 . New Functions
243
+ 6 . New Functions
244
244
========================================
245
245
246
246
- GMP:
@@ -279,17 +279,17 @@ PHP 5.6 UPGRADE NOTES
279
279
Added SplFileObject::fread($length) to complement fwrite() method (>= 5.5.11)
280
280
281
281
========================================
282
- 6 . New Classes and Interfaces
282
+ 7 . New Classes and Interfaces
283
283
========================================
284
284
285
285
286
286
========================================
287
- 7 . Removed Extensions
287
+ 8 . Removed Extensions
288
288
========================================
289
289
290
290
291
291
========================================
292
- 8 . Other Changes to Extensions
292
+ 9 . Other Changes to Extensions
293
293
========================================
294
294
295
295
- cURL:
@@ -353,7 +353,7 @@ PHP 5.6 UPGRADE NOTES
353
353
as described in https://bugs.php.net/bug.php?id=42614.
354
354
355
355
========================================
356
- 9 . New Global Constants
356
+ 10 . New Global Constants
357
357
========================================
358
358
359
359
- LDAP:
@@ -387,7 +387,7 @@ PHP 5.6 UPGRADE NOTES
387
387
OPENSSL_DEFAULT_STREAM_CIPHERS string
388
388
389
389
========================================
390
- 10 . Changes to INI File Handling
390
+ 11 . Changes to INI File Handling
391
391
========================================
392
392
393
393
- Core:
@@ -412,7 +412,7 @@ PHP 5.6 UPGRADE NOTES
412
412
global CA default specification as necessary.
413
413
414
414
========================================
415
- 11 . Other Changes
415
+ 12 . Other Changes
416
416
========================================
417
417
418
418
- File upload:
0 commit comments