]> granicus.if.org Git - php/log
php
4 years agoEliminate dead load
Dmitry Stogov [Fri, 9 Oct 2020 15:58:03 +0000 (18:58 +0300)]
Eliminate dead load

4 years agoUpdate ext/gd parameter names
Nikita Popov [Fri, 9 Oct 2020 10:28:54 +0000 (12:28 +0200)]
Update ext/gd parameter names

Closes GH-6308.

4 years agoMerge branch 'PHP-7.4' into PHP-8.0
Nikita Popov [Fri, 9 Oct 2020 14:59:01 +0000 (16:59 +0200)]
Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
  Fixed bug #80186

4 years agoFixed bug #80186
Nikita Popov [Fri, 9 Oct 2020 14:56:08 +0000 (16:56 +0200)]
Fixed bug #80186

Early exit in FE_RESET if get_properties() returns empty array,
as we cannot add HT iterators to zend_empty_array.

4 years agoUpdate to mime-db 1.45
Nikita Popov [Fri, 9 Oct 2020 14:22:04 +0000 (16:22 +0200)]
Update to mime-db 1.45

4 years agoRemove string length limit from levenshtein()
Nikita Popov [Tue, 6 Oct 2020 15:12:41 +0000 (17:12 +0200)]
Remove string length limit from levenshtein()

As noted on https://bugs.php.net/bug.php?id=80073, I don't think
having this limitation makes sense. The similar_text() function
has much worse asymptotic complexity than levenshtein() and does
not enforce such a limitation. levenshtein() does have fairly high
memory requirements, but they are a fixed factor of the string
length (and subject to memory limit).

4 years agoAdd support for Solaris 11.4 openpty implementation.
Petr Sumbera [Tue, 6 Oct 2020 15:25:00 +0000 (17:25 +0200)]
Add support for Solaris 11.4 openpty implementation.

Closes GH-6287.

4 years agoKeep the same JIT code for PHP-8.0 and master (workaround against PHP-8.0 ABI freeze)
Dmitry Stogov [Fri, 9 Oct 2020 13:54:26 +0000 (16:54 +0300)]
Keep the same JIT code for PHP-8.0 and master (workaround against PHP-8.0 ABI freeze)

4 years agoEnable Azure pipeline builds on PHP-8.0
Nikita Popov [Fri, 9 Oct 2020 13:30:40 +0000 (15:30 +0200)]
Enable Azure pipeline builds on PHP-8.0

4 years agoMerge branch 'PHP-7.4' into PHP-8.0
Nikita Popov [Fri, 9 Oct 2020 13:25:23 +0000 (15:25 +0200)]
Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
  Make iconv errno support test pass on Solaris.

