|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-29 01:13 UTC] mikemc-phpbugreport at contactdesigns dot com
[2002-08-22 11:41 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 22:00:01 2025 UTC |
This is a duplicate bug. I couldn't find any way to comment on the last on (id 11933). I am also experiencing this problem, but to answer one of the questions on the previous bug, I am not running the Zend Optimiser, (won't run on PPC arch). I am afraid i was not in a position to run gdb. Configure line: ?'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '-- enable-bcmath' '--with-zlib' '--with-gd=shared' '--with- mysql=/usr/local/mysql' '--with-jpeg-dir=/usr/local/lib' '- -with-freetype-dir=/usr/include' '--with-png-dir=/usr/ local/lib' Also the array_map function is called three times with the same function but different arrays. This is my custom function: function jumpURL($fileName) { return('<a href="?action=jump&jump= '.base64_encode($fileName).'" target="_top">'.$fileName.'</ a>'); } And this is the offending call: $out = array_map('jumpURL',$out);