#235: PHC command line has changed
-------------------------+--------------------------------------------------
  Reporter:  H4ck3rm1k3  |        Type:  bug      
    Status:  reopened    |    Priority:  trivial  
 Milestone:              |   Component:  language 
   Version:  trunk       |    Severity:  low      
Resolution:              |    Keywords:  phc, xslt
      Lang:  php         |       Patch:           
  Platform:  linux       |  
-------------------------+--------------------------------------------------

Comment(by H4ck3rm1k3):

 Index: src/common/pipp.pir
 ===================================================================
 --- src/common/pipp.pir (Revision 34015)
 +++ src/common/pipp.pir (Arbeitskopie)
 @@ -216,7 +216,7 @@

      # work with the XML generated by PHC, the PHP Compiler
      err_msg = 'Creating XML-AST with phc failed'
 -    cmd = 'phc --dump-ast-xml '
 +    cmd = 'phc --dump-xml=ast '
      concat cmd, source_fn
      concat cmd, '> pipp_phc_ast.xml'
      ret = spawnw cmd
 Index: src/phc/phc_xml_to_past_xml.xsl

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/235#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to