]>
granicus.if.org Git - php/log
Christopher Jones [Sun, 9 Dec 2018 00:30:47 +0000 (11:30 +1100)]
Merge branch '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
Christopher Jones [Sun, 9 Dec 2018 00:28:52 +0000 (11:28 +1100)]
Update OCI8 README
Christopher Jones [Sun, 9 Dec 2018 00:28:04 +0000 (11:28 +1100)]
Convert some parameter parsing to the Fast Parameter Parsing API
Pierrick Charron [Sat, 8 Dec 2018 20:20:24 +0000 (15:20 -0500)]
Merge branch 'PHP-7.3'
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
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
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
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
Remi Collet [Sat, 8 Dec 2018 09:24:36 +0000 (10:24 +0100)]
add imap.enable_insecure_rsh in php.ini
Christopher Jones [Sat, 8 Dec 2018 09:20:09 +0000 (20:20 +1100)]
Merge branch 'master' of https://git.php.net/repository/php-src
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
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
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
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
Christopher Jones [Sat, 8 Dec 2018 09:13:40 +0000 (20:13 +1100)]
Note that PECL install now works on PHP 7.3
Christopher Jones [Sat, 8 Dec 2018 09:12:43 +0000 (20:12 +1100)]
Don't skip with 18c DB
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
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
Remi Collet [Sat, 8 Dec 2018 09:07:01 +0000 (10:07 +0100)]
missing entry for #77020
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
Remi Collet [Sat, 8 Dec 2018 09:06:19 +0000 (10:06 +0100)]
missing entry for #77020
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
Christopher Jones [Sat, 8 Dec 2018 08:24:59 +0000 (19:24 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 08:24:32 +0000 (19:24 +1100)]
Fix resource warning value
Christopher Jones [Sat, 8 Dec 2018 08:23:22 +0000 (19:23 +1100)]
Bump OCI8 version
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
Christopher Jones [Sat, 8 Dec 2018 08:14:16 +0000 (19:14 +1100)]
Update NEWS
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
Christopher Jones [Sat, 8 Dec 2018 08:12:04 +0000 (19:12 +1100)]
Update NEWS
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.
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.
KoenigsKind [Tue, 4 Sep 2018 12:19:04 +0000 (14:19 +0200)]
When releasing an oci8 connection always set the resource to null.
Dmitry Stogov [Fri, 7 Dec 2018 16:21:26 +0000 (19:21 +0300)]
Reorder conditions
Dmitry Stogov [Fri, 7 Dec 2018 15:15:14 +0000 (18:15 +0300)]
Improve zend_check_live_ranges()
Dmitry Stogov [Fri, 7 Dec 2018 14:47:56 +0000 (17:47 +0300)]
Stop passing CG(active_op_array) between internal compiler functions.
BohwaZ [Fri, 7 Dec 2018 13:06:03 +0000 (14:06 +0100)]
SQLite3: Separating parameters binding in a function
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.
Christoph M. Becker [Fri, 7 Dec 2018 13:35:14 +0000 (14:35 +0100)]
Note additional RM tasks
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>.
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.
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>
Christopher Jones [Fri, 7 Dec 2018 12:22:49 +0000 (23:22 +1100)]
Merge branch '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
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.
Christopher Jones [Fri, 7 Dec 2018 12:20:58 +0000 (23:20 +1100)]
Merge branch '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
Christopher Jones [Fri, 7 Dec 2018 12:07:37 +0000 (23:07 +1100)]
Simplify based on feedback from nikic
Christopher Jones [Fri, 7 Dec 2018 10:41:57 +0000 (21:41 +1100)]
Merge branch 'PHP-7.3'
Christopher Jones [Fri, 7 Dec 2018 10:41:34 +0000 (21:41 +1100)]
Sync with test files
Christoph M. Becker [Thu, 6 Dec 2018 17:20:13 +0000 (18:20 +0100)]
Stable releases also should be on frontpage
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
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.
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
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
Christoph M. Becker [Wed, 5 Dec 2018 23:24:25 +0000 (00:24 +0100)]
[ci skip] Fix typo
Ferenc Kovacs [Wed, 5 Dec 2018 08:53:01 +0000 (09:53 +0100)]
Merge branch '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
Ferenc Kovacs [Wed, 5 Dec 2018 08:36:31 +0000 (09:36 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
Ferenc Kovacs [Wed, 5 Dec 2018 08:30:20 +0000 (09:30 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Ferenc Kovacs [Wed, 5 Dec 2018 08:25:53 +0000 (09:25 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Wed, 5 Dec 2018 08:13:30 +0000 (09:13 +0100)]
5.6.40 will be next. probably not
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
Nikita Popov [Tue, 4 Dec 2018 18:02:13 +0000 (19:02 +0100)]
Remove commented zend_ini_displayer_cb
Nikita Popov [Tue, 4 Dec 2018 18:01:36 +0000 (19:01 +0100)]
Fix unused variable warnings
Nikita Popov [Tue, 4 Dec 2018 18:01:01 +0000 (19:01 +0100)]
Remove unused import_used_extension utility value
Côme Chilliet [Tue, 4 Dec 2018 16:15:55 +0000 (17:15 +0100)]
Add LDAP information in UPGRADING
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]
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]
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]
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]
Anatol Belski [Tue, 4 Dec 2018 11:49:10 +0000 (12:49 +0100)]
Sync NEWS [ci skip]
Jakub Zelenka [Mon, 3 Dec 2018 18:32:12 +0000 (18:32 +0000)]
Merge branch 'PHP-7.3'
Jakub Zelenka [Mon, 3 Dec 2018 18:30:41 +0000 (18:30 +0000)]
Update UPGRADING with info about FPM logging changes
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)
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)
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)
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)
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)
Stanislav Malyshev [Mon, 3 Dec 2018 10:12:11 +0000 (02:12 -0800)]
Fix null pointer deref in qprint-encode filter (bug #77231)
Dmitry Stogov [Mon, 3 Dec 2018 13:57:27 +0000 (16:57 +0300)]
Mark preloaded op_arrays
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
Christoph M. Becker [Mon, 3 Dec 2018 12:56:14 +0000 (13:56 +0100)]
[ci skip] Prepare NEWS for 7.3 GA
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
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
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
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
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
Stanislav Malyshev [Mon, 12 Nov 2018 22:02:26 +0000 (14:02 -0800)]
Fix bug #77143 - add more checks to buffer reads
Stanislav Malyshev [Mon, 3 Dec 2018 08:39:03 +0000 (00:39 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fix bug #77143 - add more checks to buffer reads
Fix #77020: null pointer dereference in imap_mail
Stanislav Malyshev [Mon, 12 Nov 2018 22:02:26 +0000 (14:02 -0800)]
Fix bug #77143 - add more checks to buffer reads
Stanislav Malyshev [Sun, 11 Nov 2018 18:04:01 +0000 (10:04 -0800)]
Fix #77020: null pointer dereference in imap_mail
If an empty $message is passed to imap_mail(), we must not set message
to NULL, since _php_imap_mail() is not supposed to handle NULL pointers
(opposed to pointers to NUL).
Gabriel Caruso [Mon, 3 Dec 2018 00:45:34 +0000 (22:45 -0200)]
Remove old generated files
These files were remove in
f0251a8 , as well
22c2493
Gabriel Caruso [Mon, 3 Dec 2018 00:36:52 +0000 (22:36 -0200)]
Add forked and maintained extension in php-src from GCOV
The libbcmath, libmagic libmbfl and libxmlrpc are maintained in php-src,
so we should ensure these with tests.
Peter Kokot [Sat, 1 Dec 2018 21:03:31 +0000 (22:03 +0100)]
Replace LT_AC_PROG_SED with AC_PROG_SED
The LT_AC_PROG_SED libtool's macro has been integrated in the Autoconf
since Autoconf 2.59b [1] and is recommended to be replaced with it [2].
[1] https://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4
Gabriel Caruso [Sun, 19 Aug 2018 04:32:00 +0000 (01:32 -0300)]
Clean up unnecessary ternary expressions and simplify some returns
- Simplify conditions
- Use ZEND_HASH_APPLY_* instead of hard-coded booleans
- Use ZEND_NORMALIZE_BOOL
- Drop sign in favor of ZEND_NORMALIZE_BOOL
Stanislav Malyshev [Mon, 3 Dec 2018 00:05:38 +0000 (16:05 -0800)]
Merge remote-tracking branch 'github/pr/3375'
* github/pr/3375:
Don't need interactive progress on git clones in Travis
Stanislav Malyshev [Mon, 3 Dec 2018 00:05:14 +0000 (16:05 -0800)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Don't need interactive progress on git clones in Travis
Stanislav Malyshev [Mon, 3 Dec 2018 00:04:33 +0000 (16:04 -0800)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Don't need interactive progress on git clones in Travis
Philip Prindeville [Sun, 8 Jul 2018 16:55:54 +0000 (10:55 -0600)]
Don't need interactive progress on git clones in Travis
Travis logs are usually inspected after the build completes, by which time
progress info is useless.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>