ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
generate-ph5p-patch.php File Reference

This file compares our version of PH5P with Jero's original version, and generates a patch of the differences. More...

Go to the source code of this file.

Variables

 $orig = realpath(dirname(__FILE__) . '/PH5P.php')
 
 $new = realpath(dirname(__FILE__) . '/../library/HTMLPurifier/Lexer/PH5P.php')
 
 $newt = dirname(__FILE__) . '/PH5P.new.php'
 
 $new_src = file_get_contents($new)
 

Detailed Description

This file compares our version of PH5P with Jero's original version, and generates a patch of the differences.

This script should be run whenever library/HTMLPurifier/Lexer/PH5P.php is modified.

Definition in file generate-ph5p-patch.php.

Variable Documentation

◆ $new

◆ $new_src

$new_src = file_get_contents($new)

Definition at line 15 of file generate-ph5p-patch.php.

◆ $newt

$newt = dirname(__FILE__) . '/PH5P.new.php'

Definition at line 12 of file generate-ph5p-patch.php.

◆ $orig