2
2
// $Id$
3
3
$ _SERVER ['BASE_PAGE ' ] = 'ChangeLog-4.php ' ;
4
4
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/include/prepend.inc ' ;
5
- site_header ("PHP 4 ChangeLog " , array ("current " => "docs " , 'css ' => array ('changelog.css ' ), 'layout_span ' => 12 ));
6
- function bugfix ($ number ) { echo "Fixed bug " ; bugl ($ number ); }
7
- function bugl ($ number ) { echo "<a href= \"http://bugs.php.net/ $ number \"># $ number</a> " ; }
5
+ include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/include/changelogs.inc ' ;
6
+ site_header ("PHP 4 ChangeLog " , array ("current " => "docs " , "css " => array ("changelog.css " ), "layout_span " => 12 ));
8
7
?>
9
8
10
9
<h1>PHP 4 ChangeLog</h1>
11
10
12
11
<section class="version" id="4.4.9"><!-- {{{ 4.4.9 -->
13
12
<h3>Version 4.4.9</h3>
14
- <b> 07-Aug-2008</b >
13
+ <?php release_date ( " 07-Aug-2008 " ); ? >
15
14
<ul>
16
15
<li>Updated PCRE to version 7.7.</li>
17
16
<li>Fixed overflow in memnstr().</li>
@@ -24,7 +23,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
24
23
25
24
<section class="version" id="4.4.8"><!-- {{{ 4.4.8 -->
26
25
<h3>Version 4.4.8</h3>
27
- <b> 03-Jan-2008</b >
26
+ <?php release_date ( " 03-Jan-2008 " ); ? >
28
27
<ul>
29
28
<li>Improved fix for MOPB-02-2007.</li>
30
29
<li>Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.</li>
@@ -45,7 +44,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
45
44
46
45
<section class="version" id="4.4.7"><!-- {{{ 4.4.7 -->
47
46
<h3>Version 4.4.7</h3>
48
- <b> 03-May-2007</b >
47
+ <?php release_date ( " 03-May-2007 " ); ? >
49
48
<ul>
50
49
<li>Fixed MOPB-33-2007 (PHP mail() Message ASCIIZ Byte Truncation).</li>
51
50
<li>Fixed MOPB-32-2007 (Double free inside session_decode()).</li>
@@ -70,7 +69,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
70
69
71
70
<section class="version" id="4.4.6"><!-- {{{ 4.4.6 -->
72
71
<h3>Version 4.4.6</h3>
73
- <b> 01-Mar-2007</b >
72
+ <?php release_date ( " 01-Mar-2007 " ); ? >
74
73
<ul>
75
74
<li>Updated PCRE to version 7.0.</li>
76
75
<li>Fixed segfault in ext/session when register_globals=On.</li>
@@ -85,7 +84,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
85
84
86
85
<section class="version" id="4.4.5"><!-- {{{ 4.4.5 -->
87
86
<h3>Version 4.4.5</h3>
88
- <b> 14-Feb-2007</b >
87
+ <?php release_date ( " 14-Feb-2007 " ); ? >
89
88
<ul>
90
89
<li>Upgraded PEAR to 1.5.0.</li>
91
90
<li>Updated PCRE to version 6.7.</li>
@@ -122,7 +121,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
122
121
123
122
<section class="version" id="4.4.4"><!-- {{{ 4.4.4 -->
124
123
<h3>Version 4.4.4</h3>
125
- <b> 17-Aug-2006</b >
124
+ <?php release_date ( " 17-Aug-2006 " ); ? >
126
125
<ul>
127
126
<li>Fixed memory_limit on 64bit systems.</li>
128
127
<li>Fixed overflow on 64bit systems in str_repeat() and wordwrap().</li>
@@ -145,7 +144,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
145
144
146
145
<section class="version" id="4.4.3"><!-- {{{ 4.4.3 -->
147
146
<h3>Version 4.4.3</h3>
148
- <b> 03-Aug-2006</b >
147
+ <?php release_date ( " 03-Aug-2006 " ); ? >
149
148
<ul>
150
149
<li>Added control character checks for cURL extension's open_basedir/safe_mode checks.</li>
151
150
<li>Added overflow checks to wordwrap() function.</li>
@@ -181,7 +180,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
181
180
182
181
<section class="version" id="4.4.2"><!-- {{{ 4.4.2 -->
183
182
<h3>Version 4.4.2</h3>
184
- <b> 11-Jan-2006</b >
183
+ <?php release_date ( " 11-Jan-2006 " ); ? >
185
184
<ul>
186
185
<li>Added missing safe_mode/open_basedir checks into cURL extension.</li>
187
186
<li>Backported missing imap_mailcompose() fixes from PHP 5.x.</li>
@@ -230,7 +229,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
230
229
231
230
<section class="version" id="4.4.1"><!-- {{{ 4.4.1 -->
232
231
<h3>Version 4.4.1</h3>
233
- <b> 31-Oct-2005</b >
232
+ <?php release_date ( " 31-Oct-2005 " ); ? >
234
233
<ul>
235
234
<li>Added missing safe_mode checks for image* functions and cURL.</li>
236
235
<li>Added missing safe_mode/open_basedir checks for file uploads.</li>
@@ -284,7 +283,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
284
283
285
284
<section class="version" id="4.4.0"><!-- {{{ 4.4.0 -->
286
285
<h3>Version 4.4.0</h3>
287
- <b> 11-Jul-2005</b >
286
+ <?php release_date ( " 11-Jul-2005 " ); ? >
288
287
<ul>
289
288
<li>Added man pages for "phpize" and "php-config" scripts.</li>
290
289
<li>Added support for .cc files in extensions.</li>
@@ -349,7 +348,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
349
348
350
349
<section class="version" id="4.3.11"><!-- {{{ 4.3.11 -->
351
350
<h3>Version 4.3.11</h3>
352
- <b> 31-Mar-2005</b >
351
+ <?php release_date ( " 31-Mar-2005 " ); ? >
353
352
<ul>
354
353
<li>Added Oracle Instant Client support</li>
355
354
<li>Added checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem() and gmp_fact() to prevent SIGFPE</li>
@@ -434,7 +433,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
434
433
435
434
<section class="version" id="4.3.10"><!-- {{{ 4.3.10 -->
436
435
<h3>Version 4.3.10</h3>
437
- <b> 14-Dec-2004</b >
436
+ <?php release_date ( " 14-Dec-2004 " ); ? >
438
437
<ul>
439
438
<li>Added the %F modifier to *printf to render a non-locale-aware representation of a float with the . as decimal separator.</li>
440
439
<li>Fixed a bug in addslashes() handling of the '\0' character.</li>
@@ -479,7 +478,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
479
478
480
479
<section class="version" id="4.3.9"><!-- {{{ 4.3.9 -->
481
480
<h3>Version 4.3.9</h3>
482
- <b> 22-Sep-2004</b >
481
+ <?php release_date ( " 22-Sep-2004 " ); ? >
483
482
<ul>
484
483
<li>GPC input processing fixes.</li>
485
484
<li>Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion.</li>
@@ -539,7 +538,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
539
538
540
539
<section class="version" id="4.3.8"><!-- {{{ 4.3.8 -->
541
540
<h3>Version 4.3.8</h3>
542
- <b> 13-Jul-2004</b >
541
+ <?php release_date ( " 13-Jul-2004 " ); ? >
543
542
<ul>
544
543
<li>Fixed strip_tags() to correctly handle '\0' characters. (Stefan)</li>
545
544
<li>Improved stability during startup when memory_limit is used. (Stefan)</li>
@@ -554,7 +553,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
554
553
555
554
<section class="version" id="4.3.7"><!-- {{{ 4.3.7 -->
556
555
<h3>Version 4.3.7</h3>
557
- <b> 03-Jun-2004</b >
556
+ <?php release_date ( " 03-Jun-2004 " ); ? >
558
557
<ul>
559
558
<li>Upgraded bundled GD library to 2.0.23. (Ilia)</li>
560
559
<li>Changed user error handler mechanism to relay to built-in error handler if it returns false. (Andrei)</li>
@@ -597,7 +596,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
597
596
598
597
<section class="version" id="4.3.6"><!-- {{{ 4.3.6 -->
599
598
<h3>Version 4.3.6</h3>
600
- <b> 15-Apr-2004</b >
599
+ <?php release_date ( " 15-Apr-2004 " ); ? >
601
600
<ul>
602
601
<li>Updated bundled PDFLib library to version 5.0.3p1 in Windows distribution. (Edin)</li>
603
602
<li>Synchronized bundled GD library with GD 2.0.22. (Ilia)</li>
@@ -632,7 +631,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
632
631
633
632
<section class="version" id="4.3.5"><!-- {{{ 4.3.5 -->
634
633
<h3>Version 4.3.5</h3>
635
- <b> 26-Mar-2004</b >
634
+ <?php release_date ( " 26-Mar-2004 " ); ? >
636
635
<ul>
637
636
638
637
<li>Fixed possible crash using an invalid color index with a palette image in imagecolortransparent (Pierre)</li>
@@ -801,7 +800,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
801
800
802
801
<section class="version" id="4.3.4"><!-- {{{ 4.3.4 -->
803
802
<h3>Version 4.3.4</h3>
804
- <b> 03-Nov-2003</b >
803
+ <?php release_date ( " 03-Nov-2003 " ); ? >
805
804
<ul>
806
805
<li>Made MCVE extension available on win32. (Jani)</li>
807
806
<li>Upgraded bundled libfcgi and made FastCGI support viable on Win32. (Sascha)</li>
@@ -887,7 +886,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
887
886
888
887
<section class="version" id="4.3.3"><!-- {{{ 4.3.3 -->
889
888
<h3>Version 4.3.3</h3>
890
- <b> 25-Aug-2003</b >
889
+ <?php release_date ( " 25-Aug-2003 " ); ? >
891
890
<ul>
892
891
<li>Synchronized bundled GD library with GD 2.0.15. (Ilia)</li>
893
892
<li>Upgraded the bundled Expat library to version 1.95.6. (Jani)</li>
@@ -1041,7 +1040,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
1041
1040
1042
1041
<section class="version" id="4.3.2"><!-- {{{ 4.3.2 -->
1043
1042
<h3>Version 4.3.2</h3>
1044
- <b> 29-May-2003</b >
1043
+ <?php release_date ( " 29-May-2003 " ); ? >
1045
1044
<ul>
1046
1045
<li>Syncronized bundled GD library with GD 2.0.12. (Ilia)</li>
1047
1046
<li>Removed support for GDLIB version 1.x.x (php_gd.dll) on Windows. (Edin)</li>
@@ -1232,7 +1231,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
1232
1231
1233
1232
<section class="version" id="4.3.1"><!-- {{{ 4.3.1 -->
1234
1233
<h3>Version 4.3.1</h3>
1235
- <b> 17-Feb-2003</b >
1234
+ <?php release_date ( " 17-Feb-2003 " ); ? >
1236
1235
<ul>
1237
1236
<li>Fixed serious security vulnerability in CGI SAPI. (Shane)</li>
1238
1237
</ul>
@@ -1242,7 +1241,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
1242
1241
1243
1242
<section class="version" id="4.3.0"><!-- {{{ 4.3.0 -->
1244
1243
<h3>Version 4.3.0</h3>
1245
- <b> 27-Dec-2002</b >
1244
+ <?php release_date ( " 27-Dec-2002 " ); ? >
1246
1245
<ul>
1247
1246
<li>If you don't specify building any other SAPI "make install" will install the
1248
1247
CGI SAPI binary in {PREFIX}/bin/php. If you want to install CLI SAPI in that
@@ -1755,7 +1754,7 @@ function in question. (Derick, Wez, Marcus)</li>
1755
1754
1756
1755
<section class="version" id="4.2.3"><!-- {{{ 4.2.3 -->
1757
1756
<h3>Version 4.2.3</h3>
1758
- <b> 06-Sep-2002</b >
1757
+ <?php release_date ( " 06-Sep-2002 " ); ? >
1759
1758
<ul>
1760
1759
<li>Enable UTF8 modifier support for PCRE on win32. (Wez, Edin)</li>
1761
1760
<li>Enabled strcoll() on win32. (Markus)</li>
@@ -1794,7 +1793,7 @@ function in question. (Derick, Wez, Marcus)</li>
1794
1793
1795
1794
<section class="version" id="4.2.2"><!-- {{{ 4.2.2 -->
1796
1795
<h3>Version 4.2.2</h3>
1797
- <b> 22-Jul-2002</b >
1796
+ <?php release_date ( " 22-Jul-2002 " ); ? >
1798
1797
<ul>
1799
1798
<li>Fixed serious security vulnerability. (Stefan Esser)</li>
1800
1799
</ul>
@@ -1804,7 +1803,7 @@ function in question. (Derick, Wez, Marcus)</li>
1804
1803
1805
1804
<section class="version" id="4.2.1"><!-- {{{ 4.2.1 -->
1806
1805
<h3>Version 4.2.1</h3>
1807
- <b> 13-May-2002</b >
1806
+ <?php release_date ( " 13-May-2002 " ); ? >
1808
1807
<ul>
1809
1808
<li>Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
1810
1809
fixed security problems with safe_mode_include_dir directive. (Rasmus)</li>
@@ -1861,7 +1860,7 @@ function in question. (Derick, Wez, Marcus)</li>
1861
1860
1862
1861
<section class="version" id="4.2.0"><!-- {{{ 4.2.0 -->
1863
1862
<h3>Version 4.2.0</h3>
1864
- <b> 22-Apr-2002</b >
1863
+ <?php release_date ( " 22-Apr-2002 " ); ? >
1865
1864
<ul>
1866
1865
<li>ATTENTION!! register_globals defaults to 'off' now !!!</li>
1867
1866
<li>Note: Apache2 support is EXPERIMENTAL.</li>
@@ -2075,7 +2074,7 @@ class or is derived from it. (Andrei, Zend Engine)</li>
2075
2074
2076
2075
<section class="version" id="4.1.2"><!-- {{{ 4.1.2 -->
2077
2076
<h3>Version 4.1.2</h3>
2078
- <b> 27-Feb-2002</b >
2077
+ <?php release_date ( " 27-Feb-2002 " ); ? >
2079
2078
<ul>
2080
2079
<li>Fixed start up failure when mm save handler is used and there is multiple
2081
2080
SAPIs are working at the same time. (Yasuo)</li>
@@ -2092,7 +2091,7 @@ class or is derived from it. (Andrei, Zend Engine)</li>
2092
2091
2093
2092
<section class="version" id="4.1.1"><!-- {{{ 4.1.1 -->
2094
2093
<h3>Version 4.1.1</h3>
2095
- <b> 26-Dec-2001</b >
2094
+ <?php release_date ( " 26-Dec-2001 " ); ? >
2096
2095
<ul>
2097
2096
<li>Fixed incompatibility with Windows .NET / IIS 6 - may improve stability
2098
2097
under other versions of IIS. (Zeev)</li>
@@ -2119,7 +2118,7 @@ class or is derived from it. (Andrei, Zend Engine)</li>
2119
2118
2120
2119
<section class="version" id="4.1.0"><!-- {{{ 4.1.0 -->
2121
2120
<h3>Version 4.1.0</h3>
2122
- <b> 10-Dec-2001</b >
2121
+ <?php release_date ( " 10-Dec-2001 " ); ? >
2123
2122
<ul>
2124
2123
<li>Worked around a bug in the MySQL client library that could cause PHP to hang
2125
2124
when using unbuffered queries. (Zeev)</li>
@@ -2324,7 +2323,7 @@ functions/methods that accepted parameters by reference. (Andrei)</li>
2324
2323
2325
2324
<section class="version" id="4.0.6"><!-- {{{ 4.0.6 -->
2326
2325
<h3>Version 4.0.6</h3>
2327
- <b> 23-Jun-2001</b >
2326
+ <?php release_date ( " 23-Jun-2001 " ); ? >
2328
2327
<ul>
2329
2328
<li>Fixed memory fragmention problem which could lead to web server processes
2330
2329
growing much more than they should. (Andi, Zend Engine)</li>
@@ -2440,7 +2439,7 @@ functions, both old and new - see docs for more info. (Wez)</li>
2440
2439
2441
2440
<section class="version" id="4.0.5"><!-- {{{ 4.0.5 -->
2442
2441
<h3>Version 4.0.5</h3>
2443
- <b> 30-Apr-2001</b >
2442
+ <?php release_date ( " 30-Apr-2001 " ); ? >
2444
2443
<ul>
2445
2444
<li>IMPORTANT: removed /F modifier handling from preg_replace(). Instead
2446
2445
one should use new preg_replace_callback() function. (Andrei)</li>
@@ -2587,7 +2586,7 @@ functionality of capturing parenthesized delimiter expression. (Andrei)</li>
2587
2586
2588
2587
<section class="version" id="4.0.4"><!-- {{{ 4.0.4 -->
2589
2588
<h3>Version 4.0.4</h3>
2590
- <b> 19-Dec-2000</b >
2589
+ <?php release_date ( " 19-Dec-2000 " ); ? >
2591
2590
<ul>
2592
2591
<li>Allow assigning a newly created object by reference. This is needed only if
2593
2592
your constructor makes other data structures reference the $this object (for
@@ -2743,7 +2742,7 @@ function &func2(...)
2743
2742
2744
2743
<section class="version" id="4.0.3"><!-- {{{ 4.0.3 -->
2745
2744
<h3>Version 4.0.3</h3>
2746
- <b> 11-Oct-2000</b >
2745
+ <?php release_date ( " 11-Oct-2000 " ); ? >
2747
2746
<ul>
2748
2747
<li>Fixed a possible crash in -a interactive mode (Zeev, Zend Engine)</li>
2749
2748
<li>Added mysql_escape_string() (Peter A. Savitch and & Brian Wang)</li>
@@ -2826,7 +2825,7 @@ functions (Andi)</li>
2826
2825
2827
2826
<section class="version" id="4.0.2"><!-- {{{ 4.0.2 -->
2828
2827
<h3>Version 4.0.2</h3>
2829
- <b> 29-Aug-2000</b >
2828
+ <?php release_date ( " 29-Aug-2000 " ); ? >
2830
2829
<ul>
2831
2830
<li>Added PHP API for Zend's ticks. (Stig)</li>
2832
2831
<li>PHP 3 regression testing framework re-born (Stig)</li>
@@ -2997,7 +2996,7 @@ functions (Stas)</li>
2997
2996
2998
2997
<section class="version" id="4.0.1"><!-- {{{ 4.0.1 -->
2999
2998
<h3>Version 4.0.1</h3>
3000
- <b> 28-Jun-2000</b >
2999
+ <?php release_date ( " 28-Jun-2000 " ); ? >
3001
3000
<ul>
3002
3001
<li>Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)</li>
3003
3002
<li>Fixed a bug in opendir(), which prevented readdir() from working properly if
@@ -3161,7 +3160,7 @@ functionality and stability of multi-threaded versions of PHP (Andi, Sascha)</li
3161
3160
3162
3161
<section class="version" id="4.0.0"><!-- {{{ 4.0.0 -->
3163
3162
<h3>Version 4.0.0 Release</h3>
3164
- <b> 22-May-2000</b >
3163
+ <?php release_date ( " 22-May-2000 " ); ? >
3165
3164
<ul>
3166
3165
<li>Allow the writing of flash files to stdout.</li>
3167
3166
<li>Fixed a crash bug in .phps syntax-highlighted files (Andi)</li>
@@ -3184,7 +3183,7 @@ functionality and stability of multi-threaded versions of PHP (Andi, Sascha)</li
3184
3183
3185
3184
<section class="version" id="4.0RC2">
3186
3185
<h3>Version 4.0, Release Candidate 2</h3>
3187
- <b> 08-May-2000</b >
3186
+ <?php release_date ( " 08-May-2000 " ); ? >
3188
3187
<ul>
3189
3188
<li>NSAPI WIN32 Module compilable, untested (Shane)</li>
3190
3189
<li>Apache WIN32 Module compilable and lightly tested. (Shane)</li>
@@ -3281,7 +3280,7 @@ functionality and stability of multi-threaded versions of PHP (Andi, Sascha)</li
3281
3280
3282
3281
<section class="version" id="4.0RC1">
3283
3282
<h3>Version 4.0, Release Candidate 1</h3>
3284
- <b> 27-Mar-2000</b >
3283
+ <?php release_date ( " 27-Mar-2000 " ); ? >
3285
3284
<ul>
3286
3285
<li>Added support for UCD-SNMP 4.1.x (Sascha)</li>
3287
3286
<li>Fixed a data corruption bug in mysql_result(), if used in table.fieldname
@@ -3370,7 +3369,7 @@ functions. (Andrei, Zend Engine)</li>
3370
3369
3371
3370
<section class="version" id="4.0b4l1">
3372
3371
<h3>Version 4.0, Beta 4 Patch Level 1</h3>
3373
- <b> 21-Feb-2000</b >
3372
+ <?php release_date ( " 21-Feb-2000 " ); ? >
3374
3373
<ul>
3375
3374
<li>Fixed crash when magic_quotes were switched off. (Thies)</li>
3376
3375
<li>Support for pdflib 2.30 (Uwe)</li>
@@ -3380,7 +3379,7 @@ functions. (Andrei, Zend Engine)</li>
3380
3379
3381
3380
<section class="version" id="4.0b4">
3382
3381
<h3>Version 4.0, Beta 4</h3>
3383
- <b> 20-Feb-2000</b >
3382
+ <?php release_date ( " 20-Feb-2000 " ); ? >
3384
3383
<ul>
3385
3384
<li>Introduced $HTTP_POST_FILES[], that contains information about files uploaded
3386
3385
through HTTP upload (Zeev)</li>
@@ -3555,7 +3554,7 @@ interface modules (Zeev)</li>
3555
3554
3556
3555
<section class="version" id="4.0b3">
3557
3556
<h3>Version 4.0 Beta 3</h3>
3558
- <b> 16-Nov-1999</b >
3557
+ <?php release_date ( " 16-Nov-1999 " ); ? >
3559
3558
<ul>
3560
3559
<li>ucfirst()/ucwords() no longer modify arg1 (Thies)</li>
3561
3560
<li>Fixed strtr() not to modify arg1 (Thies)</li>
@@ -3781,7 +3780,7 @@ interface modules (Zeev)</li>
3781
3780
3782
3781
<section class="version" id="4.0b2">
3783
3782
<h3>Version 4.0 Beta 2</h3>
3784
- <b> 09-Aug-1999</b >
3783
+ <?php release_date ( " 09-Aug-1999 " ); ? >
3785
3784
<ul>
3786
3785
<li>Fixed a problem when sending HTTP/1.x header lines using header() (Zeev)</li>
3787
3786
<li>Win32 builds now include the ODBC module built-in (Zeev)</li>
@@ -3864,7 +3863,7 @@ interface modules (Zeev)</li>
3864
3863
3865
3864
<section class="version" id="4.0b1">
3866
3865
<h3>Version 4.0 Beta 1</h3>
3867
- <b> 19-Jul-1999</b >
3866
+ <?php release_date ( " 19-Jul-1999 " ); ? >
3868
3867
<ul>
3869
3868
<li>First public beta of PHP 4.0</li>
3870
3869
</ul>
0 commit comments