Ticket #130 (closed defect: invalid)

Opened 10 months ago

Last modified 6 months ago

Phing broken with PHP6

Reported by: karsten@typo3.org Assigned to: hans
Priority: blocker Milestone: 3.0
Component: phing-core Version: devel
Keywords: Cc:

Description

Using latest Phing (full package, as PEAR is broken with PHP6 as well) I get this:

fivezero phing # bin/phing -v

Parse error: syntax error, unexpected T_IMPORT, expecting T_STRING or T_VARIABLE or '$' in /usr/local/phing/classes/phing/Phing.php on line 561

Attachments

Change History

07/29/07 21:17:43 changed by hans

  • milestone set to 3.0.

Yes, the plan is that as soon as we release 2.3.0, we will branch Phing and begin work on a PHP6-compatible version (and probably a version that uses the new features of PHP6, like namespaces).

11/15/07 13:15:46 changed by hans

  • status changed from new to closed.
  • resolution set to invalid.

Actually, this is no longer true, since PHP now uses "use". (And Phing was apparently one of the projects on the list that prompted this change.) Of course, we are still switching to use namespaces. See #188.


Add/Change #130 (Phing broken with PHP6)




Action