Learn about Centmin Mod LEMP Stack today
Register Now

Nginx PCRE-8.45

Discussion in 'Nginx and PHP-FPM news & discussions' started by buik, Sep 4, 2021.

  1. buik

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

    1,990
    518
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,647
    Local Time:
    8:58 AM
    PCRE-8.45 is released.

    Because it is a relatively small component in the world of Centminmod.
    It doesn't seem to have its own section.

    Among other things, it is used to compile Nginx.
    @eva2000 please update the Centminmod compiler script to use version 8.45.


    https://linuxfromscratch.org/blfs/view/svn/general/pcre.html
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,191
    12,113
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,649
    Local Time:
    4:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Thanks for the heads up! Pcre 8.45 changelog seems to only have minor changes but testing the update right now, will release and update Centmin Mod 123.09beta01 branch once testing is done :)

    private test with pcre 8.45
    Code (Text):
    pcretest -C
    PCRE version 8.45 2021-06-15
    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
    
     
  3. buik

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

    1,990
    518
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,647
    Local Time:
    8:58 AM
    PCRE 8.45 is the last in line. And end of life now.
    Curious what the Nginx team will do.
    The successor: PCRE2 10.xx is completely different and not compatible at all with Nginx.


    https://forum.nginx.org/read.php?29,281263,282824#msg-282824