logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core / package-PEAR.xml /PEAR ErrorStack.php /PEAR/PackageFile : msg#00112

Subject: cvs: pear-core / package-PEAR.xml /PEAR ErrorStack.php /PEAR/PackageFile v2.php /PEAR/PackageFile/Generator v1.php
cellog          Sat Sep 11 00:21:11 2004 EDT

  Modified files:              
    /pear-core/PEAR     ErrorStack.php 
    /pear-core/PEAR/PackageFile/Generator       v1.php 
    /pear-core/PEAR/PackageFile v2.php 
    /pear-core  package-PEAR.xml 
  Log:
  fix PEAR_ErrorStack - exception blows up if code is not an integer
  add easy generation of package.xml version 2.0 from version 1.0 without need 
for xsl.
  in php5:
  <?php
  $a = new PEAR_PackageFile;
  $pf = $a->fromPackageFile('package.xml');
  $newxml = $pf->getDefaultGenerator()->toV2()->getDefaultGenerator()->toXml();
  ?>
  fix validation for package.xml version 2.0
  fix many small bugs in PEAR_PackageFile*_v2
  

Attachment: cellog-20040911002111.txt
Description: Text document

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
<Prev in Thread] Current Thread [Next in Thread>