nlopess         Wed Nov 30 18:50:16 2005 EDT

  Modified files:              
    /phpdoc/en/install/windows  building.xml 
  Log:
  a release build of libresolv can also link with php debug mode
  
http://cvs.php.net/diff.php/phpdoc/en/install/windows/building.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/install/windows/building.xml
diff -u phpdoc/en/install/windows/building.xml:1.8 
phpdoc/en/install/windows/building.xml:1.9
--- phpdoc/en/install/windows/building.xml:1.8  Wed Nov 30 15:33:45 2005
+++ phpdoc/en/install/windows/building.xml      Wed Nov 30 18:50:13 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <sect1 id="install.windows.building">
  <title>Building from source</title>
  <para>
@@ -154,7 +154,7 @@
    You must build the <filename>resolv.lib</filename> library. Decide whether
    you want to have debug symbols available (bindlib - Win32 Debug) or not
    (bindlib - Win32 Release), but please remember the choice you made, because
-   you'll have to build PHP in the same way, or you may get linking errors.
+   the debug build will only link with PHP when it is also built in debug mode.
    Build the appropriate configuration:
    <itemizedlist>
     <listitem>

Reply via email to