mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Drop unused, but confusing macro definition (GH-15541)
`PHP7DLLTS_EXPORTS` is not used throughout php-src, and it's unlikely
that it is used by any extension, especially since it still refers to
PHP 7. The symbol had been introduced in 2014[1], but is not even used
in latest PHP-7.4; probably it was just supposed to be used, or part of
phpng.
[1] <fc734cf95d
>
Since CI already ran for the PR, we can now [skip ci].
This commit is contained in:
parent
35fbb0061d
commit
6a51062c85
1 changed files with 1 additions and 1 deletions
|
@ -3241,7 +3241,7 @@ function toolset_setup_common_cflags()
|
|||
var envCFLAGS = WshShell.Environment("PROCESS").Item("CFLAGS");
|
||||
|
||||
// CFLAGS for building the PHP dll
|
||||
DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP7DLLTS_EXPORTS /D PHP_EXPORTS \
|
||||
DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP_EXPORTS \
|
||||
/D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=" + WINVER);
|
||||
|
||||
DEFINE('CFLAGS_PHP_OBJ', '$(CFLAGS_PHP) $(STATIC_EXT_CFLAGS)');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue