mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
fix warning for shared debug
fix test bug26384 - WS issue
This commit is contained in:
parent
72f73b7785
commit
44f59d6d7f
3 changed files with 26 additions and 19 deletions
|
@ -20,6 +20,10 @@ if (PHP_XSL != "no") {
|
||||||
AC_DEFINE("HAVE_XSL", 1, "Define if xsl extension is enabled");
|
AC_DEFINE("HAVE_XSL", 1, "Define if xsl extension is enabled");
|
||||||
if (! PHP_XSL_SHARED) {
|
if (! PHP_XSL_SHARED) {
|
||||||
ADD_FLAG("CFLAGS_XSL", "/D DOM_EXPORTS /D LIBXML_STATIC");
|
ADD_FLAG("CFLAGS_XSL", "/D DOM_EXPORTS /D LIBXML_STATIC");
|
||||||
|
} else {
|
||||||
|
if (PHP_DEBUG == "yes") {
|
||||||
|
ADD_FLAG("LDFLAGS_XSL", "/nodefaultlib:msvcrt");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
WARNING("xsl not enabled; libraries and headers not found");
|
WARNING("xsl not enabled; libraries and headers not found");
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<AREA_NAME>
|
<AREA_NAME>
|
||||||
<ROW>
|
<ROW>
|
||||||
<AREA_CODE>13</AREA_CODE>
|
<AREA_CODE>13</AREA_CODE>
|
||||||
|
@ -7,3 +8,5 @@
|
||||||
</ROW>
|
</ROW>
|
||||||
</AREA_NAME>
|
</AREA_NAME>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue