]> granicus.if.org Git - php/log
php
5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 11 Sep 2019 10:02:39 +0000 (12:02 +0200)]
Merge branch 'PHP-7.4'

5 years agoSpecify -fsanitize-no-recover
Nikita Popov [Tue, 3 Sep 2019 08:06:09 +0000 (10:06 +0200)]
Specify -fsanitize-no-recover

To make it more obvious when there are ubsan failures.

5 years agoImprove Symfony test setup
Nicolas Grekas [Tue, 3 Sep 2019 08:02:30 +0000 (10:02 +0200)]
Improve Symfony test setup

Perform PHPUnit installation under php7.3 -- which will also make
it work on master.

Also properly resolve the tty issue by specifying excluded groups
during the test run.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 11 Sep 2019 09:13:33 +0000 (11:13 +0200)]
Merge branch 'PHP-7.4'

5 years agoFree history_get_history_state() result
Nikita Popov [Wed, 11 Sep 2019 08:59:04 +0000 (10:59 +0200)]
Free history_get_history_state() result

It's not documented, but per https://bugs.python.org/issue8065
the result is freshly malloc'd and needs to be freed.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 11 Sep 2019 08:32:27 +0000 (10:32 +0200)]
Merge branch 'PHP-7.4'

5 years agoFix another pointer indexing UB in http_fopen_wrapper
Nikita Popov [Wed, 11 Sep 2019 08:31:03 +0000 (10:31 +0200)]
Fix another pointer indexing UB in http_fopen_wrapper

Only compute the gep after checking whether the pointer is NULL.

5 years agoFixed bug #78506
Nikita Popov [Wed, 11 Sep 2019 08:27:32 +0000 (10:27 +0200)]
Fixed bug #78506

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 11 Sep 2019 07:53:18 +0000 (09:53 +0200)]
Merge branch 'PHP-7.4'

5 years agoPreloading: Fix handling of static vars in inherited methods
Nikita Popov [Wed, 11 Sep 2019 07:52:31 +0000 (09:52 +0200)]
Preloading: Fix handling of static vars in inherited methods

