| Pierre-Alain Joye 2006-05-07, 7:03 pm |
| pajoye Sun May 7 17:36:00 2006 UTC
Modified files:
/php-bugs-web/include resolve.inc
Log:
- add trysnapshot52 quick fix
(5.2 sources snaps in snaps.php.net are coming)
http://cvs.php.net/viewcvs.cgi/php-...7&diff_format=u
Index: php-bugs-web/include/resolve.inc
diff -u php-bugs-web/include/resolve.inc:1.46 php-bugs-web/include/resolve.inc:1.47
--- php-bugs-web/include/resolve.inc:1.46 Thu Dec 8 15:46:56 2005
+++ php-bugs-web/include/resolve.inc Sun May 7 17:36:00 2006
@@ -27,6 +27,19 @@
http://snaps.php.net/win32/php5.1-win32-latest.zip',
),
+ 'trysnapshot52' => array(
+ 'status' => 'Feedback',
+ 'desc' => 'Try a CVS snapshot (PHP 5.2)',
+ 'message' =>
+'Please try using this CVS snapshot:
+
+ http://snaps.php.net/php5.2-latest.tar.gz
+
+For Windows:
+
+ http://snaps.php.net/win32/php5.2-win32-latest.zip',
+ ),
+
'trysnapshot60' => array(
'status' => 'Feedback',
'desc' => 'Try a CVS snapshot (PHP 6.0)',
|