Skip to content

Remove bundled expat default support and rename --with-expat-dir to --with-expat #4678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 24 additions & 10 deletions reference/xml/configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,31 @@
<option role="configure">--disable-xml</option>
</para>
<!-- TODO the following needs researched and updated -->
<para>
These functions are enabled by default, using the bundled expat library.
You can disable XML support with
<option role="configure">--disable-xml</option>.
If you compile PHP as a module for Apache 1.3.9 or later, PHP will
automatically use the bundled <productname>expat</productname> library from
Apache. If you don't want to use the bundled expat library, configure
PHP with <option role="configure">--with-expat-dir=DIR</option>, where DIR should
point to the base installation directory of expat.
</para>
&windows.builtin;
<simplesect role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>7.4.0</entry>
<entry>
The <option role="configure">--with-libexpat-dir</option> has been renamed to
<option role="configure">--with-expat</option> and no longer accepts a directory argument.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</simplesect>
</section>

<!-- Keep this comment at the end of the file
Expand Down