Skip to content

Commit 91dd54e

Browse files
committed
Use release_date() also in PHP4 changelog
1 parent cda5cee commit 91dd54e

File tree

4 files changed

+75
-59
lines changed

4 files changed

+75
-59
lines changed

ChangeLog-4.php

+45-46
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
// $Id$
33
$_SERVER['BASE_PAGE'] = 'ChangeLog-4.php';
44
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));
87
?>
98

109
<h1>PHP 4 ChangeLog</h1>
1110

1211
<section class="version" id="4.4.9"><!-- {{{ 4.4.9 -->
1312
<h3>Version 4.4.9</h3>
14-
<b>07-Aug-2008</b>
13+
<?php release_date("07-Aug-2008"); ?>
1514
<ul>
1615
<li>Updated PCRE to version 7.7.</li>
1716
<li>Fixed overflow in memnstr().</li>
@@ -24,7 +23,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
2423

2524
<section class="version" id="4.4.8"><!-- {{{ 4.4.8 -->
2625
<h3>Version 4.4.8</h3>
27-
<b>03-Jan-2008</b>
26+
<?php release_date("03-Jan-2008"); ?>
2827
<ul>
2928
<li>Improved fix for MOPB-02-2007.</li>
3029
<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
4544

4645
<section class="version" id="4.4.7"><!-- {{{ 4.4.7 -->
4746
<h3>Version 4.4.7</h3>
48-
<b>03-May-2007</b>
47+
<?php release_date("03-May-2007"); ?>
4948
<ul>
5049
<li>Fixed MOPB-33-2007 (PHP mail() Message ASCIIZ Byte Truncation).</li>
5150
<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
7069

7170
<section class="version" id="4.4.6"><!-- {{{ 4.4.6 -->
7271
<h3>Version 4.4.6</h3>
73-
<b>01-Mar-2007</b>
72+
<?php release_date("01-Mar-2007"); ?>
7473
<ul>
7574
<li>Updated PCRE to version 7.0.</li>
7675
<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
8584

8685
<section class="version" id="4.4.5"><!-- {{{ 4.4.5 -->
8786
<h3>Version 4.4.5</h3>
88-
<b>14-Feb-2007</b>
87+
<?php release_date("14-Feb-2007"); ?>
8988
<ul>
9089
<li>Upgraded PEAR to 1.5.0.</li>
9190
<li>Updated PCRE to version 6.7.</li>
@@ -122,7 +121,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
122121

123122
<section class="version" id="4.4.4"><!-- {{{ 4.4.4 -->
124123
<h3>Version 4.4.4</h3>
125-
<b>17-Aug-2006</b>
124+
<?php release_date("17-Aug-2006"); ?>
126125
<ul>
127126
<li>Fixed memory_limit on 64bit systems.</li>
128127
<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
145144

146145
<section class="version" id="4.4.3"><!-- {{{ 4.4.3 -->
147146
<h3>Version 4.4.3</h3>
148-
<b>03-Aug-2006</b>
147+
<?php release_date("03-Aug-2006"); ?>
149148
<ul>
150149
<li>Added control character checks for cURL extension's open_basedir/safe_mode checks.</li>
151150
<li>Added overflow checks to wordwrap() function.</li>
@@ -181,7 +180,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
181180

182181
<section class="version" id="4.4.2"><!-- {{{ 4.4.2 -->
183182
<h3>Version 4.4.2</h3>
184-
<b>11-Jan-2006</b>
183+
<?php release_date("11-Jan-2006"); ?>
185184
<ul>
186185
<li>Added missing safe_mode/open_basedir checks into cURL extension.</li>
187186
<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
230229

231230
<section class="version" id="4.4.1"><!-- {{{ 4.4.1 -->
232231
<h3>Version 4.4.1</h3>
233-
<b>31-Oct-2005</b>
232+
<?php release_date("31-Oct-2005"); ?>
234233
<ul>
235234
<li>Added missing safe_mode checks for image* functions and cURL.</li>
236235
<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
284283

285284
<section class="version" id="4.4.0"><!-- {{{ 4.4.0 -->
286285
<h3>Version 4.4.0</h3>
287-
<b>11-Jul-2005</b>
286+
<?php release_date("11-Jul-2005"); ?>
288287
<ul>
289288
<li>Added man pages for "phpize" and "php-config" scripts.</li>
290289
<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
349348

350349
<section class="version" id="4.3.11"><!-- {{{ 4.3.11 -->
351350
<h3>Version 4.3.11</h3>
352-
<b>31-Mar-2005</b>
351+
<?php release_date("31-Mar-2005"); ?>
353352
<ul>
354353
<li>Added Oracle Instant Client support</li>
355354
<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
434433

435434
<section class="version" id="4.3.10"><!-- {{{ 4.3.10 -->
436435
<h3>Version 4.3.10</h3>
437-
<b>14-Dec-2004</b>
436+
<?php release_date("14-Dec-2004"); ?>
438437
<ul>
439438
<li>Added the %F modifier to *printf to render a non-locale-aware representation of a float with the . as decimal separator.</li>
440439
<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
479478

480479
<section class="version" id="4.3.9"><!-- {{{ 4.3.9 -->
481480
<h3>Version 4.3.9</h3>
482-
<b>22-Sep-2004</b>
481+
<?php release_date("22-Sep-2004"); ?>
483482
<ul>
484483
<li>GPC input processing fixes.</li>
485484
<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
539538

540539
<section class="version" id="4.3.8"><!-- {{{ 4.3.8 -->
541540
<h3>Version 4.3.8</h3>
542-
<b>13-Jul-2004</b>
541+
<?php release_date("13-Jul-2004"); ?>
543542
<ul>
544543
<li>Fixed strip_tags() to correctly handle '\0' characters. (Stefan)</li>
545544
<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
554553

555554
<section class="version" id="4.3.7"><!-- {{{ 4.3.7 -->
556555
<h3>Version 4.3.7</h3>
557-
<b>03-Jun-2004</b>
556+
<?php release_date("03-Jun-2004"); ?>
558557
<ul>
559558
<li>Upgraded bundled GD library to 2.0.23. (Ilia)</li>
560559
<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
597596

598597
<section class="version" id="4.3.6"><!-- {{{ 4.3.6 -->
599598
<h3>Version 4.3.6</h3>
600-
<b>15-Apr-2004</b>
599+
<?php release_date("15-Apr-2004"); ?>
601600
<ul>
602601
<li>Updated bundled PDFLib library to version 5.0.3p1 in Windows distribution. (Edin)</li>
603602
<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
632631

633632
<section class="version" id="4.3.5"><!-- {{{ 4.3.5 -->
634633
<h3>Version 4.3.5</h3>
635-
<b>26-Mar-2004</b>
634+
<?php release_date("26-Mar-2004"); ?>
636635
<ul>
637636

638637
<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
801800

802801
<section class="version" id="4.3.4"><!-- {{{ 4.3.4 -->
803802
<h3>Version 4.3.4</h3>
804-
<b>03-Nov-2003</b>
803+
<?php release_date("03-Nov-2003"); ?>
805804
<ul>
806805
<li>Made MCVE extension available on win32. (Jani)</li>
807806
<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
887886

888887
<section class="version" id="4.3.3"><!-- {{{ 4.3.3 -->
889888
<h3>Version 4.3.3</h3>
890-
<b>25-Aug-2003</b>
889+
<?php release_date("25-Aug-2003"); ?>
891890
<ul>
892891
<li>Synchronized bundled GD library with GD 2.0.15. (Ilia)</li>
893892
<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
10411040

10421041
<section class="version" id="4.3.2"><!-- {{{ 4.3.2 -->
10431042
<h3>Version 4.3.2</h3>
1044-
<b>29-May-2003</b>
1043+
<?php release_date("29-May-2003"); ?>
10451044
<ul>
10461045
<li>Syncronized bundled GD library with GD 2.0.12. (Ilia)</li>
10471046
<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
12321231

12331232
<section class="version" id="4.3.1"><!-- {{{ 4.3.1 -->
12341233
<h3>Version 4.3.1</h3>
1235-
<b>17-Feb-2003</b>
1234+
<?php release_date("17-Feb-2003"); ?>
12361235
<ul>
12371236
<li>Fixed serious security vulnerability in CGI SAPI. (Shane)</li>
12381237
</ul>
@@ -1242,7 +1241,7 @@ function bugl($number) { echo "<a href=\"http://bugs.php.net/$number\">#$numbe
12421241

12431242
<section class="version" id="4.3.0"><!-- {{{ 4.3.0 -->
12441243
<h3>Version 4.3.0</h3>
1245-
<b>27-Dec-2002</b>
1244+
<?php release_date("27-Dec-2002"); ?>
12461245
<ul>
12471246
<li>If you don't specify building any other SAPI "make install" will install the
12481247
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>
17551754

17561755
<section class="version" id="4.2.3"><!-- {{{ 4.2.3 -->
17571756
<h3>Version 4.2.3</h3>
1758-
<b>06-Sep-2002</b>
1757+
<?php release_date("06-Sep-2002"); ?>
17591758
<ul>
17601759
<li>Enable UTF8 modifier support for PCRE on win32. (Wez, Edin)</li>
17611760
<li>Enabled strcoll() on win32. (Markus)</li>
@@ -1794,7 +1793,7 @@ function in question. (Derick, Wez, Marcus)</li>
17941793

17951794
<section class="version" id="4.2.2"><!-- {{{ 4.2.2 -->
17961795
<h3>Version 4.2.2</h3>
1797-
<b>22-Jul-2002</b>
1796+
<?php release_date("22-Jul-2002"); ?>
17981797
<ul>
17991798
<li>Fixed serious security vulnerability. (Stefan Esser)</li>
18001799
</ul>
@@ -1804,7 +1803,7 @@ function in question. (Derick, Wez, Marcus)</li>
18041803

18051804
<section class="version" id="4.2.1"><!-- {{{ 4.2.1 -->
18061805
<h3>Version 4.2.1</h3>
1807-
<b>13-May-2002</b>
1806+
<?php release_date("13-May-2002"); ?>
18081807
<ul>
18091808
<li>Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
18101809
fixed security problems with safe_mode_include_dir directive. (Rasmus)</li>
@@ -1861,7 +1860,7 @@ function in question. (Derick, Wez, Marcus)</li>
18611860

18621861
<section class="version" id="4.2.0"><!-- {{{ 4.2.0 -->
18631862
<h3>Version 4.2.0</h3>
1864-
<b>22-Apr-2002</b>
1863+
<?php release_date("22-Apr-2002"); ?>
18651864
<ul>
18661865
<li>ATTENTION!! register_globals defaults to 'off' now !!!</li>
18671866
<li>Note: Apache2 support is EXPERIMENTAL.</li>
@@ -2075,7 +2074,7 @@ class or is derived from it. (Andrei, Zend Engine)</li>
20752074

20762075
<section class="version" id="4.1.2"><!-- {{{ 4.1.2 -->
20772076
<h3>Version 4.1.2</h3>
2078-
<b>27-Feb-2002</b>
2077+
<?php release_date("27-Feb-2002"); ?>
20792078
<ul>
20802079
<li>Fixed start up failure when mm save handler is used and there is multiple
20812080
SAPIs are working at the same time. (Yasuo)</li>
@@ -2092,7 +2091,7 @@ class or is derived from it. (Andrei, Zend Engine)</li>
20922091

20932092
<section class="version" id="4.1.1"><!-- {{{ 4.1.1 -->
20942093
<h3>Version 4.1.1</h3>
2095-
<b>26-Dec-2001</b>
2094+
<?php release_date("26-Dec-2001"); ?>
20962095
<ul>
20972096
<li>Fixed incompatibility with Windows .NET / IIS 6 - may improve stability
20982097
under other versions of IIS. (Zeev)</li>
@@ -2119,7 +2118,7 @@ class or is derived from it. (Andrei, Zend Engine)</li>
21192118

21202119
<section class="version" id="4.1.0"><!-- {{{ 4.1.0 -->
21212120
<h3>Version 4.1.0</h3>
2122-
<b>10-Dec-2001</b>
2121+
<?php release_date("10-Dec-2001"); ?>
21232122
<ul>
21242123
<li>Worked around a bug in the MySQL client library that could cause PHP to hang
21252124
when using unbuffered queries. (Zeev)</li>
@@ -2324,7 +2323,7 @@ functions/methods that accepted parameters by reference. (Andrei)</li>
23242323

23252324
<section class="version" id="4.0.6"><!-- {{{ 4.0.6 -->
23262325
<h3>Version 4.0.6</h3>
2327-
<b>23-Jun-2001</b>
2326+
<?php release_date("23-Jun-2001"); ?>
23282327
<ul>
23292328
<li>Fixed memory fragmention problem which could lead to web server processes
23302329
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>
24402439

24412440
<section class="version" id="4.0.5"><!-- {{{ 4.0.5 -->
24422441
<h3>Version 4.0.5</h3>
2443-
<b>30-Apr-2001</b>
2442+
<?php release_date("30-Apr-2001"); ?>
24442443
<ul>
24452444
<li>IMPORTANT: removed /F modifier handling from preg_replace(). Instead
24462445
one should use new preg_replace_callback() function. (Andrei)</li>
@@ -2587,7 +2586,7 @@ functionality of capturing parenthesized delimiter expression. (Andrei)</li>
25872586

25882587
<section class="version" id="4.0.4"><!-- {{{ 4.0.4 -->
25892588
<h3>Version 4.0.4</h3>
2590-
<b>19-Dec-2000</b>
2589+
<?php release_date("19-Dec-2000"); ?>
25912590
<ul>
25922591
<li>Allow assigning a newly created object by reference. This is needed only if
25932592
your constructor makes other data structures reference the $this object (for
@@ -2743,7 +2742,7 @@ function &amp;func2(...)
27432742

27442743
<section class="version" id="4.0.3"><!-- {{{ 4.0.3 -->
27452744
<h3>Version 4.0.3</h3>
2746-
<b>11-Oct-2000</b>
2745+
<?php release_date("11-Oct-2000"); ?>
27472746
<ul>
27482747
<li>Fixed a possible crash in -a interactive mode (Zeev, Zend Engine)</li>
27492748
<li>Added mysql_escape_string() (Peter A. Savitch and &amp; Brian Wang)</li>
@@ -2826,7 +2825,7 @@ functions (Andi)</li>
28262825

28272826
<section class="version" id="4.0.2"><!-- {{{ 4.0.2 -->
28282827
<h3>Version 4.0.2</h3>
2829-
<b>29-Aug-2000</b>
2828+
<?php release_date("29-Aug-2000"); ?>
28302829
<ul>
28312830
<li>Added PHP API for Zend's ticks. (Stig)</li>
28322831
<li>PHP 3 regression testing framework re-born (Stig)</li>
@@ -2997,7 +2996,7 @@ functions (Stas)</li>
29972996

29982997
<section class="version" id="4.0.1"><!-- {{{ 4.0.1 -->
29992998
<h3>Version 4.0.1</h3>
3000-
<b>28-Jun-2000</b>
2999+
<?php release_date("28-Jun-2000"); ?>
30013000
<ul>
30023001
<li>Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)</li>
30033002
<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
31613160

31623161
<section class="version" id="4.0.0"><!-- {{{ 4.0.0 -->
31633162
<h3>Version 4.0.0 Release</h3>
3164-
<b>22-May-2000</b>
3163+
<?php release_date("22-May-2000"); ?>
31653164
<ul>
31663165
<li>Allow the writing of flash files to stdout.</li>
31673166
<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
31843183

31853184
<section class="version" id="4.0RC2">
31863185
<h3>Version 4.0, Release Candidate 2</h3>
3187-
<b>08-May-2000</b>
3186+
<?php release_date("08-May-2000"); ?>
31883187
<ul>
31893188
<li>NSAPI WIN32 Module compilable, untested (Shane)</li>
31903189
<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
32813280

32823281
<section class="version" id="4.0RC1">
32833282
<h3>Version 4.0, Release Candidate 1</h3>
3284-
<b>27-Mar-2000</b>
3283+
<?php release_date("27-Mar-2000"); ?>
32853284
<ul>
32863285
<li>Added support for UCD-SNMP 4.1.x (Sascha)</li>
32873286
<li>Fixed a data corruption bug in mysql_result(), if used in table.fieldname
@@ -3370,7 +3369,7 @@ functions. (Andrei, Zend Engine)</li>
33703369

33713370
<section class="version" id="4.0b4l1">
33723371
<h3>Version 4.0, Beta 4 Patch Level 1</h3>
3373-
<b>21-Feb-2000</b>
3372+
<?php release_date("21-Feb-2000"); ?>
33743373
<ul>
33753374
<li>Fixed crash when magic_quotes were switched off. (Thies)</li>
33763375
<li>Support for pdflib 2.30 (Uwe)</li>
@@ -3380,7 +3379,7 @@ functions. (Andrei, Zend Engine)</li>
33803379

33813380
<section class="version" id="4.0b4">
33823381
<h3>Version 4.0, Beta 4</h3>
3383-
<b>20-Feb-2000</b>
3382+
<?php release_date("20-Feb-2000"); ?>
33843383
<ul>
33853384
<li>Introduced $HTTP_POST_FILES[], that contains information about files uploaded
33863385
through HTTP upload (Zeev)</li>
@@ -3555,7 +3554,7 @@ interface modules (Zeev)</li>
35553554

35563555
<section class="version" id="4.0b3">
35573556
<h3>Version 4.0 Beta 3</h3>
3558-
<b>16-Nov-1999</b>
3557+
<?php release_date("16-Nov-1999"); ?>
35593558
<ul>
35603559
<li>ucfirst()/ucwords() no longer modify arg1 (Thies)</li>
35613560
<li>Fixed strtr() not to modify arg1 (Thies)</li>
@@ -3781,7 +3780,7 @@ interface modules (Zeev)</li>
37813780

37823781
<section class="version" id="4.0b2">
37833782
<h3>Version 4.0 Beta 2</h3>
3784-
<b>09-Aug-1999</b>
3783+
<?php release_date("09-Aug-1999"); ?>
37853784
<ul>
37863785
<li>Fixed a problem when sending HTTP/1.x header lines using header() (Zeev)</li>
37873786
<li>Win32 builds now include the ODBC module built-in (Zeev)</li>
@@ -3864,7 +3863,7 @@ interface modules (Zeev)</li>
38643863

38653864
<section class="version" id="4.0b1">
38663865
<h3>Version 4.0 Beta 1</h3>
3867-
<b>19-Jul-1999</b>
3866+
<?php release_date("19-Jul-1999"); ?>
38683867
<ul>
38693868
<li>First public beta of PHP 4.0</li>
38703869
</ul>

0 commit comments

Comments
 (0)