ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 = realpath(dirname(__FILE__) . '/../library/HTMLPurifier/Lexer/PH5P.php')

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

Referenced by DifferenceEngine\__construct(), ilDclBaseRecordModel\cloneStructure(), Title\countRevisionsBetween(), ilImportContainer\createDummy(), ilContainerXmlParser\createObject(), soap_transport_http\decodeChunked(), ilCategoryImporter\finalProcessing(), ilGlossaryImporter\finalProcessing(), ilTestQuestionPoolImporter\finalProcessing(), ilTestImporter\finalProcessing(), ilDBUpdate5069\fix19795(), Securimage\getCaptchaId(), Gettext\Translation\getClone(), ilExSubmission\getDownloadedFilesInfoForTableGUIS(), ilOrgUnitExporter\getStructure(), HTMLPurifier_Injector_SafeObject\handleElement(), WhiteHat101\Crypt\APR1_MD5\hash(), ilAdvancedMDFieldDefinitionSelectMulti\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionSelect\importCustomDefinitionFormPostValues(), ilCategoryImporter\importXmlRepresentation(), ilOrgUnitImporter\importXmlRepresentation(), ilObjPortfolioGUI\initCopyPageFormOptions(), ilLOTestAssignmentForm\initForm(), ilObjWikiGUI\initSettingsForm(), HTMLPurifier_VarParser_Flexible\parseImplementation(), ilStartUpGUI\purgePlaceholders(), HTMLPurifier_Printer_HTMLDefinition\renderEnvironment(), ilDclCache\setCloneOf(), ilDidacticTemplateCopier\start(), temporaryLoader(), GuzzleHttp\Psr7\withAddedHeader(), GuzzleHttp\Psr7\ServerRequest\withAttribute(), GuzzleHttp\Psr7\withBody(), GuzzleHttp\Psr7\ServerRequest\withCookieParams(), GuzzleHttp\Psr7\Uri\withFragment(), GuzzleHttp\Psr7\withHeader(), GuzzleHttp\Psr7\Uri\withHost(), GuzzleHttp\Psr7\Request\withMethod(), Monolog\Logger\withName(), GuzzleHttp\Psr7\ServerRequest\withoutAttribute(), GuzzleHttp\Psr7\withoutHeader(), GuzzleHttp\Psr7\ServerRequest\withParsedBody(), GuzzleHttp\Psr7\Uri\withPath(), GuzzleHttp\Psr7\Uri\withPort(), GuzzleHttp\Psr7\withProtocolVersion(), GuzzleHttp\Psr7\Uri\withQuery(), GuzzleHttp\Psr7\ServerRequest\withQueryParams(), GuzzleHttp\Psr7\Request\withRequestTarget(), GuzzleHttp\Psr7\Uri\withScheme(), GuzzleHttp\Psr7\Response\withStatus(), GuzzleHttp\Psr7\ServerRequest\withUploadedFiles(), GuzzleHttp\Psr7\Request\withUri(), and GuzzleHttp\Psr7\Uri\withUserInfo().

◆ $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