Jonathan Lelievre
bf87aee3f0
Add PHP 8.4 support to Smarty ( #1084 )
...
* Add nullable types
* Removing deprecated E_STRICT constant from test suite.
* Added PHP 8.4 RC1 as test image
* PHP version bump in the README.md.
* Added PHP 8.4 to CI
* Add running tests for PHP 8.4
2024-11-21 23:04:22 +01:00
uwetews
4f7cd8f1b3
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty/pull/483
2018-08-31 16:45:09 +02:00
Sławomir Kaleta
2404095783
Update PSR-2
2018-06-12 09:58:15 +02:00
uwetews
25ad0b3b5a
- updated error checking at template and config default handler
2016-08-05 21:29:15 +02:00
uwetews
6ef0d0eaa0
- optimization and cleanup of resource code
2016-05-15 11:13:31 +02:00
uwetews
4815464b9c
- optimization of resource processing
2016-03-10 22:22:46 +01:00
uwetews
2f62b99173
- update/bugfix scope attribute handling reworked. Read the newfeatures.txt file
2016-02-09 23:27:07 +01:00
uwetews
b04486a091
- reformat all code for unique style
2016-02-09 01:27:15 +01:00
uwetews
bdf9f41da8
- remove Smarty::$resource_cache_mode property
2016-01-01 18:28:27 +01:00
uwetews
6eed7732df
- remove properties with redundant content
2015-08-23 01:46:30 +02:00
uwetews
5f7b5a45ac
improve performance
2015-08-18 03:20:01 +02:00
uwetews
6cbcdf4d7b
- load seldom used Smarty API methods dynamically to reduce memory footprint
2015-08-17 21:52:32 +02:00
Uwe Tews
e402e2f893
no need to clone handler
2015-08-06 19:32:33 +02:00
Uwe Tews
16fc95ccf7
load source resource at template object creation
2015-08-06 19:16:41 +02:00
Uwe Tews
b1fdc085e7
- optimization get rid of __get and __set in source object
2015-07-06 03:25:03 +02:00
Uwe Tews
f93cfc63ad
get rid of reference parameter
2015-02-14 21:57:42 +01:00
Uwe Tews
cfdd53c6b4
restructure config file processing
...
move code into an extension class
use Smarty_Internal_Template
2015-01-02 22:30:53 +01:00