4 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Fri, 9 Oct 2020 13:24:53 +0000 (15:24 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Make iconv errno support test pass on Solaris.

4 years agoMake iconv errno support test pass on Solaris.
Petr Sumbera [Wed, 7 Oct 2020 13:07:23 +0000 (15:07 +0200)]
Make iconv errno support test pass on Solaris.

Closes GH-6291.

4 years agoEliminate more dead type stores
Dmitry Stogov [Fri, 9 Oct 2020 13:15:07 +0000 (16:15 +0300)]
Eliminate more dead type stores

4 years agoRevert "Change calling convention of zval_update_constant[_ex]() to fastcall."
Nikita Popov [Fri, 9 Oct 2020 13:05:43 +0000 (15:05 +0200)]
Revert "Change calling convention of zval_update_constant[_ex]() to fastcall."

This reverts commit 5a447b086bba450d61c283adfecbdec657cc5f34.

Revert this ABI break from PHP-8.0, leaving it only on master.

4 years agoMerge branch 'PHP-7.4' into PHP-8.0
Nikita Popov [Fri, 9 Oct 2020 12:05:33 +0000 (14:05 +0200)]
Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
  XFAIL test broken by timelib update

4 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Fri, 9 Oct 2020 12:05:23 +0000 (14:05 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  XFAIL test broken by timelib update

4 years agoXFAIL test broken by timelib update
Nikita Popov [Fri, 9 Oct 2020 12:04:47 +0000 (14:04 +0200)]
XFAIL test broken by timelib update

I was expecting this to get fixed quickly, but it didn't.
XFAIL for now.

4 years agoEliminate more dead type stores
Dmitry Stogov [Fri, 9 Oct 2020 11:31:20 +0000 (14:31 +0300)]
Eliminate more dead type stores

4 years agoMore precise type information for datefmt_format()
Máté Kocsis [Fri, 9 Oct 2020 09:04:49 +0000 (11:04 +0200)]
More precise type information for datefmt_format()

4 years agoFix XmlParser classname in stubs
Máté Kocsis [Fri, 9 Oct 2020 08:42:43 +0000 (10:42 +0200)]
Fix XmlParser classname in stubs

4 years agoImprove parameter names in ext/oci8
Máté Kocsis [Sat, 3 Oct 2020 08:52:41 +0000 (10:52 +0200)]
Improve parameter names in ext/oci8

Closes GH-6267

4 years agoEliminate more dead type stores
Dmitry Stogov [Thu, 8 Oct 2020 20:26:31 +0000 (23:26 +0300)]
Eliminate more dead type stores

4 years agoEliminate dead type stores
Dmitry Stogov [Thu, 8 Oct 2020 16:14:38 +0000 (19:14 +0300)]
Eliminate dead type stores

4 years agoCleanup (expand and remove simple macros)
Dmitry Stogov [Thu, 8 Oct 2020 09:14:40 +0000 (12:14 +0300)]
Cleanup (expand and remove simple macros)

4 years agoUpdate ext/imap parameter names
Nikita Popov [Thu, 8 Oct 2020 10:08:59 +0000 (12:08 +0200)]
Update ext/imap parameter names

Closes GH-6299.

4 years agoUpdate ext/snmp parameter names
Nikita Popov [Thu, 8 Oct 2020 09:08:03 +0000 (11:08 +0200)]
Update ext/snmp parameter names

Closes GH-6298.

4 years agoMake compression_type nullable in a few more places
Nikita Popov [Thu, 8 Oct 2020 15:04:48 +0000 (17:04 +0200)]
Make compression_type nullable in a few more places

Missed that this was also used elsewhere...

4 years agoUpdate ext/soap parameter names
Nikita Popov [Tue, 6 Oct 2020 13:29:44 +0000 (15:29 +0200)]
Update ext/soap parameter names

Closes GH-6300.

4 years agoUpdated to version 2020.2 (2020b)
Derick Rethans [Thu, 8 Oct 2020 14:19:48 +0000 (15:19 +0100)]
Updated to version 2020.2 (2020b)

4 years agoEmpty merge
Derick Rethans [Thu, 8 Oct 2020 14:19:48 +0000 (15:19 +0100)]
Empty merge

4 years agoUpdated to version 2020.2 (2020b)
Derick Rethans [Thu, 8 Oct 2020 14:19:47 +0000 (15:19 +0100)]
Updated to version 2020.2 (2020b)

4 years agoEmpty merge
Derick Rethans [Thu, 8 Oct 2020 14:19:47 +0000 (15:19 +0100)]
Empty merge

4 years agoUpdated to version 2020.2 (2020b)
Derick Rethans [Thu, 8 Oct 2020 14:19:46 +0000 (15:19 +0100)]
Updated to version 2020.2 (2020b)

4 years agoUpdated to version 2020.2 (2020b)
Derick Rethans [Thu, 8 Oct 2020 14:05:40 +0000 (15:05 +0100)]
Updated to version 2020.2 (2020b)

4 years agoEmpty merge
Derick Rethans [Thu, 8 Oct 2020 14:05:40 +0000 (15:05 +0100)]
Empty merge

4 years agoUpdated to version 2020.2 (2020b)
Derick Rethans [Thu, 8 Oct 2020 14:05:39 +0000 (15:05 +0100)]
Updated to version 2020.2 (2020b)

4 years agoEmpty merge
Derick Rethans [Thu, 8 Oct 2020 14:05:39 +0000 (15:05 +0100)]
Empty merge

4 years agoUpdated to version 2020.2 (2020b)
Derick Rethans [Thu, 8 Oct 2020 14:05:38 +0000 (15:05 +0100)]
Updated to version 2020.2 (2020b)

4 years agoMake Phar $format and $compression arguments nullable
Nikita Popov [Thu, 8 Oct 2020 11:12:22 +0000 (13:12 +0200)]
Make Phar $format and $compression arguments nullable

Rather than using Greg's birthday, use null to indicate that the
existing format/compression should be retained. For the format
simply using zero would be sufficient, but as the documentation
explicitly says that NULL is allowed here, we may as well make
that the truth.

4 years agoAccept bool in SoapClient::__doRequest
Nikita Popov [Thu, 8 Oct 2020 10:35:47 +0000 (12:35 +0200)]
Accept bool in SoapClient::__doRequest

$one_way is a boolean argument.

4 years agoFix imap test expectation which is still too strict for Windows
Christoph M. Becker [Thu, 8 Oct 2020 10:32:30 +0000 (12:32 +0200)]
Fix imap test expectation which is still too strict for Windows

4 years agoMerge branch 'PHP-7.4' into master
Christoph M. Becker [Thu, 8 Oct 2020 10:11:28 +0000 (12:11 +0200)]
Merge branch 'PHP-7.4' into master

* PHP-7.4:
  Fix too strict imap test expectations

4 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Thu, 8 Oct 2020 10:08:35 +0000 (12:08 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix too strict imap test expectations

4 years agoFix too strict imap test expectations
Christoph M. Becker [Thu, 8 Oct 2020 10:04:02 +0000 (12:04 +0200)]
Fix too strict imap test expectations

4 years agoFix potential mail related segfault on Windows
Christoph M. Becker [Thu, 8 Oct 2020 09:43:22 +0000 (11:43 +0200)]
Fix potential mail related segfault on Windows

`rpath` may be `NULL` here, in which case we must not access its
members.

4 years agoUpdate ext/com_dotnet parameter names
Christoph M. Becker [Thu, 8 Oct 2020 09:04:29 +0000 (11:04 +0200)]
Update ext/com_dotnet parameter names

Closes GH-6296.

4 years agoAccept bool in snmp_set_(quick|enum)_print()
Nikita Popov [Thu, 8 Oct 2020 09:11:51 +0000 (11:11 +0200)]
Accept bool in snmp_set_(quick|enum)_print()

The integer parameter here is actually a boolean.
snmp_set_quick_print() already documented it as such, and
snmp_get_quick_print() was already returning a boolean.

4 years agoUpdate ext/xsl parameter names
Nikita Popov [Wed, 7 Oct 2020 15:55:46 +0000 (17:55 +0200)]
Update ext/xsl parameter names

Additionally normalize to using $namespace rather than $uri for
namespace parameters, including in XMLReader and XMLWriter. I went
with that one as it is currently used by DOM, SimpleXML and XSL --
and our DOM parameter names follow the DOM specification.

Closes GH-6295.

4 years agoUpdate ext/xml parameter names
Nikita Popov [Thu, 8 Oct 2020 08:01:23 +0000 (10:01 +0200)]
Update ext/xml parameter names

Closes GH-6297.

4 years agoUpdate ext/dba parameter names
Nikita Popov [Wed, 7 Oct 2020 13:14:41 +0000 (15:14 +0200)]
Update ext/dba parameter names

Closes GH-6292.

4 years agoChange calling convention of zval_update_constant[_ex]() to fastcall.
Dmitry Stogov [Wed, 7 Oct 2020 23:04:38 +0000 (02:04 +0300)]
Change calling convention of zval_update_constant[_ex]() to fastcall.

4 years agoPass arguments to cdecl functions through preallocated stack slots
Dmitry Stogov [Wed, 7 Oct 2020 21:52:30 +0000 (00:52 +0300)]
Pass arguments to cdecl functions through preallocated stack slots

4 years agoAdd more hints for register allocator
Dmitry Stogov [Wed, 7 Oct 2020 17:38:52 +0000 (20:38 +0300)]
Add more hints for register allocator

4 years agoMerge branch 'PHP-7.4' into master
Christoph M. Becker [Wed, 7 Oct 2020 15:50:24 +0000 (17:50 +0200)]
Merge branch 'PHP-7.4' into master

* PHP-7.4:
  Fix #77040: tidyNode::isHtml() is completely broken

4 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Wed, 7 Oct 2020 15:47:40 +0000 (17:47 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #77040: tidyNode::isHtml() is completely broken

4 years agoFix #77040: tidyNode::isHtml() is completely broken
Christoph M. Becker [Wed, 7 Oct 2020 10:45:43 +0000 (12:45 +0200)]
Fix #77040: tidyNode::isHtml() is completely broken

The documentation of `tidyNode::isHtml()` states that this method
"checks if a node is part of a HTML document".  That is, of course,
nonsense, since a tidyNode is "an HTML node in an HTML file, as
detected by tidy."

What this method is actually supposed to do is to check whether a node
is an element (unless it is the root element).  This has been broken by
commit d8eeb8e[1], which assumed that `enum TidyNodeType` would
represent flags of a bitmask, what it does not.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=d8eeb8e28673236bca3f066ded75037a5bdf6378>

Closes GH-6290.

4 years agodon't display default value for variadic
Remi Collet [Wed, 7 Oct 2020 14:30:18 +0000 (16:30 +0200)]
don't display default value for variadic

4 years agoFixed incorrect behavior of observer API.
Dmitry Stogov [Wed, 7 Oct 2020 14:06:53 +0000 (17:06 +0300)]
Fixed incorrect behavior of observer API.

ZEND_HANDLE_EXCEPTION might call zend_observer_fcall_end() even if exception is cought by function. The fix moved zend_observer_fcall_end() into a right place and remove OBSERVER sepecialization for ZEND_HANDLE_EXCEPTION handler.

4 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 7 Oct 2020 13:03:56 +0000 (15:03 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fixed bug #80194

4 years agoFixed bug #80194
Nikita Popov [Wed, 7 Oct 2020 13:03:12 +0000 (15:03 +0200)]
Fixed bug #80194

We should strip NOPs from unreachable_free blocks as well, to make
sure that the free really is the first op.

4 years agoFix test
Christoph M. Becker [Wed, 7 Oct 2020 12:57:28 +0000 (14:57 +0200)]
Fix test

The upper limit is different for 32bit and 64bit, but we are testing
the lower limit only, so can use a placeholder.

4 years agoOptimize out MAY_BE_LONG +/- 0 and MAY_BE_DOUBLE +/- 0.0
Dmitry Stogov [Wed, 7 Oct 2020 12:23:17 +0000 (15:23 +0300)]
Optimize out MAY_BE_LONG +/- 0 and MAY_BE_DOUBLE +/- 0.0

4 years agoMerge branch 'PHP-7.4' into master
Christoph M. Becker [Wed, 7 Oct 2020 11:28:22 +0000 (13:28 +0200)]
Merge branch 'PHP-7.4' into master

* PHP-7.4:
  Fix #80185: jdtounix() fails after 2037

4 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Wed, 7 Oct 2020 11:24:55 +0000 (13:24 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #80185: jdtounix() fails after 2037

4 years agoFix #80185: jdtounix() fails after 2037
Christoph M. Becker [Wed, 7 Oct 2020 08:38:30 +0000 (10:38 +0200)]
Fix #80185: jdtounix() fails after 2037

There is no such thing as the "end of the unix epoch", and if it was,
it would certainly not be 2037-10-11T02:00:00.  There is, however,
potential integer overflow which we need to avoid.

Closes GH-6288.

4 years agoUpdate ext/ffi parameter names
Nikita Popov [Tue, 6 Oct 2020 12:34:03 +0000 (14:34 +0200)]
Update ext/ffi parameter names

Closes GH-6282.

4 years agoUpdate ext/spl parameter names
Nikita Popov [Tue, 6 Oct 2020 12:58:45 +0000 (14:58 +0200)]
Update ext/spl parameter names

Closes GH-6284.

4 years agoAvoid namespaced class symbol clashes in gen_stub
Nikita Popov [Wed, 7 Oct 2020 10:13:52 +0000 (12:13 +0200)]
Avoid namespaced class symbol clashes in gen_stub

Add the namespace prefix (using underscores) to both the arginfo
name and the method declaration name.

4 years agoSupport "static" type in gen_stub
Nikita Popov [Wed, 7 Oct 2020 09:34:14 +0000 (11:34 +0200)]
Support "static" type in gen_stub

4 years agoUpdate ext/tidy parameter names
Nikita Popov [Tue, 6 Oct 2020 12:49:04 +0000 (14:49 +0200)]
Update ext/tidy parameter names

Closes GH-6283.

4 years agoImprove parameter names in ext/sqlite3
Dharman [Tue, 15 Sep 2020 17:42:38 +0000 (18:42 +0100)]
Improve parameter names in ext/sqlite3

Closes GH-6264

4 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 6 Oct 2020 14:34:02 +0000 (16:34 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix bug #80126

4 years agoFix bug #80126
Nikita Popov [Tue, 6 Oct 2020 14:30:58 +0000 (16:30 +0200)]
Fix bug #80126

When performing an unlinked instanceof, we also need to consider
interfaces of parent classes, as they may not have been inherited
yet.

4 years agoEliminate check
Dmitry Stogov [Tue, 6 Oct 2020 12:50:37 +0000 (15:50 +0300)]
Eliminate check

4 years agoMake $use_less_memory a boolean parameter
Nikita Popov [Tue, 6 Oct 2020 11:07:21 +0000 (13:07 +0200)]
Make $use_less_memory a boolean parameter

4 years agoUpdate ext/bz2 parameter names
Nikita Popov [Tue, 6 Oct 2020 11:06:15 +0000 (13:06 +0200)]
Update ext/bz2 parameter names

Closes GH-6280.

4 years agoUpdate ext/pcntl parameter names
Nikita Popov [Tue, 6 Oct 2020 09:23:13 +0000 (11:23 +0200)]
Update ext/pcntl parameter names

Closes GH-6278.

4 years agoOptimize out double memory load
Dmitry Stogov [Tue, 6 Oct 2020 10:32:55 +0000 (13:32 +0300)]
Optimize out double memory load

4 years agoUpdate ext/sockets parameter names
Nikita Popov [Mon, 5 Oct 2020 14:53:13 +0000 (16:53 +0200)]
Update ext/sockets parameter names

Also change $max_length to $length in a number of filesystem APIs,
where our usage was inconsistent.

Closes GH-6276.

4 years agoUpdate ext/calendar parameter names
Nikita Popov [Tue, 6 Oct 2020 08:11:36 +0000 (10:11 +0200)]
Update ext/calendar parameter names

Closes GH-6277.

4 years agoFixed bug #80190
Nikita Popov [Tue, 6 Oct 2020 08:20:27 +0000 (10:20 +0200)]
Fixed bug #80190

4 years agoUpdate ext/posix parameter names
Nikita Popov [Mon, 5 Oct 2020 14:34:03 +0000 (16:34 +0200)]
Update ext/posix parameter names

Closes GH-6275.

4 years agoReview parameter names in ext/xmlreader
Dik Takken [Thu, 1 Oct 2020 18:55:36 +0000 (20:55 +0200)]
Review parameter names in ext/xmlreader

Closes GH-6255.

4 years agoDon't separate array parameter
Christoph M. Becker [Sat, 3 Oct 2020 11:39:37 +0000 (13:39 +0200)]
Don't separate array parameter

Closes GH-6243.

4 years agoExpose php_during_module_startup() and php_during_module_shutdown()
Sammy Kaye Powers [Fri, 2 Oct 2020 22:19:07 +0000 (15:19 -0700)]
Expose php_during_module_startup() and php_during_module_shutdown()

This can be handy when trying to determine if it is safe to access request globals amongst other things.

Closes GH-6265

4 years agoUse range inference to eliminate useless comparisons
Dmitry Stogov [Mon, 5 Oct 2020 19:33:45 +0000 (22:33 +0300)]
Use range inference to eliminate useless comparisons

4 years agoFix trace range inference
Dmitry Stogov [Mon, 5 Oct 2020 19:33:18 +0000 (22:33 +0300)]
Fix trace range inference

4 years agoMerge branch 'PHP-7.4' into master
Christoph M. Becker [Mon, 5 Oct 2020 15:48:44 +0000 (17:48 +0200)]
Merge branch 'PHP-7.4' into master

* PHP-7.4:
  Fix #46050: odbc_next_result corrupts prepared resource

4 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Mon, 5 Oct 2020 15:47:21 +0000 (17:47 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #46050: odbc_next_result corrupts prepared resource

4 years agoFix #46050: odbc_next_result corrupts prepared resource
Christoph M. Becker [Mon, 5 Oct 2020 15:46:37 +0000 (17:46 +0200)]
Fix #46050: odbc_next_result corrupts prepared resource

When resetting the result's values, we also have to reset its numcols.

4 years agoAdd @generate-legacy-arginfo tag
Nikita Popov [Mon, 5 Oct 2020 13:47:26 +0000 (15:47 +0200)]
Add @generate-legacy-arginfo tag

4 years agoUpdate PDO parameter names
Nikita Popov [Mon, 5 Oct 2020 11:06:59 +0000 (13:06 +0200)]
Update PDO parameter names

Followup to previous changes:
 * Use camel case, as PDO uses a camel case OO API.
 * Use &$var instead of &$bind_var or &$param.
 * Use $column instead of $index. We have cases (both inside PDO
   and in other DB exts) where columns can also be represented as
   strings, so $column is the safer generic name.

Closes GH-6272.

4 years agoImprove gen_stub.php - drop --legacy option, generate file is exists - add --help...
Remi Collet [Mon, 5 Oct 2020 13:20:16 +0000 (15:20 +0200)]
Improve gen_stub.php - drop --legacy option, generate file is exists - add --help option - add debug "Saved ..." message

4 years agoFix bug #80184
Nikita Popov [Mon, 5 Oct 2020 13:23:31 +0000 (15:23 +0200)]
Fix bug #80184

4 years agoReview parameter names in ext/pspell
Máté Kocsis [Thu, 1 Oct 2020 21:44:33 +0000 (23:44 +0200)]
Review parameter names in ext/pspell

Closes GH-6257

4 years agoReview parameter names in ext/zlib
Máté Kocsis [Thu, 1 Oct 2020 08:34:18 +0000 (10:34 +0200)]
Review parameter names in ext/zlib

Closes GH-6250

4 years agoThrow from XmlReader::expand() if DOM extension missing
Nikita Popov [Mon, 5 Oct 2020 10:31:48 +0000 (12:31 +0200)]
Throw from XmlReader::expand() if DOM extension missing

Otherwise it is hard to uphold the arginfo contract for this
function -- we cannot simply mirror the zpp call, as the class
entry it is based on does not exist.

4 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 5 Oct 2020 08:48:04 +0000 (10:48 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix -Wimplicit-function-declaration in configure

4 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Mon, 5 Oct 2020 08:46:46 +0000 (10:46 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix -Wimplicit-function-declaration in configure

4 years agoFix -Wimplicit-function-declaration in configure
Nikita Popov [Mon, 5 Oct 2020 08:43:58 +0000 (10:43 +0200)]
Fix -Wimplicit-function-declaration in configure

As this is an error with xcode 12, see bug #80171.