[pLog-svn] r6037 - plog/trunk
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Thu Nov 15 09:44:16 EST 2007
Author: jondaley
Date: 2007-11-15 09:44:15 -0500 (Thu, 15 Nov 2007)
New Revision: 6037
Modified:
plog/trunk/wizard
Log:
I don't know what the minimum PHP version should be. It crashes on php4, is there a way to detect that and not crash, but not slow down every request for everyone else?
Modified: plog/trunk/wizard
===================================================================
--- plog/trunk/wizard 2007-11-15 14:41:59 UTC (rev 6036)
+++ plog/trunk/wizard 2007-11-15 14:44:15 UTC (rev 6037)
@@ -19,7 +19,7 @@
//
// minimum php version required
//
- define( "MIN_PHP_VERSION", "4.2.0" );
+ define( "MIN_PHP_VERSION", "5.1.0" );
//
// whether data transformers should fail on error by default
More information about the pLog-svn
mailing list