Re: [PHP-DEV] Changes between 5.1.1 & 5.1.2-dev breaks PHP - Smarty plugin

2005-12-16 Thread boots
--- Michael Wallner <[EMAIL PROTECTED]> wrote: > boots wrote: > > Hi. It seems to me that Smarty is not at fault. For example, one of the > > reported issues is: > > > >>> $arg_list = $this->_compile_arg_list('block', $tag_command, $attrs, > >>> $_cache_attrs=''); > > > > Which calls: > > > >

Re: [PHP-DEV] Changes between 5.1.1 & 5.1.2-dev breaks PHP - Smarty plugin

2005-12-16 Thread Michael Wallner
boots wrote: Hi. It seems to me that Smarty is not at fault. For example, one of the reported issues is: $arg_list = $this->_compile_arg_list('block', $tag_command, $attrs, $_cache_attrs=''); Which calls: function _compile_arg_list($type, $name, $attrs, &$cache_code) { Yet is apparently

Re: [PHP-DEV] Changes between 5.1.1 & 5.1.2-dev breaks PHP - Smarty plugin

2005-12-16 Thread boots
Hi. It seems to me that Smarty is not at fault. For example, one of the reported issues is: > > $arg_list = $this->_compile_arg_list('block', $tag_command, $attrs, > > $_cache_attrs=''); Which calls: function _compile_arg_list($type, $name, $attrs, &$cache_code) { Yet is apparently generati

Re: [PHP-DEV] Changes between 5.1.1 & 5.1.2-dev breaks PHP - Smarty plugin

2005-12-16 Thread Jani Taskinen
I think it was just change of E_NOTICE to E_STRICT? :) --Jani On Fri, 16 Dec 2005, Holografix wrote: Hello This works fine with 5.1.1 PHP include '/wwwroot/lib/smarty/Smarty.class.php'; $tpl = new Smarty; $tpl->plugins_dir = array('/wwwroot/lib/smarty/plugins', '/wwwroot/home/tes

Re: [PHP-DEV] Changes between 5.1.1 & 5.1.2-dev breaks PHP - Smarty plugin

2005-12-16 Thread Antony Dovgal
Please report this to [EMAIL PROTECTED] On 16.12.2005 20:12, Holografix wrote: Hello This works fine with 5.1.1 PHP include '/wwwroot/lib/smarty/Smarty.class.php'; $tpl = new Smarty; $tpl->plugins_dir = array('/wwwroot/lib/smarty/plugins', '/wwwroot/home/testes/plugins'); $tpl->force_compil

[PHP-DEV] Changes between 5.1.1 & 5.1.2-dev breaks PHP - Smarty plugin

2005-12-16 Thread Holografix
Hello This works fine with 5.1.1 PHP include '/wwwroot/lib/smarty/Smarty.class.php'; $tpl = new Smarty; $tpl->plugins_dir = array('/wwwroot/lib/smarty/plugins', '/wwwroot/home/testes/plugins'); $tpl->force_compile = true; $link = mysql_connect('localhost', 'x', 'y'); mysql_select_db('d