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
Uwe Tews
dd9c076dfa
- correction of PHPDoc blocks
...
- minor code cleanup
2017-10-26 10:25:41 +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
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
a0f583078d
- minor optimizations
2015-10-29 21:41:21 +01:00
uwetews
2ba7109043
- move subtemplate code into runtime extension and optimize for size and speed
2015-09-01 02:27:22 +02:00
uwetews
e2f11126eb
fix PHPDoc
2015-08-23 02:00:25 +02:00
uwetews
6eed7732df
- remove properties with redundant content
2015-08-23 01:46:30 +02:00
uwetews
87985d1243
- move caching to Smarty::_cache
2015-08-23 01:39:18 +02:00
uwetews
6a26393099
- optimize rendering
2015-08-23 01:26:46 +02:00
uwetews
8292a3581c
- use output buffers for better performance and less memory usage
2015-08-19 01:09:08 +02:00
uwetews
6cbcdf4d7b
- load seldom used Smarty API methods dynamically to reduce memory footprint
2015-08-17 21:52:32 +02:00
uwetews
5c9c57df7d
replace property array by object properties
2015-08-09 21:14:16 +02:00
Uwe Tews
35c7e9767d
remove unneeded properties
2015-08-06 19:05:11 +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
a9f0b8ad1f
- optimize compile check handling
2015-07-01 03:27:06 +02:00
Uwe Tews
b1cd4cd7d2
Return to saved output buffer level on exceptions
2015-03-01 21:39:54 +01:00
Uwe Tews
f93cfc63ad
get rid of reference parameter
2015-02-14 21:57:42 +01:00
Uwe Tews
8b71e591c0
some minor speed optimization
2015-01-03 21:27:33 +01:00
Uwe Tews
6f801de283
update buildFilepath()
2015-01-02 06:29:08 +01:00
Uwe Tews
c3aa9994c8
rework source resource handling
...
- move class Smarty_Template_Source into its own file
- impelement all source processing into the classes it better belongs to
2015-01-01 23:34:29 +01:00