[TYPO3-ect] div does not run under PHP4

Franz Holzinger franz at fholzinger.com
Sat Jan 12 12:16:50 CET 2008


Hello,

it is not possible to run div and div2007 under PHP4.x

It causes a PHP error message:

Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION
or T_FUNCTION or T_VAR or '}' in
/var/www/vhosts/mailtest/typo3conf/ext/div2007/class.tx_div2007_ff.php
on line 50


class tx_div2007_ff{

	/**
	 * The current loaded flexform
	 *
	 * @var array
	 */
	static $flexForm = array(); //the current loaded flexform

	/**
	 * A set of flexforms that are stored in case they are going to be use.
	 *
	 * @var array
	 */
	static $flexForms = array();


- Franz


More information about the TYPO3-team-extension-coordination mailing list