﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
13437,Segfault in function admin_url when not using casting (string),dz0ny,,"Hello,

there is unresolved bug with php 5.2.x(see http://bugs.php.net/bug.php?id=47522), which causes segfault in all distributions and with multiple frameworks(Zend, qubit-toolkit...), the solution so far is to cast return value as string.

Solution is:
in wp-includes/link-template.php
{{{
function admin_url( $path = '', $scheme = 'admin' ) {
	return (string)get_admin_url(null, $path, $scheme);
}
}}}",defect (bug),closed,normal,,Multisite,3.0,normal,worksforme,has-patch reporter-feedback,
