svn: /web/doc-editor/trunk/ README
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 30 Nov 2009 00:40:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291467
Log:
Since the use of the function sys_get_temp_dir() (to store commit log message into a tmp file), we must use Php >= 5.2.1.
Changed paths:
U web/doc-editor/trunk/README
Modified: web/doc-editor/trunk/README
===================================================================
--- web/doc-editor/trunk/README 2009-11-29 23:49:37 UTC (rev 291466)
+++ web/doc-editor/trunk/README 2009-11-30 00:40:22 UTC (rev 291467)
@@ -1,7 +1,7 @@
=== Installation instructions ===
== Requirements ==
-* PHP 5.2.0+
+* PHP 5.2.1+
* The MySQLi extension
* The PHP-GDLib module
* Shell exec privileges