Part of bug #78512.

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 10 Sep 2019 21:53:30 +0000 (00:53 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fixed bad format string

5 years agoFixed bad format string
Dmitry Stogov [Tue, 10 Sep 2019 21:52:54 +0000 (00:52 +0300)]
Fixed bad format string

5 years agoMerge branch 'PHP-7.4'
Sara Golemon [Tue, 10 Sep 2019 17:05:56 +0000 (13:05 -0400)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Bump for 7.2.24

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Sara Golemon [Tue, 10 Sep 2019 17:05:38 +0000 (13:05 -0400)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Bump for 7.2.24

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Sara Golemon [Tue, 10 Sep 2019 17:05:17 +0000 (13:05 -0400)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Bump for 7.2.24

5 years agoBump for 7.2.24
Sara Golemon [Tue, 10 Sep 2019 17:03:27 +0000 (13:03 -0400)]
Bump for 7.2.24

5 years agoMerge branch 'PHP-7.4'
Remi Collet [Tue, 10 Sep 2019 14:30:39 +0000 (16:30 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Raise minimal GCC version, Test with 4.8 is OK With 4.4: error: #pragma GCC diagnostic not allowed inside functions

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Remi Collet [Tue, 10 Sep 2019 14:29:44 +0000 (16:29 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Raise minimal GCC version, Test with 4.8 is OK With 4.4: error: #pragma GCC diagnostic not allowed inside functions

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Tue, 10 Sep 2019 14:29:30 +0000 (16:29 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Raise minimal GCC version, Test with 4.8 is OK With 4.4: error: #pragma GCC diagnostic not allowed inside functions

5 years agoRaise minimal GCC version,
Remi Collet [Tue, 10 Sep 2019 14:28:35 +0000 (16:28 +0200)]
Raise minimal GCC version,
Test with 4.8 is OK
With 4.4: error: #pragma GCC diagnostic not allowed inside functions

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 10 Sep 2019 13:13:52 +0000 (15:13 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  PHP 7.3.10RC1 has been tagged

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Tue, 10 Sep 2019 13:13:11 +0000 (15:13 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  PHP 7.3.10RC1 has been tagged

5 years agoPHP 7.3.10RC1 has been tagged
Christoph M. Becker [Tue, 10 Sep 2019 13:11:54 +0000 (15:11 +0200)]
PHP 7.3.10RC1 has been tagged

5 years agoupgrading notes for ValueError/zend_value_error()
Peter Cowburn [Tue, 10 Sep 2019 12:18:53 +0000 (13:18 +0100)]
upgrading notes for ValueError/zend_value_error()

5 years agoceanup
Dmitry Stogov [Tue, 10 Sep 2019 12:12:42 +0000 (15:12 +0300)]
ceanup

5 years agoPrefer ValueError over Error in GD
Christoph M. Becker [Tue, 10 Sep 2019 10:36:57 +0000 (12:36 +0200)]
Prefer ValueError over Error in GD

Cf. <https://github.com/php/php-src/pull/4682>.

5 years agoPort various autoconf bits to C99 compilers
Florian Weimer [Mon, 9 Sep 2019 19:29:03 +0000 (21:29 +0200)]
Port various autoconf bits to C99 compilers

C99 no longer has implicit function declarations and implicit ints.
Current GCC versions enable them as an extension, but this will
change in a future GCC version.

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 10 Sep 2019 08:34:08 +0000 (11:34 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  NEWS entry, test and minor cleanup for FFI::isNull()
  add FFI::isNull() to check whether a FFI\CData is a null pointer

5 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Tue, 10 Sep 2019 08:23:53 +0000 (11:23 +0300)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Drop regression test

5 years agoNEWS entry, test and minor cleanup for FFI::isNull()
Dmitry Stogov [Tue, 10 Sep 2019 08:23:12 +0000 (11:23 +0300)]
NEWS entry, test and minor cleanup for FFI::isNull()

5 years agoMerge branch 'PHP-7.4' of git.php.net:php-src into PHP-7.4
Dmitry Stogov [Tue, 10 Sep 2019 08:22:05 +0000 (11:22 +0300)]
Merge branch 'PHP-7.4' of git.php.net:php-src into PHP-7.4

* 'PHP-7.4' of git.php.net:php-src:
  Drop regression test

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 10 Sep 2019 08:09:02 +0000 (10:09 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Drop regression test

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Tue, 10 Sep 2019 08:08:42 +0000 (10:08 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Drop regression test

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christoph M. Becker [Tue, 10 Sep 2019 08:08:07 +0000 (10:08 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Drop regression test

5 years agoDrop regression test
Christoph M. Becker [Tue, 10 Sep 2019 08:07:39 +0000 (10:07 +0200)]
Drop regression test

The state returned by `sodium_crypto_generichash_init()` has to be
regarded as opaque byte string; neither its size nor its exact
structure are fixed, and actually vary for diffent libsodium versions.
Therefore we drop the test altogether.

5 years agoadd FFI::isNull() to check whether a FFI\CData is a null pointer
Philip Hofstetter [Mon, 9 Sep 2019 11:14:59 +0000 (13:14 +0200)]
add FFI::isNull() to check whether a FFI\CData is a null pointer

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 10 Sep 2019 08:02:03 +0000 (11:02 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Stop after exceptions

5 years agoStop after exceptions
Dmitry Stogov [Tue, 10 Sep 2019 08:01:36 +0000 (11:01 +0300)]
Stop after exceptions

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 10 Sep 2019 07:23:05 +0000 (09:23 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Request #77863: PDO firebird support type Boolean in input parameters

5 years agoRequest #77863: PDO firebird support type Boolean in input parameters
Simonov Denis [Tue, 10 Sep 2019 07:22:26 +0000 (09:22 +0200)]
Request #77863: PDO firebird support type Boolean in input parameters

5 years agoraise ValueError from imagecreate/imagecreatetruecolor
Peter Cowburn [Wed, 4 Sep 2019 20:42:43 +0000 (21:42 +0100)]
raise ValueError from imagecreate/imagecreatetruecolor

Raise a ValueError instead of a plain Error when calling imagecreate()
or imagecreatetruecolor() with too big or small values for the width or
height arguments.

5 years agoadd ValueError
Peter Cowburn [Wed, 4 Sep 2019 20:39:02 +0000 (21:39 +0100)]
add ValueError

ValueError is intended to be thrown when a function or method receives
an argument that has the right type (incorrect type should throw a
TypeError) but an inappropriate value.

5 years agoclenup
Dmitry Stogov [Mon, 9 Sep 2019 19:40:28 +0000 (22:40 +0300)]
clenup

5 years agoAvoid hash value recalculation on each counter update
Dmitry Stogov [Mon, 9 Sep 2019 18:25:54 +0000 (21:25 +0300)]
Avoid hash value recalculation on each counter update

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Mon, 9 Sep 2019 17:06:43 +0000 (19:06 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  new_variable '{' expr '}' is deprecated as well

5 years agonew_variable '{' expr '}' is deprecated as well
Christoph M. Becker [Mon, 9 Sep 2019 14:57:23 +0000 (16:57 +0200)]
new_variable '{' expr '}' is deprecated as well

Curly brace syntax for accessing array elements and string offsets is
deprecated [1]; this should also be the case for respective `new`
expressions.

This issue has been reported by brzuchal@php.net.

[1] <https://wiki.php.net/rfc/deprecate_curly_braces_array_access>

5 years agoMention that arg_info[-1] holds the return info
Ivan Enderlin [Mon, 2 Sep 2019 11:32:40 +0000 (13:32 +0200)]
Mention that arg_info[-1] holds the return info

I lost some time trying to know how to find the returned type.
It's not that obvious it is stored in the _argument_ information array.

For the sake of Internet, here is the full code checking that a function _has_ a returned type:

```c
zend_function *function = /* e.g. fci_cache->function_handler */;

if (!(function->op_array.fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) {
    php_printf("no return type\n");
} else {
    php_printf("has a return type\n");
    php_printf("return type = %s\n", zend_get_type_by_const(ZEND_TYPE_CODE(function->common.arg_info[-1].type)));
}
```

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 9 Sep 2019 15:30:07 +0000 (17:30 +0200)]
Merge branch 'PHP-7.4'

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Mon, 9 Sep 2019 15:29:49 +0000 (17:29 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Mon, 9 Sep 2019 15:29:39 +0000 (17:29 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

5 years agoFix bug #72884 isCloneable() on SplFileObject should return false
CHU Zhaowei [Sun, 8 Sep 2019 09:29:32 +0000 (09:29 +0000)]
Fix bug #72884 isCloneable() on SplFileObject should return false

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 9 Sep 2019 15:19:12 +0000 (17:19 +0200)]
Merge branch 'PHP-7.4'

5 years agoAdd opcache return type for random_int()
Tyson Andre [Mon, 9 Sep 2019 12:30:18 +0000 (08:30 -0400)]
Add opcache return type for random_int()

random_int() will throw for incorrect argument counts, types (e.g. float
that can't cast to int), or having min > max.

See ext/standard/random.c

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 9 Sep 2019 15:15:41 +0000 (17:15 +0200)]
Merge branch 'PHP-7.4'

5 years agoFix opcache zend_func_info for microtime/gettimeofday
Tyson Andre [Sun, 8 Sep 2019 19:14:02 +0000 (15:14 -0400)]
Fix opcache zend_func_info for microtime/gettimeofday

microtime() doesn't return an array,
and gettimeofday() doesn't return a string.
See _php_gettimeofday in microtime.c (mode is non-zero for gettimeofday)

5 years agoClarify that our usage of gettimeofday() is infallible
Nikita Popov [Mon, 9 Sep 2019 15:11:22 +0000 (17:11 +0200)]
Clarify that our usage of gettimeofday() is infallible

And that false can't be returned for this reason.

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Mon, 9 Sep 2019 13:44:56 +0000 (15:44 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix version

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Mon, 9 Sep 2019 13:44:36 +0000 (15:44 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix version

5 years agoFix version
Christoph M. Becker [Thu, 5 Sep 2019 17:33:17 +0000 (19:33 +0200)]
Fix version

7.3.10 is next, not 7.3.11.

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Mon, 9 Sep 2019 13:33:36 +0000 (15:33 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generichash_init()

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Mon, 9 Sep 2019 13:32:44 +0000 (15:32 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generichash_init()

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christoph M. Becker [Mon, 9 Sep 2019 13:30:57 +0000 (15:30 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generichash_init()

5 years agoFix #78510: Partially uninitialized buffer returned by sodium_crypto_generichash_init()
Christoph M. Becker [Mon, 9 Sep 2019 13:30:28 +0000 (15:30 +0200)]
Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generichash_init()

Backport jedisct1/libsodium.php@28d13bf437cb969a0583031fc7ac54c5a8dc8116.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 9 Sep 2019 12:24:39 +0000 (14:24 +0200)]
Merge branch 'PHP-7.4'

5 years agoFix typo
Nikita Popov [Mon, 9 Sep 2019 12:24:26 +0000 (14:24 +0200)]
Fix typo

5 years agoMerge branch 'PHP-7.4'
Remi Collet [Mon, 9 Sep 2019 12:22:24 +0000 (14:22 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  zip edxtension is now 1.15.5
  fix type consistency after 8f897f1040f00210f4a5cdd82a88a1fe3e558955

5 years agozip edxtension is now 1.15.5
Remi Collet [Mon, 9 Sep 2019 12:22:12 +0000 (14:22 +0200)]
zip edxtension is now 1.15.5

5 years agofix type consistency after
Remi Collet [Mon, 9 Sep 2019 12:20:57 +0000 (14:20 +0200)]
fix type consistency after
8f897f1040f00210f4a5cdd82a88a1fe3e558955

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 9 Sep 2019 09:37:36 +0000 (11:37 +0200)]
Merge branch 'PHP-7.4'

5 years agoFixed bug #78514
Nikita Popov [Mon, 9 Sep 2019 09:36:50 +0000 (11:36 +0200)]
Fixed bug #78514

The property class may have already been translated as part of
some other class. Only translate if xlat returns non-null.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 9 Sep 2019 08:50:30 +0000 (10:50 +0200)]
Merge branch 'PHP-7.4'

5 years agoFix PDO pgsql memory leak with scrollable cursors
Nikita Popov [Mon, 9 Sep 2019 08:50:10 +0000 (10:50 +0200)]
Fix PDO pgsql memory leak with scrollable cursors

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 9 Sep 2019 08:11:54 +0000 (10:11 +0200)]
Merge branch 'PHP-7.4'

5 years agoFix double free of DSN credentials
Nikita Popov [Mon, 9 Sep 2019 08:10:41 +0000 (10:10 +0200)]
Fix double free of DSN credentials

5 years agoMerge branch 'PHP-7.4'
Peter Kokot [Sun, 8 Sep 2019 19:50:06 +0000 (21:50 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Update NEWS
  Fix #78349: Bundled pcre2 library missing LICENCE file

5 years agoUpdate NEWS
Peter Kokot [Sun, 8 Sep 2019 19:49:42 +0000 (21:49 +0200)]
Update NEWS

5 years agoFix #78349: Bundled pcre2 library missing LICENCE file
Peter Kokot [Sun, 8 Sep 2019 19:46:48 +0000 (21:46 +0200)]
Fix #78349: Bundled pcre2 library missing LICENCE file

Most bundled libraries in PHP code already include license information
in the dedicated README.REDIST.BINS file. Instead of complicating
documentation files more this patch only updates the PCRE license info
in the readme file.

5 years agofix missing close bracket
蝦米 [Sun, 8 Sep 2019 10:51:20 +0000 (18:51 +0800)]
fix missing close bracket

[ci skip][skip ci]

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Sat, 7 Sep 2019 20:48:12 +0000 (22:48 +0200)]
Merge branch 'PHP-7.4'

5 years agoFix reporting of redirect test failures in junit
Nikita Popov [Sat, 7 Sep 2019 20:47:07 +0000 (22:47 +0200)]
Fix reporting of redirect test failures in junit

These were being reported under the wrong name ... which means that
they don't show up as failures on azure :(

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Sat, 7 Sep 2019 08:59:26 +0000 (11:59 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Link executable files using non PIC object files. This reduces PIC overhead and improves performance.

5 years agoLink executable files using non PIC object files. This reduces PIC overhead and impro...
Dmitry Stogov [Tue, 3 Sep 2019 20:42:22 +0000 (23:42 +0300)]
Link executable files using non PIC object files. This reduces PIC overhead and improves performance.

5 years agoDetect calls to abstract methods in get_method() already
Nikita Popov [Thu, 5 Sep 2019 08:27:19 +0000 (10:27 +0200)]
Detect calls to abstract methods in get_method() already

Instead of checking for this during DO_FCALL, already detect this
case during get_method()/get_static_method(), similar to visibility
checks.

This causes a minor difference in behavior, in that arguments will
no longer be evaluated. I think this is correct though (and consistent
with visibility errors).

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Fri, 6 Sep 2019 13:00:17 +0000 (15:00 +0200)]
Merge branch 'PHP-7.4'

5 years agoRemove defines for specific oraldap versions
Nikita Popov [Fri, 6 Sep 2019 12:59:41 +0000 (14:59 +0200)]
Remove defines for specific oraldap versions

These are not used for anything.

5 years agoRemove support for umich_ldap
Nikita Popov [Fri, 6 Sep 2019 12:57:26 +0000 (14:57 +0200)]
Remove support for umich_ldap

Doesn't seem to exist anymore, and their website now redirects to
openldap.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Fri, 6 Sep 2019 12:48:31 +0000 (14:48 +0200)]
Merge branch 'PHP-7.4'

5 years agoRemove nsldap support
Nikita Popov [Fri, 30 Aug 2019 08:21:07 +0000 (10:21 +0200)]
Remove nsldap support

The newest version we're checking (libssldap50) seems to be about
15 years out of date. We could add support for libssldap60 (also
unmainted, but more recent), but given how nobody has expressed any
interest in this, I'm going ahead and dropping this code.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Fri, 6 Sep 2019 12:36:50 +0000 (14:36 +0200)]
Merge branch 'PHP-7.4'

5 years agoFix detection of gmp on clang
Nikita Popov [Thu, 29 Aug 2019 15:43:48 +0000 (17:43 +0200)]
Fix detection of gmp on clang

Split the default and custom path case. If the default is used,
assume that the library must be on the default include and lib path.
Only check that the version is appropriate.

Something similar is needed for ldap, but the checking code is much
more complex there, so I'm only adding a workaround for now.

5 years agoEnable display_startup_errors by default
Nikita Popov [Mon, 2 Sep 2019 08:13:54 +0000 (10:13 +0200)]
Enable display_startup_errors by default

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Fri, 6 Sep 2019 09:33:36 +0000 (11:33 +0200)]
Merge branch 'PHP-7.4'

5 years agoFixed bug #78502
Nikita Popov [Fri, 6 Sep 2019 09:30:01 +0000 (11:30 +0200)]
Fixed bug #78502

We need to make sure that the function is fully compiled before we
calculate the stack size. There already was a check for directly
recursive calls, but the same issue exists with indirectly recursive
calls.

I'm using DONE_PASS_TWO as the indication that the function is
fully compiled.

5 years agoMerge branch 'non_pic'
Dmitry Stogov [Fri, 6 Sep 2019 08:45:43 +0000 (11:45 +0300)]
Merge branch 'non_pic'

* non_pic:
  Link executable files using non PIC object files. This reduces PIC overhead and improves performance.

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Thu, 5 Sep 2019 17:37:43 +0000 (19:37 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix version

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Thu, 5 Sep 2019 17:35:12 +0000 (19:35 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix version

5 years agoFix version
Christoph M. Becker [Thu, 5 Sep 2019 17:33:17 +0000 (19:33 +0200)]
Fix version

7.3.10 is next, not 7.3.11.

5 years agoMerge branch 'PHP-7.4'
Stanislav Malyshev [Thu, 5 Sep 2019 16:56:20 +0000 (09:56 -0700)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  fix version

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Stanislav Malyshev [Thu, 5 Sep 2019 16:55:54 +0000 (09:55 -0700)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  fix version

5 years agofix version
Stanislav Malyshev [Thu, 5 Sep 2019 16:54:43 +0000 (09:54 -0700)]
fix version