Skip to content

Commit af8740f

Browse files
committed
build: disabled Xedebug due to issue with zend_mm_heap corrupted
1 parent cbee5c2 commit af8740f

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.docker/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ RUN set -ex \
5858
&& rm -rf /var/lib/apt/lists/*
5959

6060
#=== Install xdebug PHP dependencies ===
61-
RUN pecl install xdebug-3.4.1 \
62-
&& docker-php-ext-enable xdebug
61+
#RUN pecl install xdebug-3.4.1 \
62+
#&& docker-php-ext-enable xdebug
6363

6464
#=== php default ===
6565
ENV PMF_TIMEZONE="Europe/Berlin" \

.docker/php-fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ RUN set -ex \
5858
&& rm -rf /var/lib/apt/lists/*
5959

6060
#=== Install xdebug PHP dependencies ===
61-
RUN pecl install xdebug-3.4.1 \
62-
&& docker-php-ext-enable xdebug
61+
#RUN pecl install xdebug-3.4.1 \
62+
#&& docker-php-ext-enable xdebug
6363

6464
#=== php default ===
6565
ENV PMF_TIMEZONE="Europe/Berlin" \

phpmyfaq/search.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
$tagging = new Tags($faqConfig);
9191
$tagHelper = new TagsHelper();
9292
$tagSearch = false;
93+
$numOfResults = 0;
9394

9495
//
9596
// Handle the Tagging ID

phpmyfaq/translations/language_bs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451

452452

453453
// Added v1.1 - 30.01.2002 - Bastian
454-
$PMF_LANG["ad_categ_paste"] = "paste";
454+
$PMF_LANG["ad_categ_paste"] = "Paste";
455455
$PMF_LANG["ad_categ_cut"] = "cut";
456456
$PMF_LANG["msgCopy"] = "copy";
457457
$PMF_LANG["ad_categ_process"] = "Procesiram kategorije...";

phpmyfaq/translations/language_de.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
$PMF_LANG['msgComments'] = "Kommentare";
444444

445445
// Added v1.1 - 30.01.2002 - Bastian
446-
$PMF_LANG['ad_categ_paste'] = "einfügen";
446+
$PMF_LANG['ad_categ_paste'] = "Einfügen";
447447
$PMF_LANG['ad_categ_cut'] = "ausschneiden";
448448
$PMF_LANG['msgCopy'] = "Kopieren";
449449
$PMF_LANG['ad_categ_process'] = "Bearbeite Kategorien...";

0 commit comments

Comments
 (0)