cvs: phpweb / ChangeLog-4.php ChangeLog-5.php /archive 2008.xml
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1203941714@cvsserver> |
bjori Mon Feb 25 12:15:14 2008 UTC
Modified files:
/phpweb ChangeLog-4.php ChangeLog-5.php
/phpweb/archive 2008.xml
Log:
Fix typo (Dimitar Isusov)
http://cvs.php.net/viewvc.cgi/phpweb/ChangeLog-4.php?r1=1.71&r2=1.72&diff_format=u
Index: phpweb/ChangeLog-4.php
diff -u phpweb/ChangeLog-4.php:1.71 phpweb/ChangeLog-4.php:1.72
--- phpweb/ChangeLog-4.php:1.71 Thu Jan 3 09:26:22 2008
+++ phpweb/ChangeLog-4.php Mon Feb 25 12:15:13 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: ChangeLog-4.php,v 1.71 2008/01/03 09:26:22 derick Exp $
+// $Id: ChangeLog-4.php,v 1.72 2008/02/25 12:15:13 bjori Exp $
$_SERVER['BASE_PAGE'] = 'ChangeLog-4.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 4 ChangeLog");
@@ -20,7 +20,7 @@
<li>Fixed integer overlow in str[c]spn().</li>
<li>Fixed regression in glob when open_basedir is on introduced by #41655 fix.</li>
<li>Fixed money_format() not to accept multiple %i or %n tokens.</li>
-<li>Addded "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.</li>
+<li>Added "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.</li>
<li>Fixed INFILE LOCAL option handling with MySQL - now not allowed when open_basedir or safe_mode is active.</li>
<li>Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378).</li>
<li><?php bugfix(43010); ?> (Fixed regression in imagearc with two equivelent angles).</li>
http://cvs.php.net/viewvc.cgi/phpweb/ChangeLog-5.php?r1=1.49&r2=1.50&diff_format=u
Index: phpweb/ChangeLog-5.php
diff -u phpweb/ChangeLog-5.php:1.49 phpweb/ChangeLog-5.php:1.50
--- phpweb/ChangeLog-5.php:1.49 Fri Nov 9 01:45:18 2007
+++ phpweb/ChangeLog-5.php Mon Feb 25 12:15:13 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: ChangeLog-5.php,v 1.49 2007/11/09 01:45:18 iliaa Exp $
+// $Id: ChangeLog-5.php,v 1.50 2008/02/25 12:15:13 bjori Exp $
$_SERVER['BASE_PAGE'] = 'ChangeLog-5.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5 ChangeLog");
@@ -291,7 +291,7 @@
<li>Optimized digest generation in md5() and sha1() functions. (Ilia)</li>
<li>Upgraded bundled SQLite 3 to version 3.3.17. (Ilia)
-<li>Addded "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007. (Stas)</li>
+<li>Added "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007. (Stas)</li>
<li>Added a 4th parameter flag to htmlspecialchars() and htmlentities() that makes the function not encode existing html entities. (Ilia)</li>
<li>Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set into an associated array. (Ilia)</li>
<li>Added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS cURL constants. (Sara)</li>
http://cvs.php.net/viewvc.cgi/phpweb/archive/2008.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpweb/archive/2008.xml
diff -u phpweb/archive/2008.xml:1.8 phpweb/archive/2008.xml:1.9
--- phpweb/archive/2008.xml:1.8 Tue Feb 19 18:33:08 2008
+++ phpweb/archive/2008.xml Mon Feb 25 12:15:14 2008
@@ -115,7 +115,7 @@
<li>Fixed integer overlow in str[c]spn().</li>
<li>Fixed regression in glob when open_basedir is on introduced by #41655 fix.</li>
<li>Fixed money_format() not to accept multiple %i or %n tokens.</li>
- <li>Addded "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.</li>
+ <li>Added "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.</li>
<li>Fixed INFILE LOCAL option handling with MySQL - now not allowed when open_basedir or safe_mode is active.</li>
<li>Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378).</li>
</ul>