Skip to content

Commit d27b76a

Browse files
committed
Fixed numbering in UPGRADING file
1 parent 5d13b7f commit d27b76a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

UPGRADING

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ PHP 5.6 UPGRADE NOTES
44

55
1. Backward Incompatible Changes
66
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
1717

1818

1919
========================================
@@ -152,7 +152,7 @@ PHP 5.6 UPGRADE NOTES
152152
operations using the ext/pgsql extension.
153153

154154
========================================
155-
2. Changes in SAPI modules
155+
3. Changes in SAPI modules
156156
========================================
157157

158158
- Added phpdbg SAPI.
@@ -166,7 +166,7 @@ PHP 5.6 UPGRADE NOTES
166166
application/xml is now sent automatically.
167167

168168
========================================
169-
3. Deprecated Functionality
169+
4. Deprecated Functionality
170170
========================================
171171

172172
- Incompatible context calls:
@@ -195,7 +195,7 @@ PHP 5.6 UPGRADE NOTES
195195
mbstring.internal_encoding
196196

197197
========================================
198-
4. Changed Functions
198+
5. Changed Functions
199199
========================================
200200

201201
- cURL:
@@ -240,7 +240,7 @@ PHP 5.6 UPGRADE NOTES
240240
replacing "C:" with "O:" at the start will now produce an error.
241241

242242
========================================
243-
5. New Functions
243+
6. New Functions
244244
========================================
245245

246246
- GMP:
@@ -279,17 +279,17 @@ PHP 5.6 UPGRADE NOTES
279279
Added SplFileObject::fread($length) to complement fwrite() method (>= 5.5.11)
280280

281281
========================================
282-
6. New Classes and Interfaces
282+
7. New Classes and Interfaces
283283
========================================
284284

285285

286286
========================================
287-
7. Removed Extensions
287+
8. Removed Extensions
288288
========================================
289289

290290

291291
========================================
292-
8. Other Changes to Extensions
292+
9. Other Changes to Extensions
293293
========================================
294294

295295
- cURL:
@@ -353,7 +353,7 @@ PHP 5.6 UPGRADE NOTES
353353
as described in https://bugs.php.net/bug.php?id=42614.
354354

355355
========================================
356-
9. New Global Constants
356+
10. New Global Constants
357357
========================================
358358

359359
- LDAP:
@@ -387,7 +387,7 @@ PHP 5.6 UPGRADE NOTES
387387
OPENSSL_DEFAULT_STREAM_CIPHERS string
388388

389389
========================================
390-
10. Changes to INI File Handling
390+
11. Changes to INI File Handling
391391
========================================
392392

393393
- Core:
@@ -412,7 +412,7 @@ PHP 5.6 UPGRADE NOTES
412412
global CA default specification as necessary.
413413

414414
========================================
415-
11. Other Changes
415+
12. Other Changes
416416
========================================
417417

418418
- File upload:

0 commit comments

Comments
 (0)