- Fixes critical mistake in boot.php regarding set_include_path - Fixes minor mistake in text.php regarding strpos order of arguments Note: This change significantly increases Composer running time because Text_Highlither is a PEAR package. I'm already planning to replace it with scrivo/highlight.php.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
@echo off
 | 
						|
pushd .
 | 
						|
cd %~dp0
 | 
						|
cd "../pear-pear.php.net/PEAR/bin"
 | 
						|
set BIN_TARGET=%CD%\peardev.bat
 | 
						|
popd
 | 
						|
call "%BIN_TARGET%" %*
 |