From: Eloi G. <ada...@us...> - 2011-01-02 23:34:34
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17872/docs Modified Files: Changes.txt Log Message: + Assigning the return value of new by reference is deprecated in PHP 5. Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** Changes.txt 26 Feb 2009 23:47:29 -0000 1.49 --- Changes.txt 2 Jan 2011 23:34:27 -0000 1.50 *************** *** 7,10 **** --- 7,11 ---- + All tags are now stripped out of the summary text in the title link alt property. + Fixed Bug Report [ 2631456 ] - AM 4.21 permission bug + + Assigning the return value of new by reference is deprecated in PHP 5. ======================== |