Ticket #1074 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

SuperClean throws warnings in PHP 5

Reported by: guest Owned by: gogo
Priority: normal Milestone:
Component: Plugin_SuperClean Version:
Severity: blocker Keywords:
Cc: charles@…

Description

SuperClean plugin throws warnings in PHP 5, you can see them by alerting content at line 64 of super-clean.js

Since the returned string contains the php warnings, the cleaning is rendered useless...

Call-time pass-by-reference has been deprecated in php 5

Change History

Changed 6 years ago by ray

rev [889]: does this fix it?

Changed 6 years ago by guest

Not quite, another error shows up : Notice, use of undefined constant E_NONE, assumed 'E_NONE' etc.

tidy.php on line 98

Changed 6 years ago by ray

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

fixed rev [891]: Oh, I was thinking E_NONE was a defined constant, but the PHP doc says differently

Note: See TracTickets for help on using tickets.