#1027: Warning: Call-time pass-by-reference has been deprecated
--------------------------------------------+-------------------------------
  Reporter:  EK_123                         |       Owner:        
      Type:  Bug                            |      Status:  closed
  Priority:  Normal                         |   Milestone:        
 Component:  Project : MediaWiki+FCKeditor  |     Version:        
Resolution:  worksforme                     |    Keywords:        
--------------------------------------------+-------------------------------
Changes (by wwalc):

  * status:  reopened => closed
  * resolution:  => worksforme

Comment:

 Sorry, I'm closing this as "worksforme" because I can't reproduce it (with
 `allow_call_time_pass_reference = Off` set in php.ini).

 Changing $title into &$title in function declaration can't produce "Page
 not found" error, there must some additional thing that causes this error
 in your installation, check error log.

 Declaration used in FCKeditorParser.body.php
 {{{
 parse( $text, &$title, $options, $linestart = true, $clearState = true,
 $revid = null )
 }}}
 is the same as in includes/Parser.php so there shouldn't be any problems
 with it.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1027#comment:12>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to