
|
[dokuwiki]
||
[Date Prev]
[01-2006 Date Index]
[Date Next]
||
[Thread Prev]
[01-2006 Thread Index]
[Thread Next]
[dokuwiki] array_merge fix
- From: Danny Trommer <dantro@xxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Wed, 11 Jan 2006 04:48:37 +0100
Hi,
This relates to the latest devel release.
I figured out a problem DokuWiki has with PHP ver. 5.0.5+.
Due to a bad array_merge code implementation DokuWiki generates warnings
in the generated css files.
Just save a shown DokuWiki [Edit] page to your HD and check the sylesheets.
To fix the error array_merge($a, $b); must be array_merge((array)$a,
(array)$b); to make sure two arrays get merged by array_merge.
Regards,
Danny Trommer
--
The Beastie Museum (BM)
http://www.beastiemuseum.com
Phone : +49 (0) 345 6819402
Mobile : +49 (0) 173 1677313
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|