Commits on Feb 3, 2017
Commits on Sep 25, 2016
  1. Use SEND_USER for CONST|TMP as well

    Otherwise we're missing the "expected to be a reference, value
    given" warning that appears for ordinary calls to call_user_func().
    
    Also update an UPGRADING note with recent changes wrt
    call_user_func().
    nikic committed Sep 25, 2016
Commits on Aug 15, 2016
  1. Scrub UPGRADING and UPGRADING.INTERNALS

    There were already some master-only entries in there -- I hope I
    didn't remove anything that was supposed to be there.
    
    [skip ci]
    nikic committed Aug 15, 2016
Commits on Jul 28, 2016
Commits on May 24, 2016
Commits on Mar 9, 2016
Commits on Apr 24, 2015
  1. Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT

    Use the generic ATTR_EMULATE_PREPARES instead.
    nikic committed Apr 24, 2015
Commits on Apr 15, 2015
Commits on Apr 1, 2015
  1. More UPGRADING

    nikic committed Apr 1, 2015
  2. Add some notes to UPGRADING

    nikic committed Apr 1, 2015
Commits on Mar 9, 2015
  1. Add UPDRADING note about yield operator behavior

    Fixes bug #69160.
    [ci skip]
    nikic committed Mar 9, 2015
  2. Remove xsl.security_prefs ini option

    Conflicts:
    	ext/xsl/php_xsl.c
    	ext/xsl/xsltprocessor.c
    nikic committed Sep 10, 2014
  3. Remove unsafe curl file uploads

    The option CURLOPT_SAFE_UPLOAD still exists, but cannot be disabled.
    nikic committed Mar 9, 2015
Commits on Feb 17, 2015
  1. More UPGRADING, in particular on foreach

    Only doing a shallow description of foreach changes, describing
    them completely is too complicated.
    nikic committed Feb 17, 2015
Commits on Feb 13, 2015
  1. Some more UPGRADING changes

    nikic committed Feb 13, 2015
  2. More extensive UPGRADING

    I'd like UPGRADING to have a complete list of changes including
    code samples and suggested changes. Right now it's only a list
    of bullet points, where it is often required to read a linked
    RFC to understand the difference.
    nikic committed Feb 13, 2015
Commits on Jan 28, 2015
Commits on Jan 26, 2015
  1. Remove dl() on fpm-fcgi

    nikic committed Sep 11, 2014
  2. Remove preg_replace /e modifier

    nikic committed Sep 10, 2014
Commits on Jan 17, 2015
  1. Remove set_socket_blocking

    nikic committed Sep 10, 2014
  2. Remove set_magic_quotes_runtime

    And the alias magic_quotes_runtime
    nikic committed Sep 10, 2014
Commits on Oct 5, 2014
Commits on Sep 28, 2014
  1. Drop support for GMP 4.1

     * Consistent base conversion support (max: 62)
     * mpz_remroot always available
     * Use gmp_randinit_mt instead of LCG
    nikic committed Sep 28, 2014
Commits on Mar 17, 2014
  1. Add support for PCRE marks

    If a MARK is set then it will be returned in the $matches array
    unter key "MARK". If no MARK is used or passed, the key will not
    be set.
    nikic committed Feb 28, 2014