pkgsrc/lang/php70/patches
taca e42cd0cd47 Update php70 to 7.0.18.
13 Apr 2017 PHP 7.0.18

- Core:
  . Fixed bug #73370 (falsely exits with "Out of Memory" when using
    USE_ZEND_ALLOC=0). (Nikita)
  . Fixed bug #73960 (Leak with instance method calling static method with
    referenced return). (Nikita)
  . Fixed bug #74265 (Build problems after 7.0.17 release: undefined reference
    to `isfinite'). (Nikita)
  . Fixed bug #74302 (yield fromLABEL is over-greedy). (Sara)

- Apache:
  . Reverted patch for bug #61471, fixes bug #74318. (Anatol)

- Date:
  . Fixed bug #72096 (Swatch time value incorrect for dates before 1970). (mcq8)

- DOM:
  . Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*).
    (somedaysummer)

- iconv:
  . Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol)

- OpenSSL:
  . Fixed bug #72333 (fwrite() on non-blocking SSL sockets doesn't work).
    (Jakub Zelenka)

- PDO MySQL:
  . Fixed bug #71003 (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO
    interface). (Thomas Orozco)

- Streams:
  . Fixed bug #74216 (Correctly fail on invalid IP address ports). (Sara)

- Zlib:
  . Fixed bug #74240 (deflate_add can allocate too much memory). (Matt Bonneau)
2017-04-13 14:19:19 +00:00
..
patch-acinclude.m4 On Darwin, allow native iconv when Command Line Tools are not installed. 2016-12-06 08:53:48 +00:00
patch-configure Update php70 to 7.0.6. 2016-05-02 13:09:49 +00:00
patch-ext_gd_config.m4 * Switch to use external gd (graphics/gd package). 2016-08-13 17:34:41 +00:00
patch-ext_imap_config.m4
patch-ext_intl_config.m4 Add work around for build problem of php-intl. 2017-02-20 03:22:55 +00:00
patch-ext_pcre_pcrelib_config.h Update php70 to 7.0.12 2016-10-14 15:06:21 +00:00
patch-ext_pdo__mysql_config.m4
patch-ext_pdo_config.m4
patch-ext_phar_Makefile.frag
patch-ext_phar_phar_phar.php
patch-ext_recode_recode.c add patch for ext/recode/recode.c so that the variable 'program_name' required by recode library is provided unconditionally; it should not depend on whether or not program without this symbol happens to compile 2016-07-24 13:27:23 +00:00
patch-ext_sqlite3_libsqlite_sqlite3.c
patch-ext_standard_basic__functions.c
patch-ext_tidy_tidy.c Fix build with tidy-5.x. 2017-02-20 09:35:16 +00:00
patch-ext_xsl_php__xsl.h Build the dom extension embedded. This enables full functionality in xmlreader and fixes joyent/pkgsrc/issues/477. Bump PKREVISION. 2017-04-05 12:28:59 +00:00
patch-makedist
patch-php.ini-development
patch-php.ini-production
patch-run-tests.php
patch-sapi_cgi_Makefile.frag
patch-sapi_cli_Makefile.frag Unbreak unprivileged build. Actually test for executable. 2016-06-07 19:23:50 +00:00
patch-sapi_fpm_fpm_events_port.c
patch-sapi_fpm_php-fpm.conf.in