Hi all!

As of this commit you no longer need 1GB RAM to run "php
configure.php", peaks at few mbs now.

On validation errors, by default, we only print out the raw error
message so configure.php should only take few seconds to run (even for
you Stas :P).
To get more details (i.e. filename&line causing the error) you can
pass --enable-xml-detailes to configure.php - this option however
requires "crazy" amount of RAM & CPU but is definitely worth it if you
can't figure out the error just from the message.

-Hannes


---------- Forwarded message ----------
From: Hannes Magnusson <[EMAIL PROTECTED]>
Date: Jan 28, 2008 7:47 PM
Subject: [DOC-CVS] cvs: phpdoc / configure.php
To: [EMAIL PROTECTED]


bjori           Mon Jan 28 18:47:55 2008 UTC

  Modified files:
    /phpdoc     configure.php
  Log:
  - Greatly improve performance when manual.xml contains no errors
  - Reduce the .manual.xml file size by 50%
  - Add --enable-xml-detailes (defaults to yes) option
        (useful when experiencing segfaults when validating)
  - Remove (bogus) XInclude errormessages during validation
  - Fixed wrong line (and E_NOTICE) on fatal error messages
  - Spread some new lines

Reply via email to