source: branches/version-2_13_0/data/module/PEAR/FixPHP5PEARWarnings.php @ 23125

Revision 23125, 153 bytes checked in by kimoto, 11 years ago (diff)

#2275 PEAR更新
不要なrequire_onceの削除
レガシーなPEARモジュールは使わない
SearchReplace?.phpのパスが間違っているので修正

Line 
1<?php
2if ($skipmsg) {
3    $a = &new $ec($code, $mode, $options, $userinfo);
4} else {
5    $a = &new $ec($message, $code, $mode, $options, $userinfo);
6}
7?>
Note: See TracBrowser for help on using the repository browser.