r93349 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93348
|
r93349
|
r93350
>
Date:
00:28, 28 July 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Followup
r93343
Swap function_exists for MWInit::functionExists()
Modified paths:
/trunk/phase3/includes/profiler/ProfilerSimpleUDP.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/profiler/ProfilerSimpleUDP.php
—
—
@@ -20,7 +20,7 @@
21
21
return;
22
22
}
23
23
24
- if ( !function_exists( 'socket_create' ) ) {
24
+ if ( !MWInit::functionExists( 'socket_create' ) ) {
25
25
# Sockets are not enabled
26
26
return;
27
27
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r93343
make sure sockets are enabled
kaldari
23:54, 27 July 2011
Status & tagging log
04:46, 28 July 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r93349
[
removed:
new
added:
ok]