summaryrefslogtreecommitdiff
path: root/it_auto_prepend.php
AgeCommit message (Expand)AuthorFilesLines
2021-03-21Make errorhandler PHP 8 compatibleChristian Schneider1-1/+1
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-13Unified join to always use implodeChristian Schneider1-1/+1
2017-05-02Remove shebang line when converting syntax in it_auto_prepend.phpChristian Schneider1-1/+3
2016-01-25Make check for syntax patch work with PHP 7 (throws exception on parse error ...Christian Schneider1-1/+1
2013-11-01Remove $Id$Christian Schneider1-2/+0
2012-08-17use float timeUrban Müller1-1/+1
2011-09-05Autoloader: Check if file is local (does not contain ':', i.e. no protocol li...Christian Schneider1-1/+1
2010-09-23Add support for .no_it_syntaxconvert in directories to ignore them in syntax ...Christian Schneider1-4/+7
2010-04-21Fix disabling of the syntax converter; allow to specify the db connection cha...Thomas Brüderli1-2/+2
2009-11-08Add shutdown handler to make it::timerlog workChristian Schneider1-0/+8
2008-10-15phplint cleanupUrban Müller1-6/+1
2008-03-24Execute converted main script in global context to support global variablesChristian Schneider1-6/+10
2008-03-24Use copy() for Windows where symlink() does not existChristian Schneider1-1/+2
2008-03-02Do not convert files above 200k, link to unchanged filesChristian Schneider1-9/+24
2008-02-13Fix error handling with unpatched E_NOTICE enabledChristian Schneider1-2/+18
2008-02-07Make autoloader and syntaxconvert cooperateChristian Schneider1-6/+9
2007-11-14Suppress warnings on shared hosters with open_basedir setChristian Schneider1-3/+3
2007-11-13Tested and fixed syntax converter securityChristian Schneider1-5/+5
2007-11-13Fix: Moved check for it_syntaxconvert directory after auto_prepend_local.phpChristian Schneider1-12/+10
2007-11-12Untaint ULTRAHOME and IT_HOME (e.g. for it::log)Christian Schneider1-3/+4
2007-11-12Enhance syntax conversion systemChristian Schneider1-5/+7
2007-11-12Safer handling of syntax conversionChristian Schneider1-7/+17
2007-11-12More stable ULTRAHOME setting, auto_prepend_local supportChristian Schneider1-5/+11
2007-11-09Added it_autoprepend.php, it_syntaxconverter.class and convertsyntax.phpChristian Schneider1-0/+183