Development

#3544 (namespace is a reserved word in Propel13)

You must first sign up to be able to contribute.

Ticket #3544 (closed defect: fixed)

Opened 7 months ago

Last modified 2 months ago

namespace is a reserved word in Propel13

Reported by: advicepig Assigned to: xavier
Priority: minor Milestone: plugins
Component: sfPropelActAsCommentablePlugin Version: 1.0.16
Keywords: Cc:
Qualification: Unreviewed

Description

Propel13 fails to build for sfPropelActAsCommentableBehavior since namespace is a reserved word in Propel13 (and php 6, whenever that comes around...)

Using Symfony 1.0.16-PRE and Propel13, propel-13-build-all-load appname fails due to the use of the reserved word.

Change History

09/22/08 19:58:18 changed by xavier

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

(In [11734]) sfPropelActAsCommentableBehaviorPlugin: made plugin compatible with Propel 1.3 - fixes #3544