http://pear.php.net/ pear-webmaster@lists.php.net pear-webmaster@lists.php.net en-us Latest releases of php_compat The latest releases for the package php_compat PHP_Compat 1.6.0a3 http://pear.php.net/package/PHP_Compat/download/1.6.0a3/ QA Release<br /> Bug #7402 Missing unit tests hm2k<br /> Bug #15409 Broken unit tests arpad<br /> Bug #15531 getmxrr() support for windows hm2k<br /> Bug #15532 ini_set('register_globals', 'off'); not required hm2k<br /> Bug #15537 IIS REQUEST_URI compatibility hm2k<br /> Bug #15539 PHP_EOL link is incorrect. hm2k<br /> Bug #15540 htmlspecialchars has incorrect "since" arpad<br /> Bug #15684 Add str_getcsv support for 5.1.0 + arpad<br /> Bug #15688 PATHINFO_FILENAME hm2k<br /> Bug #15698 Typo in str_ireplace.php hm2k<br /> Bug #15707 file_get_contents has incomplete support arpad<br /> Bug #16157 Missing argument 5 for setrawcookie() hm2k<br /> Bug #16158 Win Seven Fatal error: Cannot call __clone() method on objects arpad<br /> Bug #16191 fprintf parameters lost arpad<br /> Bug #16462 add json_decode-function that behaves like in PHP5.2 hm2k<br /> Bug #16921 PHP_Compat includes functions that no version of PHP does hm2k<br /> Bug #16922 bad minimum reqirements - getopt hm2k<br /> Bug #16945 Spelling error in long desc saltybeagle 2010年10月05日T15:54:22-05:00 doconnor PHP_Compat 1.6.0a2 http://pear.php.net/package/PHP_Compat/download/1.6.0a2/ * Fix Bug #11206: clone() bug [aidan]<br /> * Fix Bug #11631: Missing '}' in loadFunction() [aidan]<br /> * Fix Bug #12158: wrong function name [arpad]<br /> * Fix Bug #12301: Compat calls php 5 function [arpad]<br /> * Fix Bug #13018: Curly bracket missing [aidan]<br /> * Fix Bug #13165: array_fill() not matching output from V5.3.0-dev. [arpad]<br /> * Fix Bug #14138: htmlspecialchars_decode() converts irreversibly [arpad]<br /> * Fix Bug #14824: Invalid sections formats in test file(s) (unit tests) [arpad]<br /> * Fix Bug #14891: Parse error: syntax error, unexpected '}' in<br /> /home/clockwerx/pear/PHP_Compat/Co [arpad]<br /> * Fix Bug #15119: Patch and tests for getopt() [aidan]<br /> * Implement Feature #11205: register globals SERVER not SESSION [arpad]<br /> * Implement Feature #12227: sys_get_temp_dir missing [aidan]<br /> * Implement Feature #13400: php_ini_loaded_file() [aidan]<br /> * Implement Feature #14687: htmlspecialchars missing 4th parameter [aidan] 2008年11月24日T05:02:31-05:00 aidan PHP_Compat 1.6.0a1 http://pear.php.net/package/PHP_Compat/download/1.6.0a1/ Added more components:<br /> * array_fill<br /> * Hyperbolic and inverse hyperbolic math functions<br /> * glob<br /> * is_callable<br /> Added more components with changed parameters:<br /> * array_splice<br /> * microtime<br /> * mkdir<br /> * range<br /> * setcookie<br /> * setrawcookie<br /> <br /> Added new Environment module<br /> * register_globals<br /> * magic_quotes_gpc<br /> * magic_quotes_sybase<br /> * register_argc_argv<br /> * register_long_arrays<br /> Changed the way PHP_Compat stores functions.<br /> * Function declaration is prefixed with php_compat_<br /> * Dummy declaration calls php_compat_ function<br /> This allows for redefinition of functions with changed parameters.<br /> Added support for packages which modify the function tables at runtime<br /> * PHP_Compat::loadFunction now tries to rename the old function on load<br /> This further supports redefinition of functions with changed parameters.<br /> * Fix Bug #1956: stripos - not returning false [aidan]<br /> * Fix Bug #3190: [PATCH] md5_file() depends on possibly nonexistent file_get_contents() [aidan]<br /> * Fix Bug #3572: Use of addslashes() adds too much backslashes [aidan]<br /> * Fix Bug #3586: bug in str_word_count.php code [aidan]<br /> * Fix Bug #4605: debug_print_backtrace - Object to string conversion [aidan]<br /> * Fix Bug #4851: var_export severely broken! (new implementation attached) [aidan]<br /> * Fix Bug #6293: array_intersect_key produces incorrect results with more than 2 arguments [arpad]<br /> * Fix Bug #6560: missing 'Function/property_exists.php' when installed with pear [aidan]<br /> * Fix Bug #6687: array_intersect_key() fails due to func_get_args() [arpad]<br /> * Fix Bug #6758: notice errors with debug_print_backtrace and call_user_func_array usage [arpad]<br /> * Fix Bug #6922: Space after php close markup in Function/mime_content_type.php [arpad]<br /> * Fix Bug #7520: cyclic reference cloning causes timeout [aidan]<br /> * Fix Bug #8338: convert_uudecode removes spaces from line ends, causing corruption [aidan]<br /> * Fix Bug #8864: magic quotes gpc emulation missing server vars [arpad]<br /> * Fix Bug #9042: Various uninitialized variables [aidan]<br /> * Fix Bug #9043: Various issues in str_shuffle [aidan]<br /> * Fix Bug #9687: array_*_key function(s) slow [aidan]<br /> * Fix Bug #9983: Function [array_udiff_uassoc()] is incorrectly implemented [arpad]<br /> * Implement Feature #4372: addition of glob() function for php < 4.3.0 [arpad]<br /> * Implement Feature #7139: PHP 5.1.1 Datetime Constants [arpad]<br /> * Implement Feature #7403: str_ireplace too slow [arpad]<br /> * Implement Feature #7414: making var_export() generating correct PHP code with nested objects [arpad]<br /> * Implement Feature #8208: is_callable missing in php 4.0.4, 4.0.5 [arpad]<br /> * Implement Feature #9187: Adding httponly to setcookie/setrawcookie (new in php 5.2) [aidan]<br /> * Implement Feature #9659: The userdata parameter isn't correctly send to the recursive call [arpad]<br /> * Implement Feature #10177: add most recent UPLOAD ERR constants [arpad] 2007年05月08日T10:16:40-05:00 aidan PHP_Compat 1.5.0 http://pear.php.net/package/PHP_Compat/download/1.5.0/ Added more components:<br /> * is_scalar<br /> * property_exists<br /> * inet_pton<br /> * inet_ntop<br /> * bcinvert<br /> * bcpowmod<br /> * mime_content_type<br /> * time_sleep_until<br /> * array_product<br /> * idate<br /> Bug fixes:<br /> * Fixed #4783 (PATH_SEPARATOR)<br /> * Fixed #4788 (version_compare)<br /> * Fixed #4851 (var_export)<br /> * Fixed #5049 (strripos)<br /> * Fixed #5078 (str_shuffle)<br /> * Fixed #5691 (fputcsv)<br /> * Fixed #5469 (md5_file)<br /> * Fixed #6082 (file_put_contents)<br /> RC bug fixes:<br /> * Fixed #6184 (idate) 2005年12月14日T21:23:21-05:00 aidan PHP_Compat 1.5.0RC1 http://pear.php.net/package/PHP_Compat/download/1.5.0RC1/ Added more components:<br /> * is_scalar<br /> * property_exists<br /> * inet_pton<br /> * inet_ntop<br /> * bcinvert<br /> * bcpowmod<br /> * mime_content_type<br /> * time_sleep_until<br /> * array_product<br /> * idate<br /> Bug fixes:<br /> * Fixed #4783 (PATH_SEPARATOR)<br /> * Fixed #4788 (version_compare)<br /> * Fixed #4851 (var_export)<br /> * Fixed #5049 (strripos)<br /> * Fixed #5078 (str_shuffle)<br /> * Fixed #5691 (fputcsv)<br /> * Fixed #5469 (md5_file)<br /> * Fixed #6082 (file_put_contents) 2005年12月05日T16:42:21-05:00 aidan PHP_Compat 1.4.1 http://pear.php.net/package/PHP_Compat/download/1.4.1/ Added more components:<br /> * fputcsv<br /> * htmlspecialchars_decode<br /> Bug fixes:<br /> * Fixed declaration of debug_print_backtrace<br /> * Fixed number of bugs in strripos<br /> * Fixed bugs with large offsets in str_split 2005年06月18日T10:12:07-05:00 aidan PHP_Compat 1.4.0 http://pear.php.net/package/PHP_Compat/download/1.4.0/ Added more components:<br /> * DIRECTORY_SEPARATOR<br /> * pg_affected_rows<br /> * pg_unescape_bytea<br /> * pg_escape_bytea<br /> * ibase_timefmt<br /> * get_headers<br /> * debug_print_backtrace<br /> * mhash<br /> Bug fixes:<br /> * Improved loadVersion method<br /> * Fixed bug in clone 2005年05月10日T08:16:03-05:00 aidan PHP_Compat 1.3.1 http://pear.php.net/package/PHP_Compat/download/1.3.1/ Fixed problems with loadVersion 2004年11月23日T10:26:41-05:00 aidan PHP_Compat 1.3.0 http://pear.php.net/package/PHP_Compat/download/1.3.0/ Added more components:<br /> * array_diff_key <br /> * array_diff_ukey<br /> * array_diff_uassoc<br /> * array_intersect_assoc<br /> * array_intersect_key<br /> * array_intersect_uassoc<br /> * array_intersect_ukey<br /> * floatval<br /> * ini_get_all<br /> * md5_file<br /> * clone<br /> * PHP_EOL<br /> * UPLOAD_ERR (File upload constants)<br /> * T (Tokenizer constants)<br /> <br /> Added loadVersion():<br /> * Allows automatic loading of all components<br /> * or, loading all components until a given version of PHP is reached. 2004年11月22日T05:48:21-05:00 aidan PHP_Compat 1.2.0 http://pear.php.net/package/PHP_Compat/download/1.2.0/ Added more components:<br /> * str_word_count<br /> * str_rot13<br /> * convert_uuencode<br /> * convert_uudecode<br /> * strpbrk<br /> * array_walk_recursive<br /> * array_uintersect_assoc<br /> * array_uintersect_uassoc<br /> * array_uintersect<br /> * array_udiff_uassoc<br /> * str_shuffle<br /> * substr_compare<br /> * get_include_path<br /> * set_include_path<br /> * restore_include_path<br /> * php_strip_whitespace 2004年09月12日T09:54:38-05:00 aidan

AltStyle によって変換されたページ (->オリジナル) /