1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>PHP_Compat</name>
<channel>pear.php.net</channel>
<summary>Provides components to achieve PHP version independence</summary>
<description>PHP_Compat provides drop-in functions and constants for compatibility with newer versions of PHP, environment emulation, and an API to allow for version independent authoring.</description>
<lead>
<name>Aidan Lister</name>
<user>aidan</user>
<email>aidan@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Arpad Ray</name>
<user>arpad</user>
<email>arpad@php.net</email>
<active>yes</active>
</lead>
<date>2010-10-06</date>
<time>01:23:18</time>
<version>
<release>1.6.0a3</release>
<api>1.6.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
QA Release
Bug #7402 Missing unit tests hm2k
Bug #15409 Broken unit tests arpad
Bug #15531 getmxrr() support for windows hm2k
Bug #15532 ini_set('register_globals', 'off'); not required hm2k
Bug #15537 IIS REQUEST_URI compatibility hm2k
Bug #15539 PHP_EOL link is incorrect. hm2k
Bug #15540 htmlspecialchars has incorrect "since" arpad
Bug #15684 Add str_getcsv support for 5.1.0 + arpad
Bug #15688 PATHINFO_FILENAME hm2k
Bug #15698 Typo in str_ireplace.php hm2k
Bug #15707 file_get_contents has incomplete support arpad
Bug #16157 Missing argument 5 for setrawcookie() hm2k
Bug #16158 Win Seven Fatal error: Cannot call __clone() method on objects arpad
Bug #16191 fprintf parameters lost arpad
Bug #16462 add json_decode-function that behaves like in PHP5.2 hm2k
Bug #16921 PHP_Compat includes functions that no version of PHP does hm2k
Bug #16922 bad minimum reqirements - getopt hm2k
Bug #16945 Spelling error in long desc saltybeagle
</notes>
<contents>
<dir baseinstalldir="PHP" name="/">
<file baseinstalldir="PHP" md5sum="8eaa3850113620c140a0c01e23c73422" name="Compat/Components.php" role="php" />
<file baseinstalldir="PHP" md5sum="b3ca56b3347b75ee8347f0770e424b51" name="Compat/Constant/DATE.php" role="php" />
<file baseinstalldir="PHP" md5sum="929d964fe22dfc8aa0c4dfa4e2211b56" name="Compat/Constant/DIRECTORY_SEPARATOR.php" role="php" />
<file baseinstalldir="PHP" md5sum="09f3dbf098bf70e117ce11aa058e9b06" name="Compat/Constant/E_STRICT.php" role="php" />
<file baseinstalldir="PHP" md5sum="fee6f4fc0b0090fdf55636299b2599d5" name="Compat/Constant/FILE.php" role="php" />
<file baseinstalldir="PHP" md5sum="4f794159af6a69233f99bdc4e4c4014f" name="Compat/Constant/PATH_SEPARATOR.php" role="php" />
<file baseinstalldir="PHP" md5sum="180e062e1b8ac44be328f2e0990b51aa" name="Compat/Constant/PHP_EOL.php" role="php" />
<file baseinstalldir="PHP" md5sum="047b324bf2b1bae7532e7c0544f01479" name="Compat/Constant/STD.php" role="php" />
<file baseinstalldir="PHP" md5sum="f828c8e69cc3c3ceac949376fc708ecb" name="Compat/Constant/T.php" role="php" />
<file baseinstalldir="PHP" md5sum="6940121ebfd71f3d42fb6b5ef6287bcf" name="Compat/Constant/UPLOAD_ERR.php" role="php" />
<file baseinstalldir="PHP" md5sum="7375d81b060f269f9c186efc726e8f08" name="Compat/Constant/__DIR__.php" role="php" />
<file baseinstalldir="PHP" md5sum="2bf0057c917b38958640da8b47c12ed8" name="Compat/Environment/magic_quotes_gpc_off.php" role="php" />
<file baseinstalldir="PHP" md5sum="a44370ed3b1474d30b044798b3d17676" name="Compat/Environment/magic_quotes_gpc_on.php" role="php" />
<file baseinstalldir="PHP" md5sum="6bbafaaca10fa27f252747192f94bb4e" name="Compat/Environment/magic_quotes_sybase_off.php" role="php" />
<file baseinstalldir="PHP" md5sum="74d2704268c6a94a27fa4a3399bb92eb" name="Compat/Environment/magic_quotes_sybase_on.php" role="php" />
<file baseinstalldir="PHP" md5sum="969a82ff5368de7c0da05a478afcbd72" name="Compat/Environment/register_argc_argv_off.php" role="php" />
<file baseinstalldir="PHP" md5sum="c960ee7be772794754b62d2b6ed236cb" name="Compat/Environment/register_globals_off.php" role="php" />
<file baseinstalldir="PHP" md5sum="8e250de5f15381a84eb331f099b8ed98" name="Compat/Environment/register_globals_on.php" role="php" />
<file baseinstalldir="PHP" md5sum="bac40927300fcae6f4378c2153b70e54" name="Compat/Environment/register_long_arrays_off.php" role="php" />
<file baseinstalldir="PHP" md5sum="b5433d16d04a5cbe322575431ad96fde" name="Compat/Environment/register_long_arrays_on.php" role="php" />
<file baseinstalldir="PHP" md5sum="71cd232f7f4b4285770d034a43d25946" name="Compat/Environment/request_uri.php" role="php" />
<file baseinstalldir="PHP" md5sum="ce0fbbed019c815ef210a1f097016881" name="Compat/Environment/_magic_quotes_inputs.php" role="php" />
<file baseinstalldir="PHP" md5sum="5cae7055e90d4141ce806f8d37a36b91" name="Compat/Function/acosh.php" role="php" />
<file baseinstalldir="PHP" md5sum="e8b686d3bee0e5517a68710e487f92d3" name="Compat/Function/array_change_key_case.php" role="php" />
<file baseinstalldir="PHP" md5sum="ee9a1b557dbd550d879e358b6cd804eb" name="Compat/Function/array_chunk.php" role="php" />
<file baseinstalldir="PHP" md5sum="2624cd7e20fab4e5d6bb078596ca46e7" name="Compat/Function/array_combine.php" role="php" />
<file baseinstalldir="PHP" md5sum="a1c508026d94579f35c832dc14589057" name="Compat/Function/array_diff_assoc.php" role="php" />
<file baseinstalldir="PHP" md5sum="14b56d080d8501698016c27513e56b56" name="Compat/Function/array_diff_key.php" role="php" />
<file baseinstalldir="PHP" md5sum="9e7e784540b860d96ae0ab925db2df34" name="Compat/Function/array_diff_uassoc.php" role="php" />
<file baseinstalldir="PHP" md5sum="6b14add5b38263882889c91a20a12d5e" name="Compat/Function/array_diff_ukey.php" role="php" />
<file baseinstalldir="PHP" md5sum="dcd94adb339951883298bc4bdbdfabc9" name="Compat/Function/array_fill.php" role="php" />
<file baseinstalldir="PHP" md5sum="1e42ce01a08dca0f205e46f42f2b52f0" name="Compat/Function/array_intersect_assoc.php" role="php" />
<file baseinstalldir="PHP" md5sum="f87a8911e337e20246cfaea47d2ccb07" name="Compat/Function/array_intersect_key.php" role="php" />
<file baseinstalldir="PHP" md5sum="f8c6ffbc82b2dc31e955aaa5bfe2b76d" name="Compat/Function/array_intersect_uassoc.php" role="php" />
<file baseinstalldir="PHP" md5sum="a7c7cfd7a689a56036e53eae283590e1" name="Compat/Function/array_intersect_ukey.php" role="php" />
<file baseinstalldir="PHP" md5sum="667489c6b7c61e39be7e1115c9e28c66" name="Compat/Function/array_key_exists.php" role="php" />
<file baseinstalldir="PHP" md5sum="829228185948eeda4190a4e934faf5fb" name="Compat/Function/array_product.php" role="php" />
<file baseinstalldir="PHP" md5sum="d3a5bb71ee43b2b606409ad9f4281f37" name="Compat/Function/array_search.php" role="php" />
<file baseinstalldir="PHP" md5sum="333ca87940ae1811ca8ec1e2c5fded2c" name="Compat/Function/array_slice.php" role="php" />
<file baseinstalldir="PHP" md5sum="208ecb9d6183addb8abcb80dfa614054" name="Compat/Function/array_udiff.php" role="php" />
<file baseinstalldir="PHP" md5sum="d5a366fa50a06c4f365640ddde4fd3b8" name="Compat/Function/array_udiff_assoc.php" role="php" />
<file baseinstalldir="PHP" md5sum="3b072a38cf2884df4c9414edd8802557" name="Compat/Function/array_udiff_uassoc.php" role="php" />
<file baseinstalldir="PHP" md5sum="5f9e4b12fe1537468e00c6378b44f9de" name="Compat/Function/array_uintersect.php" role="php" />
<file baseinstalldir="PHP" md5sum="c4fb9ed3cd9b2b9f9e4115aae2eee30e" name="Compat/Function/array_uintersect_assoc.php" role="php" />
<file baseinstalldir="PHP" md5sum="bbb9745f6a9b03bdc26be91c30fbcff5" name="Compat/Function/array_uintersect_uassoc.php" role="php" />
<file baseinstalldir="PHP" md5sum="5f422324073e7022b605ad1fa82cd4a7" name="Compat/Function/array_walk_recursive.php" role="php" />
<file baseinstalldir="PHP" md5sum="ea923f0b565be7c18b49d59801621cbb" name="Compat/Function/asinh.php" role="php" />
<file baseinstalldir="PHP" md5sum="bc217435e35ae35e4bc5878904167301" name="Compat/Function/atanh.php" role="php" />
<file baseinstalldir="PHP" md5sum="6da5d3e85a56db4fc7e45918acdb8f77" name="Compat/Function/bcpowmod.php" role="php" />
<file baseinstalldir="PHP" md5sum="02760cdb89aa1f747ac78d67b0a70a25" name="Compat/Function/call_user_func_array.php" role="php" />
<file baseinstalldir="PHP" md5sum="3663b9a6f072257804a28af207ffc1a8" name="Compat/Function/clone.php" role="php" />
<file baseinstalldir="PHP" md5sum="97c818bdf60b924147ef2bf31449319c" name="Compat/Function/constant.php" role="php" />
<file baseinstalldir="PHP" md5sum="cd1f5a84cc446f6cb53994a1e7f8298d" name="Compat/Function/convert_uudecode.php" role="php" />
<file baseinstalldir="PHP" md5sum="2c6fc3bc0238d4a60b63494fe901912e" name="Compat/Function/convert_uuencode.php" role="php" />
<file baseinstalldir="PHP" md5sum="688a9fe7ca2cf000c435b2e77a0844e6" name="Compat/Function/cosh.php" role="php" />
<file baseinstalldir="PHP" md5sum="faec11d0580d4bc7f4bfb049ef0fcb33" name="Compat/Function/debug_print_backtrace.php" role="php" />
<file baseinstalldir="PHP" md5sum="1736bfa49ccbf2ec82c1a01c4db82730" name="Compat/Function/file_get_contents.php" role="php" />
<file baseinstalldir="PHP" md5sum="38e2df0f5cd808bb26ce8154b74db729" name="Compat/Function/file_put_contents.php" role="php" />
<file baseinstalldir="PHP" md5sum="ad58e0f63c867d3d2198c92eedf9b980" name="Compat/Function/floatval.php" role="php" />
<file baseinstalldir="PHP" md5sum="93c08fb9b7f9d1ec09b3247048b5cf2d" name="Compat/Function/fprintf.php" role="php" />
<file baseinstalldir="PHP" md5sum="fe4873111415fba18dbd0e9742617786" name="Compat/Function/fputcsv.php" role="php" />
<file baseinstalldir="PHP" md5sum="b38361872a8149440fd4f68efd881096" name="Compat/Function/getmxrr.php" role="php" />
<file baseinstalldir="PHP" md5sum="a07a87ccc7dd7a480b9fc0f4544e4631" name="Compat/Function/getopt.php" role="php" />
<file baseinstalldir="PHP" md5sum="133ede7b64179f8183ba3464aab8d1f7" name="Compat/Function/get_headers.php" role="php" />
<file baseinstalldir="PHP" md5sum="b09ff4790527e4e572b258ef4a69e11d" name="Compat/Function/get_include_path.php" role="php" />
<file baseinstalldir="PHP" md5sum="22f2e13bf70503fc72c5fd200b3f4a58" name="Compat/Function/glob.php" role="php" />
<file baseinstalldir="PHP" md5sum="6da767bed138f1b4a0e368cdbf8c205a" name="Compat/Function/htmlspecialchars.php" role="php" />
<file baseinstalldir="PHP" md5sum="3d5434df920c9206e3cb04af2c54b68d" name="Compat/Function/htmlspecialchars_decode.php" role="php" />
<file baseinstalldir="PHP" md5sum="ab2e6e1289d603e1c2a6b1e9295273f3" name="Compat/Function/html_entity_decode.php" role="php" />
<file baseinstalldir="PHP" md5sum="d003a281094e56494510979f91e15f70" name="Compat/Function/http_build_query.php" role="php" />
<file baseinstalldir="PHP" md5sum="85ff27b2c4e5f1c4889b6c5231430fc9" name="Compat/Function/ibase_timefmt.php" role="php" />
<file baseinstalldir="PHP" md5sum="ab04203131c692702ecd87a4430d5237" name="Compat/Function/idate.php" role="php" />
<file baseinstalldir="PHP" md5sum="7df1cbbc69d70120ddcbc7eb02720450" name="Compat/Function/image_type_to_mime_type.php" role="php" />
<file baseinstalldir="PHP" md5sum="31d68e54b0e76241be1e90690f08de55" name="Compat/Function/inet_ntop.php" role="php" />
<file baseinstalldir="PHP" md5sum="4cd39ae588f8976e4f131d846d4980b6" name="Compat/Function/inet_pton.php" role="php" />
<file baseinstalldir="PHP" md5sum="92c718e8ab13425f47711f5038faeecb" name="Compat/Function/ini_get_all.php" role="php" />
<file baseinstalldir="PHP" md5sum="182101b62582d6773c26cffd6a340c32" name="Compat/Function/is_a.php" role="php" />
<file baseinstalldir="PHP" md5sum="d65c1c1ee37ad743a4e5070e50822e9b" name="Compat/Function/is_callable.php" role="php" />
<file baseinstalldir="PHP" md5sum="16810d56c3fbcd6c3221b50794581bf4" name="Compat/Function/is_scalar.php" role="php" />
<file baseinstalldir="PHP" md5sum="39e68e4593a5b4f6aa77de41f3469e74" name="Compat/Function/json_decode.php" role="php" />
<file baseinstalldir="PHP" md5sum="e7de34c341d7eb6a2581cca7428ce237" name="Compat/Function/json_encode.php" role="php" />
<file baseinstalldir="PHP" md5sum="4b21d4a5d316229375d0b2b9b69fffc6" name="Compat/Function/md5_file.php" role="php" />
<file baseinstalldir="PHP" md5sum="41fbd6abf6a77bc3d108f92ee85d833d" name="Compat/Function/mhash.php" role="php" />
<file baseinstalldir="PHP" md5sum="0b704ffed5727bff798636c0a8f1b6e4" name="Compat/Function/microtime.php" role="php" />
<file baseinstalldir="PHP" md5sum="1c44552142855e5d7583b404ea7292a5" name="Compat/Function/mime_content_type.php" role="php" />
<file baseinstalldir="PHP" md5sum="1055b6f1071b3afcfdd78133edf50d22" name="Compat/Function/mkdir.php" role="php" />
<file baseinstalldir="PHP" md5sum="2c74ad59300a39f9b5195a69b0ff8a95" name="Compat/Function/ob_clean.php" role="php" />
<file baseinstalldir="PHP" md5sum="a02ebd58250c58955bd7d97a37334d3a" name="Compat/Function/ob_flush.php" role="php" />
<file baseinstalldir="PHP" md5sum="d9fb260287883ba09a226ee5f4aaa25d" name="Compat/Function/ob_get_clean.php" role="php" />
<file baseinstalldir="PHP" md5sum="1030b2908de797fa2001fb3622ad45cf" name="Compat/Function/ob_get_flush.php" role="php" />
<file baseinstalldir="PHP" md5sum="06eaee48bfbd84baff7519aabf9d7081" name="Compat/Function/pathinfo.php" role="php" />
<file baseinstalldir="PHP" md5sum="0513f32b70148d1ac714467d82e25df4" name="Compat/Function/pg_affected_rows.php" role="php" />
<file baseinstalldir="PHP" md5sum="3c2b1bd99feb8dee7ef323299128e8ee" name="Compat/Function/pg_escape_bytea.php" role="php" />
<file baseinstalldir="PHP" md5sum="996de071fa7f1406a345e618d632cf46" name="Compat/Function/pg_unescape_bytea.php" role="php" />
<file baseinstalldir="PHP" md5sum="1734d74f5ac9c486a36489d75d00fa4c" name="Compat/Function/php_ini_loaded_file.php" role="php" />
<file baseinstalldir="PHP" md5sum="20091835354c88444a6e35256e33a559" name="Compat/Function/php_strip_whitespace.php" role="php" />
<file baseinstalldir="PHP" md5sum="8fbd7bd6dc7b83e501abaa8aeee12d1b" name="Compat/Function/property_exists.php" role="php" />
<file baseinstalldir="PHP" md5sum="d406c2c90d1a74286f72ffaca0598fc4" name="Compat/Function/range.php" role="php" />
<file baseinstalldir="PHP" md5sum="4026691dc5278a3468adeba42a8d6a4a" name="Compat/Function/restore_include_path.php" role="php" />
<file baseinstalldir="PHP" md5sum="09d733f1d3a4aee24df2286f83f15f4f" name="Compat/Function/scandir.php" role="php" />
<file baseinstalldir="PHP" md5sum="067a10dcd716af413561197246a0a0b1" name="Compat/Function/setcookie.php" role="php" />
<file baseinstalldir="PHP" md5sum="4f976619e86ed494b44b2cea0c19b956" name="Compat/Function/setrawcookie.php" role="php" />
<file baseinstalldir="PHP" md5sum="a3efd6f49af8570fdf44e9d759233358" name="Compat/Function/set_include_path.php" role="php" />
<file baseinstalldir="PHP" md5sum="4cf6a861047d2f767f10ab0f0370b814" name="Compat/Function/sinh.php" role="php" />
<file baseinstalldir="PHP" md5sum="b92c9a8ee9652153240d0fcfc3ea4a90" name="Compat/Function/stripos.php" role="php" />
<file baseinstalldir="PHP" md5sum="b196b5cf5045afd8e0f85304333a1569" name="Compat/Function/strpbrk.php" role="php" />
<file baseinstalldir="PHP" md5sum="9c23d0d5a9c74cee091f09010ef8868c" name="Compat/Function/strripos.php" role="php" />
<file baseinstalldir="PHP" md5sum="ac9cc913885240cc7ba3364cd2e41379" name="Compat/Function/strstr.php" role="php" />
<file baseinstalldir="PHP" md5sum="7e40ff63a90fdaecf5accbd8bbfa3ed8" name="Compat/Function/str_getcsv.php" role="php" />
<file baseinstalldir="PHP" md5sum="caac7d7813c32d41732fd46e9651cda3" name="Compat/Function/str_ireplace.php" role="php" />
<file baseinstalldir="PHP" md5sum="a4d8b55cb88fdd31050d099fbadb9d00" name="Compat/Function/str_rot13.php" role="php" />
<file baseinstalldir="PHP" md5sum="898ce69f7562b3dfc273cf0015fc3cb6" name="Compat/Function/str_shuffle.php" role="php" />
<file baseinstalldir="PHP" md5sum="1142510c86661b857eca418e5d21c12f" name="Compat/Function/str_split.php" role="php" />
<file baseinstalldir="PHP" md5sum="25199dd0edb949e507098cd98d439419" name="Compat/Function/str_word_count.php" role="php" />
<file baseinstalldir="PHP" md5sum="360116b1cce0bb65caaf609bd9591c14" name="Compat/Function/substr_compare.php" role="php" />
<file baseinstalldir="PHP" md5sum="fc182b9cc786175e9829edf9f3aa3f06" name="Compat/Function/sys_get_temp_dir.php" role="php" />
<file baseinstalldir="PHP" md5sum="f80f384d591ab87b45585d3006a76c1c" name="Compat/Function/tanh.php" role="php" />
<file baseinstalldir="PHP" md5sum="de3b716443357b32ad8b51f14860bbdf" name="Compat/Function/time_sleep_until.php" role="php" />
<file baseinstalldir="PHP" md5sum="b977150d93a8657e6ab6d53e96c42575" name="Compat/Function/var_export.php" role="php" />
<file baseinstalldir="PHP" md5sum="2a2915e2e68f462a3a044c45659839ca" name="Compat/Function/version_compare.php" role="php" />
<file baseinstalldir="PHP" md5sum="0e946cfc1e55dc8ff8e2700276c43782" name="Compat/Function/vprintf.php" role="php" />
<file baseinstalldir="PHP" md5sum="ec61d8edc0a214e1979eb7abad1d8046" name="Compat/Function/vsprintf.php" role="php" />
<file baseinstalldir="PHP" md5sum="d33d5b0655f84ae3cc96968c2d86e507" name="tests/loadconstant.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="fd1a0605c1a22de622ecba620d9fa9b6" name="tests/loadfunction.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="628f78ea3d6cff186f13dbf7ff9a0352" name="tests/loadversion.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="f3bac1dd5fb36c98a0163629c98b79c1" name="tests/constant/date.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="9292607f02fad2a40ecca32e08e4f621" name="tests/constant/directory_separator.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="1a51097503cc9354fa2eff9c08c4e008" name="tests/constant/e_strict.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="d00e31409c3b0f00405aa6a9f9a8a120" name="tests/constant/file.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="1835c3ac4b1b2d94053f1d23d74357d6" name="tests/constant/path_separator.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="76328201d260e1a0f209ac5c0c055813" name="tests/constant/php_eol.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="83c3beafa354e71ad951e8924fc69762" name="tests/constant/std.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="6777559d98a6fbc59f8fbdfdf3951feb" name="tests/constant/t.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ce69896956f29a8fa5729c25e8442001" name="tests/constant/upload_err.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="704307a4eb3cba53cc576b8d517f66be" name="tests/environment/magic_quotes_gpc_off.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="1e97078ed42d5ce897e1c0853f3c384f" name="tests/environment/magic_quotes_gpc_on.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="b3daa8dd36eabf3cf7127a4c4c5e968e" name="tests/environment/magic_quotes_sybase_off.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="c3c8a3434192dd3a998c3e3690e8abbf" name="tests/environment/magic_quotes_sybase_on.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ebf3e532ea3d00b14bca75281f934bce" name="tests/environment/register_argc_argv_off.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="910411a8456cee14c529ba9060c0c713" name="tests/environment/register_globals_off.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="637c4fa5e40de38a02f0462b540cf2aa" name="tests/environment/register_globals_on.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="aad48edecb3e26ada6749283f5262279" name="tests/environment/register_long_arrays_off.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="db16202e7303f5ae2a8a21c5b449e4e5" name="tests/environment/register_long_arrays_on.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="973b543eeb059fedb760fa17e25b1681" name="tests/function/acosh.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="152ceb25472c243ff25a7f2ed570dda0" name="tests/function/array_change_key_case.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="e33fc9f56d1278ee901b6e458cb6b93d" name="tests/function/array_chunk.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="a67210da62856962ea3aefee19d30c84" name="tests/function/array_combine.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ac1f35a907539737c4e4b916c8e1fb4d" name="tests/function/array_diff_assoc.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="9459ec40380307ad1b2fad0083d467e6" name="tests/function/array_diff_key.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="18f12372245066670469da15d4f3a691" name="tests/function/array_diff_uassoc.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="d2b3b400cbce34962237561cc2bfa482" name="tests/function/array_diff_ukey.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="5bcaa47dc407f0a41ac3b712cd948b6c" name="tests/function/array_fill.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="9ba74977d729c0a12e77dbc1fbc72f69" name="tests/function/array_intersect_assoc.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="2cbd16e567fe2dc60eb487e7bb6cf2ad" name="tests/function/array_intersect_key.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="e09c3179497d3e037f83608cf41dfff8" name="tests/function/array_intersect_uassoc.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ffb41a1c65cbd3f132ad7074c489d4bf" name="tests/function/array_intersect_ukey.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="2806550869930c8467c1bdcd597db2ae" name="tests/function/array_key_exists.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="db4d577aff9b1b01be7414835346ecb6" name="tests/function/array_product.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="0ef81007ffd740de2cf73b58c6d20a44" name="tests/function/array_search.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="7c37df37a71f42840374f71029e020c5" name="tests/function/array_slice.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="687a0a139d8a39becfd2e9774147efc6" name="tests/function/array_udiff.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ebaf67002538d54087db5147774d1f92" name="tests/function/array_udiff_assoc.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="0097b32d223a2fc1a8983b99be7a672f" name="tests/function/array_udiff_uassoc.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="4d7b4b259373d86ad0cfa8810b8ec5f8" name="tests/function/array_uintersect.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="0efab145d9dfc177f702931c3d0449ef" name="tests/function/array_uintersect_assoc.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="5a31dc0af56d36ba8007c3f9419eb5ea" name="tests/function/array_uintersect_uassoc.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ff2090b1ec30dc2de651c7a9f28cf193" name="tests/function/array_walk_recursive.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="2c95644ad5321549afb73e60c73514d7" name="tests/function/asinh.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="08c5fede8c9f0f6833f72ff3c6d0a1a4" name="tests/function/atanh.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="e66a93466a55fca9d585a8cded7f9fdd" name="tests/function/bcpowmod.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="385a8d35881eeccac23edf502a4a83b0" name="tests/function/call_user_func_array.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="d17e8e43a494c81e4b40ba0b9305bf34" name="tests/function/clone.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="9fb2a2072f26a9fafd978c4ae207a117" name="tests/function/constant.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="8122499b130903ed263769beb57b2464" name="tests/function/convert_uudecode.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="5c0b15637d061fb7fa6869c868782caf" name="tests/function/convert_uuencode.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="291813f738e1624401583eada74fbf9b" name="tests/function/cosh.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="9bd4743387a66c8ebd0ada455e0a243e" name="tests/function/debug_print_backtrace.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ba8f2ac5e0af9761f761cd492ec8528e" name="tests/function/file_get_contents.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="c32a33871a65c86092f22adf8805161a" name="tests/function/file_put_contents.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="759770e8fe12d88ac56966194747f38c" name="tests/function/floatval.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="34abf20afe13bf259945911ec0ff56bd" name="tests/function/fprintf.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="25928a91771a7a91ff896bc29747778c" name="tests/function/fputcsv.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="02d527a57e27992e476a759ff96175b5" name="tests/function/getopt.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="3cc41ff824d02272bc9f1829abb49c92" name="tests/function/get_headers.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="f33706a9508666b9cd985f587b51bfac" name="tests/function/get_include_path.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="c7e8687e246b61d3d038da5c53478faa" name="tests/function/glob.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="6d607ce4b57221a7081fa94797c99e22" name="tests/function/htmlspecialchars.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="9e905939ed64219074142dfb5719b149" name="tests/function/htmlspecialchars_decode.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="c5ed2c28933a6ecb275efb4ffbfc4a94" name="tests/function/html_entity_decode.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="8c0b129e55e7717abc879e76b5d31fb8" name="tests/function/http_build_query.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="11ad884a3ca2ba46ea7f69b2eaf6a3bd" name="tests/function/ibase_timefmt.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="6aa92120179a0bd5e5e5ecffedf1db1f" name="tests/function/idate.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ba89d97158fd5fcc2479216d39346efa" name="tests/function/image_type_to_mime_type.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="0a678c974cefb7f22ca60f9ce8bf450f" name="tests/function/inet_ntop.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="878d22e963da7922556a08f7c8acc8e1" name="tests/function/inet_pton.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ef1adf4fc91729ec55ce8e63dc65177b" name="tests/function/ini_get_all.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="3f74625c53e4fdce3fd732dca36db4a4" name="tests/function/is_a.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="988d0c213bcd1099dfed8c9ca0e0ae15" name="tests/function/is_callable.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ac4b69fd1a6994ac58cc20d0e795ddd7" name="tests/function/is_scalar.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="c0ecd651ff5e85c2a885a99ddcc0ba65" name="tests/function/md5_file.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="96467b849880197a772963a2834a06a6" name="tests/function/mhash.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="ae6e1d5f3ab4225e681e875aaa941fbc" name="tests/function/microtime.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="07666db29aa770ead666622113f84033" name="tests/function/mime_content_type.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="d96e99e70c430acae7043a08c9ed011b" name="tests/function/mkdir.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="4dec872241bf1f456f7a40b9afdcf4e9" name="tests/function/ob_clean.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="35563b6906f1a55b874b17778edb44e3" name="tests/function/ob_flush.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="e28613bfe8d3205b7518a0359616a6a1" name="tests/function/ob_get_clean.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="086ada1c0e70315cb24144c913c5b637" name="tests/function/ob_get_flush.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="b7feab243fc110cbb2a9eca54dffa45d" name="tests/function/pg_affected_rows.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="f22d4e05df01d8a68dc11087447c9d47" name="tests/function/pg_escape_bytea.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="309341f04c94ffad6259c308af840806" name="tests/function/pg_unescape_bytea.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="1bfeaff6954a43afd10aabc67b17c987" name="tests/function/php_ini_loaded_file.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="60a5ed8659d0276671e57fddca726047" name="tests/function/php_strip_whitespace.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="142a0aee338cc7a8c4e46b2c31acef5e" name="tests/function/property_exists.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="08ca583e8e14f3ec19c3caf9054c4ea3" name="tests/function/range.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="f83bcee5f22a167b7971559aa5b12be0" name="tests/function/restore_include_path.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="7e4406bf671b77f73fa747e9cb76109a" name="tests/function/scandir.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="edd4d8240a961f6f3a6c69d0b7b74691" name="tests/function/setcookie.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="fb8621c38cac788c65fd63c8b374e549" name="tests/function/setrawcookie.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="5b888c33b4c9aec9a1e7140d87094c30" name="tests/function/set_include_path.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="3d1437b6bf94918cc74c552544862ae3" name="tests/function/sinh.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="02f6c3504b5b588ba37b62fb9eb1363d" name="tests/function/stripos.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="c2342b44dca89616ed6bc9e685af0795" name="tests/function/strpbrk.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="d1e60e4e7e8d2b413d0035de7c373d34" name="tests/function/strripos.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="6aee21a6ab6b78a7e01b8218a6e9b3b5" name="tests/function/str_ireplace.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="195720d70ae36ff4da4807f8ec563f66" name="tests/function/str_rot13.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="45c48234993a4c2a1eb1ac869efa3396" name="tests/function/str_shuffle.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="f07febbc80e15e6e6328e322a089b01f" name="tests/function/str_split.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="8efb1e2070a611b82ba8e606f6218476" name="tests/function/str_word_count.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="598a5b9d993e1a3b3ddde1f465a0b33c" name="tests/function/substr_compare.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="e42e914d9639eadab2389b072336ddf1" name="tests/function/sys_get_temp_dir.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="04c902bd4d86570daa85204dfe270551" name="tests/function/tanh.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="01a5848e5791e9069e11e5aa19c6daeb" name="tests/function/time_sleep_until.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="2eef12ae8498b7479b81ee0eddcb6dfb" name="tests/function/var_export.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="2d45c001aaef101e0795bb05ef455bd9" name="tests/function/version_compare.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="3dbd82dd053e622f193e519946e7025e" name="tests/function/vprintf.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="d71160cf886e64e1c89b482771b907b3" name="tests/function/vsprintf.phpt" role="test" />
<file baseinstalldir="PHP" md5sum="c4139cf50022a750f5824c559bad6ccd" name="package-test.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>1.5.0RC1</version>
<date>2005-12-06</date>
<license>PHP License</license>
<state>beta</state>
<notes>
Added more components:
* is_scalar
* property_exists
* inet_pton
* inet_ntop
* bcinvert
* bcpowmod
* mime_content_type
* time_sleep_until
* array_product
* idate
Bug fixes:
* Fixed #4783 (PATH_SEPARATOR)
* Fixed #4788 (version_compare)
* Fixed #4851 (var_export)
* Fixed #5049 (strripos)
* Fixed #5078 (str_shuffle)
* Fixed #5691 (fputcsv)
* Fixed #5469 (md5_file)
* Fixed #6082 (file_put_contents)
</notes>
</release>
<release>
<version>0.2</version>
<date>2004-05-27</date>
<license>PHP License</license>
<state>beta</state>
<notes>
Still in beta until any last bugs are found and removed.
Added more components:
* str_split
* STDIN
* STDOUT
* STDERR
Bug fixes:
* file_get_contents
* file_put_contents
* array_combine
Other changes:
* Added replica PHP error messages.
</notes>
</release>
<release>
<version>
<release>1.5.0</release>
<api>1.5.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-12-15</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Added more components:
* is_scalar
* property_exists
* inet_pton
* inet_ntop
* bcinvert
* bcpowmod
* mime_content_type
* time_sleep_until
* array_product
* idate
Bug fixes:
* Fixed #4783 (PATH_SEPARATOR)
* Fixed #4788 (version_compare)
* Fixed #4851 (var_export)
* Fixed #5049 (strripos)
* Fixed #5078 (str_shuffle)
* Fixed #5691 (fputcsv)
* Fixed #5469 (md5_file)
* Fixed #6082 (file_put_contents)
RC bug fixes:
* Fixed #6184 (idate)
</notes>
</release>
<release>
<version>
<release>1.6.0a1</release>
<api>1.5.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
</stability>
<date>2007-05-08</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Added more components:
* array_fill
* Hyperbolic and inverse hyperbolic math functions
* glob
* is_callable
Added more components with changed parameters:
* array_splice
* microtime
* mkdir
* range
* setcookie
* setrawcookie
Added new Environment module
* register_globals
* magic_quotes_gpc
* magic_quotes_sybase
* register_argc_argv
* register_long_arrays
Changed the way PHP_Compat stores functions.
* Function declaration is prefixed with php_compat_
* Dummy declaration calls php_compat_ function
This allows for redefinition of functions with changed parameters.
Added support for packages which modify the function tables at runtime
* PHP_Compat::loadFunction now tries to rename the old function on load
This further supports redefinition of functions with changed parameters.
* Fix Bug #1956: stripos - not returning false [aidan]
* Fix Bug #3190: [PATCH] md5_file() depends on possibly nonexistent file_get_contents() [aidan]
* Fix Bug #3572: Use of addslashes() adds too much backslashes [aidan]
* Fix Bug #3586: bug in str_word_count.php code [aidan]
* Fix Bug #4605: debug_print_backtrace - Object to string conversion [aidan]
* Fix Bug #4851: var_export severely broken! (new implementation attached) [aidan]
* Fix Bug #6293: array_intersect_key produces incorrect results with more than 2 arguments [arpad]
* Fix Bug #6560: missing 'Function/property_exists.php' when installed with pear [aidan]
* Fix Bug #6687: array_intersect_key() fails due to func_get_args() [arpad]
* Fix Bug #6758: notice errors with debug_print_backtrace and call_user_func_array usage [arpad]
* Fix Bug #6922: Space after php close markup in Function/mime_content_type.php [arpad]
* Fix Bug #7520: cyclic reference cloning causes timeout [aidan]
* Fix Bug #8338: convert_uudecode removes spaces from line ends, causing corruption [aidan]
* Fix Bug #8864: magic quotes gpc emulation missing server vars [arpad]
* Fix Bug #9042: Various uninitialized variables [aidan]
* Fix Bug #9043: Various issues in str_shuffle [aidan]
* Fix Bug #9687: array_*_key function(s) slow [aidan]
* Fix Bug #9983: Function [array_udiff_uassoc()] is incorrectly implemented [arpad]
* Implement Feature #4372: addition of glob() function for php < 4.3.0 [arpad]
* Implement Feature #7139: PHP 5.1.1 Datetime Constants [arpad]
* Implement Feature #7403: str_ireplace too slow [arpad]
* Implement Feature #7414: making var_export() generating correct PHP code with nested objects [arpad]
* Implement Feature #8208: is_callable missing in php 4.0.4, 4.0.5 [arpad]
* Implement Feature #9187: Adding httponly to setcookie/setrawcookie (new in php 5.2) [aidan]
* Implement Feature #9659: The userdata parameter isn't correctly send to the recursive call [arpad]
* Implement Feature #10177: add most recent UPLOAD ERR constants [arpad]
</notes>
</release>
<release>
<version>
<release>1.6.0a3</release>
<api>1.6.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
</stability>
<date>2010-10-06</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
QA Release
Bug #7402 Missing unit tests hm2k
Bug #15409 Broken unit tests arpad
Bug #15531 getmxrr() support for windows hm2k
Bug #15532 ini_set('register_globals', 'off'); not required hm2k
Bug #15537 IIS REQUEST_URI compatibility hm2k
Bug #15539 PHP_EOL link is incorrect. hm2k
Bug #15540 htmlspecialchars has incorrect "since" arpad
Bug #15684 Add str_getcsv support for 5.1.0 + arpad
Bug #15688 PATHINFO_FILENAME hm2k
Bug #15698 Typo in str_ireplace.php hm2k
Bug #15707 file_get_contents has incomplete support arpad
Bug #16157 Missing argument 5 for setrawcookie() hm2k
Bug #16158 Win Seven Fatal error: Cannot call __clone() method on objects arpad
Bug #16191 fprintf parameters lost arpad
Bug #16462 add json_decode-function that behaves like in PHP5.2 hm2k
Bug #16921 PHP_Compat includes functions that no version of PHP does hm2k
Bug #16922 bad minimum reqirements - getopt hm2k
Bug #16945 Spelling error in long desc saltybeagle
</notes>
</release>
</changelog>
</package>
|