Want to subscribe to topics you're interested in?
Become a Member

Nginx Pcre 8.43 released.

Discussion in 'Nginx and PHP-FPM news & discussions' started by buik, Mar 1, 2019.

Tags:
  1. buik

    buik “The best traveler is one without a camera.”

    2,044
    527
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,691
    Local Time:
    1:03 AM
    Pcre 8.43 is released.
    https://ftp.pcre.org/pub/pcre/
    As Pcre is used to compile Nginx, thefore the Nginx perfix.

     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:03 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    thanks for the heads up... not even listed on official site yet though download is available heh

    Code (Text):
    /usr/local/bin/pcretest -C   
    PCRE version 8.43 2019-02-23
    Compiled with
      8-bit support
      UTF-8 support
      16-bit support
      UTF-16 support
      32-bit support
      UTF-32 support
      Unicode properties support
      Just-in-time compiler support: x86 64bit (little endian + unaligned)
      Newline sequence is LF
      \R matches all Unicode newlines
      Internal link size = 2
      POSIX malloc threshold = 10
      Parentheses nest limit = 250
      Default match limit = 10000000
      Default recursion depth limit = 10000000
      Match recursion uses stack
    
     
    Last edited: Mar 1, 2019
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:03 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+