Search







Search results for «Extension» (52):

  1. Установка и наладка WacoWiki в Windows XP

    12.06.2016 22:28 - WikiAdmin - 20.3 KiB - ru

    extension_dir = "C:\php\ext"extension=php_mysql.dllОбязательно раскомментируйте extension=php_mysql.dll иначе с MySQLем не свяжетесь, к бабке ходить не надо. Строчка закомментирована, а сам же модуль преспокойненько ...

  2. Problembehebung

    04.12.2023 10:19 - WikiAdmin - 2.7 KiB - de

    1. Öffne die php.ini Datei (e.g. C:\xampp\php\php.ini). 1. Suche nach ;extension=gd und ;extension=intl. 1. Enferne ; von beiden Einträgen und starte dann den ...

  3. Toms modified Wakka API

    04.06.2022 14:55 - WikiAdmin - 45.4 KiB - en

    effectively, provides arbitrary extension of $page fields [=] credits - some extension ideas and code adapted from Wacko R3.5 variant of Wakka (http://www.oversite.ru)

  4. ToDo R5.5

    18.12.2023 18:03 - WikiAdmin - 10.1 KiB - en

    (_properties) 2. min_href() 3. router.conf 4. upload of file without extension -> broken 5. empty body_r after page rename/relocation -> page needs re-rendering ... 1. upload: check if the MIME type of the uploaded file matches the file extension 1. https://www.owasp.org/index.php/Unrestricted_File_Upload 2. ...

  5. 5.5 Change Log

    11.02.2024 23:02 - WikiAdmin - 25.2 KiB - en

    1. added AP module 2. to convert MyISAM to InnoDB 1. for Bad Behavior extension 1. for user approval 2. to config appearance 3. to config upload 1. localized ... Extensions 1. added Bad Behavior (/Dev/Components/Lib/BadBehavior) extension

    ,
  6. Решение проблем

    20.04.2022 09:30 - WikiAdmin - 5.9 KiB - ru

    1. Откройте файл php.ini (например, C:\xampp\php\php.ini). 1. Найдите ;extension=gd и ;extension=intl. 1. Удалите ; из обеих записей, а затем перезапустите сервер ...

  7. History

    02.08.2023 11:23 - WikiAdmin - 2.8 KiB - en - 1

    depreciated R4 legacy code 5.4 | 2014-04-17 | Removes legacy MySQL extension support, PHP 5.4 - 5.5 compatibility 5.5 | 2018-08-02 | Major refactoring of init ...

  8. Migration to Unicode (UTF-8)

    18.10.2021 09:59 - WikiAdmin - 2.9 KiB - en

    (http://www.php.net/manual/en/ref.iconv.php) 3. Internationalization extension (https://www.php.net/manual/en/intro.intl.php) -- ICU library wrapper 2. PHP ... if your PHP installation is not compiled with UTF-8 support in the PCRE extension. 2. 3rd party libraries used by WackoWiki also require UTF-8 support 3. utf8mb4: ...

  9. UTF-8 Action Plan

    24.01.2024 10:34 - WikiAdmin - 2.5 KiB - en

    and Unicode ones should be removed from the filenames and their extensions without any exception. Also, the special characters such as ";", ":", ">", "<", "/" ...

    ,
  10. Keep the history clean

    13.07.2021 21:06 - WikiAdmin - 4.4 KiB - en

    Workflow using the Rebase Extension (https://www.mercurial-scm.org/wiki/RebaseExtension).Workflow using the MqExtension (https://www.mercurial-scm.org/wiki/MqExtension). Let's say the changesets to move are revisions 1-3: 3 from your default branch. You can do this with strip command from mq's extension. hg strip removes the changeset and all its descendants from the repository. ...