]> granicus.if.org Git - php/log
php
6 years agoext/intl: Use pkg-config to detect icu
Hugh McMaster [Wed, 5 Dec 2018 12:27:30 +0000 (23:27 +1100)]
ext/intl: Use pkg-config to detect icu

The developers of icu recommend using pkg-config to detect icu,
because icu-config is deprecated.

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Sun, 9 Dec 2018 09:56:48 +0000 (20:56 +1100)]
Merge branch 'PHP-7.3'

6 years agoAdd OCI8 changes
Christopher Jones [Sun, 9 Dec 2018 09:56:25 +0000 (20:56 +1100)]
Add OCI8 changes

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 09:55:21 +0000 (20:55 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoAdd oci_set_call_timeout() and bump version to 2.10.0
Christopher Jones [Sun, 9 Dec 2018 09:55:04 +0000 (20:55 +1100)]
Add oci_set_call_timeout() and bump version to 2.10.0

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Sun, 9 Dec 2018 01:39:02 +0000 (12:39 +1100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 01:38:53 +0000 (12:38 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoUpgrade internal OCI call
Christopher Jones [Sun, 9 Dec 2018 01:38:35 +0000 (12:38 +1100)]
Upgrade internal OCI call

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Sun, 9 Dec 2018 01:17:23 +0000 (12:17 +1100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 01:17:04 +0000 (12:17 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoEnable Oracle Database DBOP tracing attribute
Christopher Jones [Sun, 9 Dec 2018 01:16:47 +0000 (12:16 +1100)]
Enable Oracle Database DBOP tracing attribute

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Sun, 9 Dec 2018 00:30:47 +0000 (11:30 +1100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 00:30:15 +0000 (11:30 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoUpdate OCI8 README
Christopher Jones [Sun, 9 Dec 2018 00:28:52 +0000 (11:28 +1100)]
Update OCI8 README

6 years agoConvert some parameter parsing to the Fast Parameter Parsing API
Christopher Jones [Sun, 9 Dec 2018 00:28:04 +0000 (11:28 +1100)]
Convert some parameter parsing to the Fast Parameter Parsing API

6 years agoMerge branch 'PHP-7.3'
Pierrick Charron [Sat, 8 Dec 2018 20:20:24 +0000 (15:20 -0500)]
Merge branch 'PHP-7.3'

6 years agoFix 77264: curl_getinfo returning microseconds, not seconds
Pierrick Charron [Sat, 8 Dec 2018 20:09:43 +0000 (15:09 -0500)]
Fix 77264: curl_getinfo returning microseconds, not seconds

Since curl 7.55.0, libcurl introduced new constants to return
more sensible variable types with curl_getinfo.

When curl_getinfo with no option was called, and curl >= 7.55.0, some
of the result were returned as int when they where returned as float
in previous versions. This commit remove this BC Break.

If someone still want to use more sensible variable types, it's always
possible to call curl_getinfo with newer constants.

CURLINFO_CONTENT_LENGTH_DOWNLOAD => CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
CURLINFO_CONTENT_LENGTH_UPLOAD => CURLINFO_CONTENT_LENGTH_UPLOAD_T
CURLINFO_SIZE_DOWNLOAD => CURLINFO_SIZE_DOWNLOAD_T
CURLINFO_SIZE_UPLOAD => CURLINFO_SIZE_UPLOAD_T
CURLINFO_SPEED_DOWNLOAD => CURLINFO_SPEED_DOWNLOAD_T
CURLINFO_SPEED_UPLOAD => CURLINFO_SPEED_UPLOAD_T
CURLINFO_APPCONNECT_TIME => CURLINFO_APPCONNECT_TIME_T
CURLINFO_CONNECT_TIME => CURLINFO_CONNECT_TIME_T
CURLINFO_NAMELOOKUP_TIME => CURLINFO_NAMELOOKUP_TIME_T
CURLINFO_PRETRANSFER_TIME => CURLINFO_PRETRANSFER_TIME_T
CURLINFO_REDIRECT_TIME => CURLINFO_REDIRECT_TIME_T
CURLINFO_STARTTRANSFER_TIME => CURLINFO_STARTTRANSFER_TIME_T
CURLINFO_TOTAL_TIME => CURLINFO_TOTAL_TIME_T

6 years agoMerge branch 'PHP-7.3'
Remi Collet [Sat, 8 Dec 2018 09:25:35 +0000 (10:25 +0100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  add imap.enable_insecure_rsh in php.ini

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Sat, 8 Dec 2018 09:25:20 +0000 (10:25 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  add imap.enable_insecure_rsh in php.ini

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Remi Collet [Sat, 8 Dec 2018 09:25:05 +0000 (10:25 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  add imap.enable_insecure_rsh in php.ini

6 years agoadd imap.enable_insecure_rsh in php.ini
Remi Collet [Sat, 8 Dec 2018 09:24:36 +0000 (10:24 +0100)]
add imap.enable_insecure_rsh in php.ini

6 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Sat, 8 Dec 2018 09:20:09 +0000 (20:20 +1100)]
Merge branch 'master' of https://git.php.net/repository/php-src

6 years agoMerge branch 'PHP-7.3' of https://git.php.net/repository/php-src into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 09:20:04 +0000 (20:20 +1100)]
Merge branch 'PHP-7.3' of https://git.php.net/repository/php-src into PHP-7.3

6 years agoMerge branch 'PHP-7.2' of https://git.php.net/repository/php-src into PHP-7.2
Christopher Jones [Sat, 8 Dec 2018 09:19:59 +0000 (20:19 +1100)]
Merge branch 'PHP-7.2' of https://git.php.net/repository/php-src into PHP-7.2

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Sat, 8 Dec 2018 09:14:35 +0000 (20:14 +1100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Note that PECL install now works on PHP 7.3
  Don't skip with 18c DB

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 09:13:57 +0000 (20:13 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Note that PECL install now works on PHP 7.3
  Don't skip with 18c DB

6 years agoNote that PECL install now works on PHP 7.3
Christopher Jones [Sat, 8 Dec 2018 09:13:40 +0000 (20:13 +1100)]
Note that PECL install now works on PHP 7.3

6 years agoDon't skip with 18c DB
Christopher Jones [Sat, 8 Dec 2018 09:12:43 +0000 (20:12 +1100)]
Don't skip with 18c DB

6 years agoMerge branch 'PHP-7.3'
Remi Collet [Sat, 8 Dec 2018 09:07:33 +0000 (10:07 +0100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  missing entry for #77020
  missing entry for #77020

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Sat, 8 Dec 2018 09:07:20 +0000 (10:07 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  missing entry for #77020
  missing entry for #77020

6 years agomissing entry for #77020
Remi Collet [Sat, 8 Dec 2018 09:07:01 +0000 (10:07 +0100)]
missing entry for #77020

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Remi Collet [Sat, 8 Dec 2018 09:06:34 +0000 (10:06 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  missing entry for #77020

6 years agomissing entry for #77020
Remi Collet [Sat, 8 Dec 2018 09:06:19 +0000 (10:06 +0100)]
missing entry for #77020

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Sat, 8 Dec 2018 08:25:41 +0000 (19:25 +1100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix resource warning value
  Bump OCI8 version

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 08:24:59 +0000 (19:24 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFix resource warning value
Christopher Jones [Sat, 8 Dec 2018 08:24:32 +0000 (19:24 +1100)]
Fix resource warning value

6 years agoBump OCI8 version
Christopher Jones [Sat, 8 Dec 2018 08:23:22 +0000 (19:23 +1100)]
Bump OCI8 version

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Sat, 8 Dec 2018 08:17:25 +0000 (19:17 +1100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Update NEWS
  Update NEWS

6 years agoUpdate NEWS
Christopher Jones [Sat, 8 Dec 2018 08:14:16 +0000 (19:14 +1100)]
Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 08:13:12 +0000 (19:13 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update NEWS

6 years agoUpdate NEWS
Christopher Jones [Sat, 8 Dec 2018 08:12:04 +0000 (19:12 +1100)]
Update NEWS

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Sat, 8 Dec 2018 07:51:38 +0000 (18:51 +1100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  When releasing an oci8 connection always set the resource to null.

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 07:51:13 +0000 (18:51 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  When releasing an oci8 connection always set the resource to null.

6 years agoWhen releasing an oci8 connection always set the resource to null.
KoenigsKind [Tue, 4 Sep 2018 12:19:04 +0000 (14:19 +0200)]
When releasing an oci8 connection always set the resource to null.

6 years agoReorder conditions
Dmitry Stogov [Fri, 7 Dec 2018 16:21:26 +0000 (19:21 +0300)]
Reorder conditions

6 years agoImprove zend_check_live_ranges()
Dmitry Stogov [Fri, 7 Dec 2018 15:15:14 +0000 (18:15 +0300)]
Improve zend_check_live_ranges()

6 years agoStop passing CG(active_op_array) between internal compiler functions.
Dmitry Stogov [Fri, 7 Dec 2018 14:47:56 +0000 (17:47 +0300)]
Stop passing CG(active_op_array) between internal compiler functions.

6 years agoSQLite3: Separating parameters binding in a function
BohwaZ [Fri, 7 Dec 2018 13:06:03 +0000 (14:06 +0100)]
SQLite3: Separating parameters binding in a function

6 years agoZEND_VERSION should be in sync with PHP_VERSION and friends
Christoph M. Becker [Fri, 7 Dec 2018 14:09:26 +0000 (15:09 +0100)]
ZEND_VERSION should be in sync with PHP_VERSION and friends

While the major version is different, and the minor version may be
different, the revision and the extra should always be synced, as
recently discussed on the release manager's list.  We add the
respective info to README.RELEASE_PROCESS, to not forget about it in
the future.

6 years agoNote additional RM tasks
Christoph M. Becker [Fri, 7 Dec 2018 13:35:14 +0000 (14:35 +0100)]
Note additional RM tasks

6 years agoAdd note that release manager karma is required
Christoph M. Becker [Fri, 7 Dec 2018 11:53:24 +0000 (12:53 +0100)]
Add note that release manager karma is required

Cf. <http://svn.php.net/viewvc?view=revision&revision=346164>.

6 years agoRemove outdated note regarding Windows
Christoph M. Becker [Fri, 7 Dec 2018 11:50:51 +0000 (12:50 +0100)]
Remove outdated note regarding Windows

As of PHP 5.3, there are no more Windows specific version keys.

6 years agoMD5 checksums are history
Christoph M. Becker [Fri, 7 Dec 2018 11:41:25 +0000 (12:41 +0100)]
MD5 checksums are history

According to a respective RFC[1], the MD5 checksums have been removed
from the release notes and the API.  Also, no checksums are generated
after uploading the tarballs to the user directories
on downloads.php.net.

[1] <https://wiki.php.net/rfc/release-md5-deprecation>

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Fri, 7 Dec 2018 12:22:49 +0000 (23:22 +1100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Fri, 7 Dec 2018 12:22:30 +0000 (23:22 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoDrop unnecessary HASH_OF uses in ext/oci8
Nikita Popov [Thu, 11 Oct 2018 10:33:26 +0000 (12:33 +0200)]
Drop unnecessary HASH_OF uses in ext/oci8

These only operate on arrays.

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Fri, 7 Dec 2018 12:20:58 +0000 (23:20 +1100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Fri, 7 Dec 2018 12:20:27 +0000 (23:20 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoSimplify based on feedback from nikic
Christopher Jones [Fri, 7 Dec 2018 12:07:37 +0000 (23:07 +1100)]
Simplify based on feedback from nikic

6 years agoMerge branch 'PHP-7.3'
Christopher Jones [Fri, 7 Dec 2018 10:41:57 +0000 (21:41 +1100)]
Merge branch 'PHP-7.3'

6 years agoSync with test files
Christopher Jones [Fri, 7 Dec 2018 10:41:34 +0000 (21:41 +1100)]
Sync with test files

6 years agoStable releases also should be on frontpage
Christoph M. Becker [Thu, 6 Dec 2018 17:20:13 +0000 (18:20 +0100)]
Stable releases also should be on frontpage

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Thu, 6 Dec 2018 16:21:50 +0000 (17:21 +0100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Fix NEWS wrt. ChangeLog conversion

6 years ago[ci skip] Fix NEWS wrt. ChangeLog conversion
Christoph M. Becker [Thu, 6 Dec 2018 16:15:43 +0000 (17:15 +0100)]
[ci skip] Fix NEWS wrt. ChangeLog conversion

We have to be rather picky in this regard; otherwise we need to
manually post process the ChangeLog.

6 years agoscripts/dev/gen_verify_stub can also be used for stable releases
Christoph M. Becker [Wed, 5 Dec 2018 23:43:17 +0000 (00:43 +0100)]
scripts/dev/gen_verify_stub can also be used for stable releases

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Wed, 5 Dec 2018 23:24:51 +0000 (00:24 +0100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Fix typo

6 years ago[ci skip] Fix typo
Christoph M. Becker [Wed, 5 Dec 2018 23:24:25 +0000 (00:24 +0100)]
[ci skip] Fix typo

6 years agoMerge branch 'PHP-7.3'
Ferenc Kovacs [Wed, 5 Dec 2018 08:53:01 +0000 (09:53 +0100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Ferenc Kovacs [Wed, 5 Dec 2018 08:44:22 +0000 (09:44 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Ferenc Kovacs [Wed, 5 Dec 2018 08:36:31 +0000 (09:36 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

6 years agoMerge branch 'PHP-7.0' into PHP-7.1
Ferenc Kovacs [Wed, 5 Dec 2018 08:30:20 +0000 (09:30 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

6 years agoMerge branch 'PHP-5.6' into PHP-7.0 PHP-7.0
Ferenc Kovacs [Wed, 5 Dec 2018 08:25:53 +0000 (09:25 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

6 years ago5.6.40 will be next. probably not
Ferenc Kovacs [Wed, 5 Dec 2018 08:13:30 +0000 (09:13 +0100)]
5.6.40 will be next. probably not

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Tue, 4 Dec 2018 22:43:32 +0000 (23:43 +0100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Add LDAP information in UPGRADING

6 years agoRemove commented zend_ini_displayer_cb
Nikita Popov [Tue, 4 Dec 2018 18:02:13 +0000 (19:02 +0100)]
Remove commented zend_ini_displayer_cb

6 years agoFix unused variable warnings
Nikita Popov [Tue, 4 Dec 2018 18:01:36 +0000 (19:01 +0100)]
Fix unused variable warnings

6 years agoRemove unused import_used_extension utility value
Nikita Popov [Tue, 4 Dec 2018 18:01:01 +0000 (19:01 +0100)]
Remove unused import_used_extension utility value

6 years agoAdd LDAP information in UPGRADING
Côme Chilliet [Tue, 4 Dec 2018 16:15:55 +0000 (17:15 +0100)]
Add LDAP information in UPGRADING

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Tue, 4 Dec 2018 11:50:57 +0000 (12:50 +0100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Sync NEWS [ci skip]

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Tue, 4 Dec 2018 11:50:40 +0000 (12:50 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Sync NEWS [ci skip]

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Tue, 4 Dec 2018 11:50:04 +0000 (12:50 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Sync NEWS [ci skip]

6 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 4 Dec 2018 11:49:42 +0000 (12:49 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Sync NEWS [ci skip]

6 years agoSync NEWS [ci skip]
Anatol Belski [Tue, 4 Dec 2018 11:49:10 +0000 (12:49 +0100)]
Sync NEWS [ci skip]

6 years agoMerge branch 'PHP-7.3'
Jakub Zelenka [Mon, 3 Dec 2018 18:32:12 +0000 (18:32 +0000)]
Merge branch 'PHP-7.3'

6 years agoUpdate UPGRADING with info about FPM logging changes
Jakub Zelenka [Mon, 3 Dec 2018 18:30:41 +0000 (18:30 +0000)]
Update UPGRADING with info about FPM logging changes

6 years agoMerge branch 'PHP-7.3'
Stanislav Malyshev [Mon, 3 Dec 2018 18:20:17 +0000 (10:20 -0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix null pointer deref in qprint-encode filter (bug #77231)

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Stanislav Malyshev [Mon, 3 Dec 2018 18:20:07 +0000 (10:20 -0800)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix null pointer deref in qprint-encode filter (bug #77231)

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Stanislav Malyshev [Mon, 3 Dec 2018 18:20:02 +0000 (10:20 -0800)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix null pointer deref in qprint-encode filter (bug #77231)

6 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Mon, 3 Dec 2018 18:19:57 +0000 (10:19 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix null pointer deref in qprint-encode filter (bug #77231)

6 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Mon, 3 Dec 2018 18:19:49 +0000 (10:19 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix null pointer deref in qprint-encode filter (bug #77231)

6 years agoFix null pointer deref in qprint-encode filter (bug #77231)
Stanislav Malyshev [Mon, 3 Dec 2018 10:12:11 +0000 (02:12 -0800)]
Fix null pointer deref in qprint-encode filter (bug #77231)

6 years agoMark preloaded op_arrays
Dmitry Stogov [Mon, 3 Dec 2018 13:57:27 +0000 (16:57 +0300)]
Mark preloaded op_arrays

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Mon, 3 Dec 2018 12:56:48 +0000 (13:56 +0100)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Prepare NEWS for 7.3 GA

6 years ago[ci skip] Prepare NEWS for 7.3 GA
Christoph M. Becker [Mon, 3 Dec 2018 12:56:14 +0000 (13:56 +0100)]
[ci skip] Prepare NEWS for 7.3 GA

6 years agoMerge branch 'PHP-7.3'
Stanislav Malyshev [Mon, 3 Dec 2018 08:43:00 +0000 (00:43 -0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix bug #77143 - add more checks to buffer reads
  Fix bug #77143 - add more checks to buffer reads
  Fix #77020: null pointer dereference in imap_mail

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Stanislav Malyshev [Mon, 3 Dec 2018 08:42:55 +0000 (00:42 -0800)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix bug #77143 - add more checks to buffer reads
  Fix bug #77143 - add more checks to buffer reads
  Fix #77020: null pointer dereference in imap_mail
  Don't need interactive progress on git clones in Travis
  Fix TSRM signature - php_stream_stat macro has it's own TSRM
  Regenerate certificates for openssl tests
  Improve test for bug77022

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Stanislav Malyshev [Mon, 3 Dec 2018 08:42:50 +0000 (00:42 -0800)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix bug #77143 - add more checks to buffer reads
  Fix bug #77143 - add more checks to buffer reads
  Fix #77020: null pointer dereference in imap_mail

6 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Mon, 3 Dec 2018 08:42:45 +0000 (00:42 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix bug #77143 - add more checks to buffer reads
  Fix bug #77143 - add more checks to buffer reads
  Fix #77020: null pointer dereference in imap_mail

6 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Mon, 3 Dec 2018 08:42:35 +0000 (00:42 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix bug #77143 - add more checks to buffer reads

6 years agoFix bug #77143 - add more checks to buffer reads
Stanislav Malyshev [Mon, 12 Nov 2018 22:02:26 +0000 (14:02 -0800)]
Fix bug #77143 - add more checks to buffer reads