Uwe Tews 
							
						 
					 
					
						
						
							
						
						f9d9ca0f67 
					 
					
						
						
							
							- improvement impement workaround for HHVM PHP incompatibillity  https://github.com/facebook/hhvm/issues/4797  
						
						 
						
						
						
						
					 
					
						2015-07-26 18:04:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						8cbe51a603 
					 
					
						
						
							
							- improvement invalidate PHP 5.5 opcache for recompiled and cached templates   https://github.com/smarty-php/smarty/issues/72  
						
						 
						
						
						
						
					 
					
						2015-07-20 04:01:43 +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 
							
						 
					 
					
						
						
							
						
						c84e406db5 
					 
					
						
						
							
							observe $smarty->compile_check  
						
						 
						
						
						
						
					 
					
						2015-06-29 20:48:49 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						666f7264f4 
					 
					
						
						
							
							optimization  
						
						 
						
						
						
						
					 
					
						2015-06-21 13:51:50 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						edf49ca3cf 
					 
					
						
						
							
							formatting  
						
						 
						
						
						
						
					 
					
						2015-05-10 11:53:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						c5468b421e 
					 
					
						
						
							
							- optimization of resource class loading  
						
						 
						
						
						
						
					 
					
						2015-05-07 22:57:59 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						c5915a8c0c 
					 
					
						
						
							
							- improvement use is_file() checks to avoid errors suppressed by @ which could still cause problems ( https://github.com/smarty-php/smarty/issues/24 )  
						
						 
						
						
						
						
					 
					
						2015-05-05 00:41:30 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						b1cd4cd7d2 
					 
					
						
						
							
							Return to saved output buffer level on exceptions  
						
						 
						
						
						
						
					 
					
						2015-03-01 21:39:54 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						85f24ce413 
					 
					
						
						
							
							convert writeFile() to object method to remove a vulnerability  
						
						 
						
						
						
						
					 
					
						2015-01-21 21:12:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						f236905fed 
					 
					
						
						
							
							create different compiled templates and config files  
						
						 
						
						... 
						
						
						
						Smarty does now automatically detect a change of the $merge_compiled_includes and $escape_html
    property and create different compiled templates files depending on the setting.
    Same applies to config files and the $config_overwrite, $config_booleanize and
    $config_read_hidden properties. 
						
						
					 
					
						2015-01-03 07:36:07 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						dd2d24d1d6 
					 
					
						
						
							
							rework class Smarty_Template_Compiled  
						
						 
						
						... 
						
						
						
						- move class Smarty_Template_Compiled in its own file
- implement all code for compiled template handling in class 
						
						
					 
					
						2015-01-01 23:28:09 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						7c4e5175a4 
					 
					
						
						
							
							rework class Smarty_Template_Compiled  
						
						 
						
						... 
						
						
						
						- move class Smarty_Template_Compiled in its own file
- implement all code for compiled template handling in class (reverted from commit f6a1349fdb ) 
						
						
					 
					
						2015-01-01 23:15:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Uwe Tews 
							
						 
					 
					
						
						
							
						
						f6a1349fdb 
					 
					
						
						
							
							rework class Smarty_Template_Compiled  
						
						 
						
						... 
						
						
						
						- move class Smarty_Template_Compiled in its own file
- implement all code for compiled template handling in class 
						
						
					 
					
						2015-01-01 23:11:35 +01:00