pajoye Wed May 17 16:32:08 2006 UTC
Modified files:
/pearweb/public_html/bugs/include functions.inc
Log:
- update php versions
http://cvs.php.net/viewcvs.cgi/pearweb/public_html/bugs/include/functions.inc?r1=1.105&r2=1.106&diff_format=u
Index: pearweb/public_html/bugs/include/functions.inc
diff -u pearweb/public_html/bugs/include/functions.inc:1.105
pearweb/public_html/bugs/include/functions.inc:1.106
--- pearweb/public_html/bugs/include/functions.inc:1.105 Mon May 8
20:16:57 2006
+++ pearweb/public_html/bugs/include/functions.inc Wed May 17 16:32:08 2006
@@ -15,7 +15,7 @@
* @package Bugs
* @copyright Copyright (c) 1997-2005 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: functions.inc,v 1.105 2006/05/08 20:16:57 pajoye Exp $
+ * @version $Id: functions.inc,v 1.106 2006/05/17 16:32:08 pajoye Exp $
*/
@@ -475,6 +475,7 @@
function show_version_options($current, $default = '')
{
$versions = array(
+ '4_4 CVS-' . date('Y-m-d'),
'4.4.2',
'4.4.1',
'4.4.0',
@@ -491,6 +492,7 @@
'4.3.1',
'4.3.0',
'4_3 CVS-' . date('Y-m-d'),
+ '5_2 CVS-' . date('Y-m-d'),
'5.1.4',
'5.1.2',
'5.1.1',
|