repo.or.cz
/
htmlpurifier
/
darkodev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove $a = array($a) which is miscompiled by Zend OpCache.
[htmlpurifier/darkodev.git]
/
maintenance
/
merge-library.php
blob
de2eecdc08bf0c69bba824b4541d0521ed7473f6
1
#!/usr/bin/php
2
<
?php
3
4
/**
5
* @file
6
* Deprecated in favor of generate-standalone.php.
7
*/
8
9
require
dirname
(
__FILE__
) .
'/generate-standalone.php'
;
10
11
// vim: et sw=4 sts=4