strict warnings with php5
darix - March 3, 2005 - 01:37
| Project: | PHPTemplate |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#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.