[wp-trac] [WordPress Trac] #10236: Fatal error: Maximum execution
time of 60 seconds exceeded in
C:\xampp\_root_wordpress28_be\wp-includes\pomo\streams.php on line
26
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 22 19:51:10 GMT 2009
#10236: Fatal error: Maximum execution time of 60 seconds exceeded in
C:\xampp\_root_wordpress28_be\wp-includes\pomo\streams.php on line 26
--------------------------+-------------------------------------------------
Reporter: codestyling | Owner: nbachiyski
Type: defect (bug) | Status: new
Priority: high | Milestone: 2.8.1
Component: i18n | Version: 2.8
Severity: blocker | Keywords: crash re-created
--------------------------+-------------------------------------------------
The re-write of localization feature again introduces a well know issue
already handled based on my prior patch suggestion and re-arranged by
westi at
[http://core.trac.wordpress.org/attachment/ticket/5599/5599.alternate.diff]
Because you wrote a new ''streams.php'' inside the POMO folders, the same
crash happens again, if the ''php.ini'' has a function overload defined:
{{{
; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
mbstring.func_overload = 2
}}}
Please re-apply this patch or write a workarround, but keep in mind, that
at least some languages form asian/pacific market will have this overload
enabled !
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10236>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list