MarkBaker 
							
						 
					 
					
						
						
						
						
							
						
						
							57ce19d20a 
							
						 
					 
					
						
						
							
							Remove references to PHP versions < 5.2  
						
						
						
					 
					
						2014-09-05 10:17:39 +01:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							992aee683a 
							
						 
					 
					
						
						
							
							Update to copyright year in file headers  
						
						
						
					 
					
						2013-12-31 18:36:33 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							8f7db244de 
							
						 
					 
					
						
						
							
							Eliminate unnecessary version checks  
						
						
						
					 
					
						2013-06-16 10:26:16 +01:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							6a4be7da3c 
							
						 
					 
					
						
						
							
							Update to copyright year in file headers, and minor documentation updates  
						
						
						
					 
					
						2013-05-14 12:20:28 +01:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							092fc7b5f7 
							
						 
					 
					
						
						
							
							General: (dbonsch) Work item GH-78 - Restructuring of PHPExcel Exceptions  
						
						
						
					 
					
						2013-01-15 21:42:28 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							ffdb1966b1 
							
						 
					 
					
						
						
							
							Doc Block changes  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88003  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2012-03-19 00:25:29 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							891981928d 
							
						 
					 
					
						
						
							
							Doc Block changes  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@87638  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2012-03-11 17:58:38 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							2526492ca5 
							
						 
					 
					
						
						
							
							Change copyright 2011 -> 2012  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@87248  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2012-03-03 21:16:09 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							9c2ceed08d 
							
						 
					 
					
						
						
							
							Minor performance tweaks  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@85743  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2012-01-25 23:07:22 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							24a9eb285c 
							
						 
					 
					
						
						
							
							Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count()  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@85344  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2012-01-16 12:34:22 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							a083de817e 
							
						 
					 
					
						
						
							
							Use PHPExcel_Shared_File::sys_get_temp_dir() for temporary files directory where not explicitly specified  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@83402  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2011-11-28 14:41:17 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							bb34668146 
							
						 
					 
					
						
						
							
							Modify underlying PHP_OLE to support multiple streams  
						
						... 
						
						
						
						This is preparatory to providing support for workbook properties (and extended properties) in the Excel5 Writer, because properties are stored in the SummaryInformation and DocumentSummaryInformation streams, and not in the workbook stream.
Previously, PHP_OLE could only save a single stream, so this had to be the workbook stream; so document property information was discarded by the Excel5 Writer.
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@77804  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2011-08-05 14:04:07 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							7bb65068cd 
							
						 
					 
					
						
						
							
							Oops... missing semi-colon (now fixed)  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68483  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2011-02-11 23:12:39 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							5a7e7bb93f 
							
						 
					 
					
						
						
							
							Bugfix:	Work item 15308 - Writing to Variable No Longer Works. $_tmp_dir Missing in PHPExcel\PHPExcel\Shared\OLE\PPS\Root.php  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68481  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2011-02-11 22:44:05 +00:00 
						 
				 
			
				
					
						
							
							
								Maarten Balliauw 
							
						 
					 
					
						
						
						
						
							
						
						
							ccbb28167b 
							
						 
					 
					
						
						
							
							Updated headers to reflect the new year. Happy new year 2011!  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@66338  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2011-01-03 09:20:10 +00:00 
						 
				 
			
				
					
						
							
							
								Mark Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							c5ea92442d 
							
						 
					 
					
						
						
							
							Performance improvements for the Excel5 Reader and Writer  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@64968  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2010-12-07 17:34:47 +00:00 
						 
				 
			
				
					
						
							
							
								Maarten Balliauw 
							
						 
					 
					
						
						
						
						
							
						
						
							509f27e5c6 
							
						 
					 
					
						
						
							
							Migration from off-site Subversion repository (part 1).  
						
						... 
						
						
						
						git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@59884  2327b42d-5241-43d6-9e2a-de5ac946f064 
						
					 
					
						2010-08-26 19:14:53 +00:00