Search







Search results for «Extension» (60):

  1. Multiple forums

    - WikiAdmin - 67.0 B - de

    Please see topic [> Forum Extension (/Doc/English/Actions/Forum)

  2. 5.5 Release Notes

    - WikiAdmin - 8.7 KiB - en

    SVG files 1. added Bad Behaviour (/Dev/Components/Lib/BadBehaviour) as extension 1. public registration moderation by admin 1. using password_hash() and password_verify() ... (/Dev/Release/R5.5/Dependencies) * PHP >= 7.0 (PHP 7.3 recommended) * PHP Extensions * bcmath, ctype, gd, iconv, json, mbstring, openssl, pcre, spl * Apache ...

    ,
  3. What every programmer absolutely, positively needs to know about encodings and character sets to work with text

    - WikiAdmin - 41.1 KiB - en

    Luckily, there's the Multibyte String extension (https://www.php.net/manual/en/book.mbstring.php), which replicates all important string functions in a multi-byte ...

  4. 6.1 Change Log

    - WikiAdmin - 17.2 KiB - en

    * renamed folder wacko to src * community/ - maintained community extensions * src/ - installable distibution NULL * checks if the MIME type of the uploaded file matches the file extension (may result in false negatives) * moderate: fixed unreachable sub-forum options ...

  5. Release Process

    - WikiAdmin - 24.3 KiB - en

    and major unaddressed bugs. * beta2 * is available for testers, extension developers, and other people who are curious to follow the development of the next ... # Check for required PHP extensions local missing_exts= for ext in "mbstring" "json" "phar"; do if ! php -m 2>/dev/null | grep -qi ... if [ -n "$missing_exts" ]; then log_warn "Missing PHP extensions:$missing_exts" fi

  6. A Personal Computer for Children of All Ages

    - WikiAdmin - 46.6 KiB - en

    Department of Computer Science (1968), W. Viavant (Ed.) 1. Roberts, L., "Extension of Packet Communication Technology to a Hand-Held Personal Terminal," Proc. ...

  7. Secure Coding Practices

    - WikiAdmin - 39.5 KiB - en

    in the application 1. Disable unnecessary HTTP methods, such as WebDAV extensions. If an extended HTTP method that supports file handling is required, utilize ... are the expected type by checking file headers. Checking for file type by extension alone is not sufficient 1. Do not save files in the same web context as the ...