mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
This commit is contained in:
commit
9e2d08923f
1 changed files with 2 additions and 1 deletions
|
@ -246,7 +246,8 @@ foreach ($text_files as $src => $dest) {
|
||||||
|
|
||||||
/* general other files */
|
/* general other files */
|
||||||
$general_files = array(
|
$general_files = array(
|
||||||
"php.gif" => "php.gif",
|
"php.gif" => "php.gif",
|
||||||
|
"$GLOBALS[build_dir]\\deplister.exe" => "deplister.exe",
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach ($general_files as $src => $dest) {
|
foreach ($general_files as $src => $dest) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue