Author: grobmeier
Date: Tue Oct 27 07:11:33 2009
New Revision: 830074

URL: http://svn.apache.org/viewvc?rev=830074&view=rev
Log:
set default timezone, fails otherwise with php 5.3

Modified:
    incubator/log4php/trunk/package.php

Modified: incubator/log4php/trunk/package.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/package.php?rev=830074&r1=830073&r2=830074&view=diff
==============================================================================
--- incubator/log4php/trunk/package.php (original)
+++ incubator/log4php/trunk/package.php Tue Oct 27 07:11:33 2009
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+date_default_timezone_set('Europe/Berlin');
 
 @include 'PEAR/PackageFileManager2.php';
 if(!class_exists('PEAR_PackageFileManager2')) {


Reply via email to