Commits on Jul 4, 2017
  1. Fixed bug #74836 (isset on zero-prefixed numeric indexes in array bro…

    …ken)
    dstogov committed Jul 4, 2017
Commits on Jul 3, 2017
  1. [ci skip] update NEWS

    weltling committed Jul 3, 2017
Commits on Jul 2, 2017
  1. Add NEWS entry and a test for Bug#71412

    sgolemon committed Jul 2, 2017
Commits on Jun 30, 2017
  1. Fixed bug #74514 5 session functions incorrectly warn when calling in…

    … read-only/getter mode
    Yasuo Ohgaki committed Jun 30, 2017
Commits on Jun 28, 2017
  1. [ci skip] update NEWS

    weltling committed Jun 28, 2017
Commits on Jun 25, 2017
  1. Implement object type annotation

    brzuchal committed with nikic Jun 25, 2017
  2. Merge branch 'PHP-7.1'

    bwoebi committed Jun 25, 2017
  3. Merge branch 'PHP-7.0' into PHP-7.1

    bwoebi committed Jun 25, 2017
  4. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Jun 25, 2017
  5. Fixed bug #73900

    nikic committed Jun 25, 2017
  6. Add OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding

    It fixes bug #71917 (openssl_open() returns junk on envelope < 16 bytes)
    and bug #72362 (OpenSSL Blowfish encryption is incorrect for short
    keys).
    bukka committed Jun 25, 2017
Commits on Jun 23, 2017
  1. [ci skip] update NEWS

    weltling committed Jun 23, 2017
  2. [ci skip] update NEWS

    weltling committed Jun 23, 2017
  3. Fixed bug #74623

    nikic committed Jun 23, 2017
Commits on Jun 22, 2017
  1. fix news

    nagayev committed with bukka Jun 22, 2017
  2. Allow loading PHP and Zend extensions by name

    Allow extension name as INI 'extension=' and dl() argument
    No BC break, as file name is still accepted.
    When using the '-z' command line option (CLI/CGI), an absolute file name must still be provided (nothing changed here)
    Change comments in example INI files
    flaupretre committed with sgolemon Jan 28, 2016
  3. Merge branch 'PHP-7.1'

    * PHP-7.1:
      Fix configure error
    krakjoe committed Jun 22, 2017
  4. Merge branch 'PHP-7.0' into PHP-7.1

    * PHP-7.0:
      Fix configure error
    krakjoe committed Jun 22, 2017
  5. Fix configure error

    This patch fixes configure error on some systems such as Alpine.
    
    ```
     line 3472: test: =: unary operator expected
    ```
    
    One of the fixes has been suggested also here already:
    https://bugs.php.net/bug.php?id=39835
    
    Thank you for considering merging this.
    petk committed with krakjoe Jun 15, 2017
  6. Merge branch 'PHP-7.1'

    * PHP-7.1:
      fix bug #73471 PHP freezes with AppendIterator
    krakjoe committed Jun 22, 2017
  7. Merge branch 'PHP-7.0' into PHP-7.1

    * PHP-7.0:
      fix bug #73471 PHP freezes with AppendIterator
    krakjoe committed Jun 22, 2017
  8. fix news

    krakjoe committed Jun 22, 2017
  9. Merge branch 'PHP-7.1'

    * PHP-7.1:
      fix bug #74780 parse_url() borken when query string contains colon
      Update NEWS
    krakjoe committed Jun 22, 2017
  10. Merge branch 'PHP-7.0' into PHP-7.1

    * PHP-7.0:
      fix bug #74780 parse_url() borken when query string contains colon
    krakjoe committed Jun 22, 2017
  11. Fix name in NEWS

    It's enough to name my php.net account there.
    kelunik committed with krakjoe Jun 22, 2017
Commits on Jun 21, 2017
  1. Update NEWS

    cjbj committed Jun 21, 2017
  2. Update NEWS

    cjbj committed Jun 21, 2017
Commits on Jun 20, 2017
  1. bump versions

    krakjoe committed Jun 20, 2017