Skip to content

Commit c821c5b

Browse files
author
Rob Richards
committed
export libxml2 and iconv symbols
extensions no longer link against either of those
1 parent 8fa4e39 commit c821c5b

7 files changed

Lines changed: 30 additions & 28 deletions

File tree

ext/dom/dom.dsp

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/iconv/iconv.dsp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/simplexml/simplexml.dsp

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/xmlrpc/xmlrpc.dsp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/xsl/xsl.dsp

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

win32/builddef.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
rem Generate phpts.def file, which exports symbols from our dll that
33
rem are present in some of the libraries which are compiled statically
44
rem into PHP
5-
rem $Id: builddef.bat,v 1.3 2003-12-05 19:51:52 fmk Exp $
5+
rem $Id: builddef.bat,v 1.4 2003-12-08 12:56:47 rrichards Exp $
66
type ..\ext\sqlite\php_sqlite.def
7+
type ..\ext\libxml\php_libxml2.def

0 commit comments

Comments
 (0)