Posted by darix on March 3, 2005 at 1:37am
Jump to:
| Project: | PHPTemplate |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
i just did a test install with php 5.0.3/apache 2.0.53/mysql 4.1.0
i got the following warnings:
strict warning: Assigning the return value of new by reference is deprecated in /home/darix/public_html/themes/engines/phptemplate/phptemplate.engine on line 320.
strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/darix/public_html/themes/engines/phptemplate/template.php on line 27.
strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/darix/public_html/themes/engines/phptemplate/template.php on line 28.
Comments
#1
The first warning has been fixed, and the rest won't be fixed until the drupal project decides on a direction to take with them.