96 Commits (cb78ebc0de9ecfdcd00a18ab0745bf2827ba9dbf)

Author SHA1 Message Date
Andrei Zmievski cb78ebc0de Taken from PHP3 source. 27 years ago
Andrei Zmievski 23e8d1762d Added array_reverse() function. 27 years ago
Andrey Hristov bfa7b6b145 - Updated array functions to use high-performance API 27 years ago
Andrey Hristov 53fb0ea075 A couple of fixes. 27 years ago
Thies C. Arntzen 8638a61df9 added krsort() function 27 years ago
Andi Gutmans 6735ebb271 - Move some more language specific functions over to Zend. 27 years ago
Andi Gutmans 96a19593b2 - Internal functions which are basic language functions should be in Zend 27 years ago
Thies C. Arntzen 4bb329eafb added array_count_values function. 27 years ago
Thies C. Arntzen 328d08bd63 HASH_OF is usable enough (i hate duplicating macros all over the place) 27 years ago
Andi Gutmans 0a7fc83253 - gettimeofday wasn't registered. 27 years ago
Thies C. Arntzen da599af7cb is_array & friens speedups 27 years ago
Rasmus Lerdorf 0fd0323956 Fix a warning 27 years ago
Thies C. Arntzen 41da939988 count() now uses the new getParamertersEx API. 27 years ago
Zeev Suraski a1784083e9 Time to do that - rename the output layer prefix 27 years ago
Andrey Hristov 6101d108e0 Here you go, Egon. 27 years ago
Andrey Hristov 7aacff63c9 Added second parameter to array_keys() which allows returning keys 27 years ago
Egon Schmid f0f7b9de53 File should here be string. 27 years ago
Jakub Skopal 5cc16d86b0 Added addcslashes(), stripcslashes(). 27 years ago
Andi Gutmans 14d9a59f1c - Make dir functions compile in Win32 27 years ago
Rasmus Lerdorf d3439023d3 Catch a timeout and add user-level interface for connection handling 27 years ago
Stig Bakken b55d490ef0 fix for bug #2191 27 years ago
Egon Schmid 2c0b8b5ac8 Oops, file should be string here. 27 years ago
Zeev Suraski 65e6d82771 Fix #2096 27 years ago
Andrey Hristov a0bf6b0923 Removed internal pointer reset from array_walk. 27 years ago
Andrey Hristov c85209985a Forgot to have internal pointer reset. 27 years ago
Zeev Suraski 2560bfd5f9 Rename TestClass to OverloadedTestClass 27 years ago
Andrey Hristov fd87bb3321 Modified array_walk() function so that the userland callback is passed 27 years ago
Zeev Suraski 125300b563 Fix&improve conversion scripts 27 years ago
Zeev Suraski edabed5604 count/sizeof had their arguments setup wrong (messup between Beta 1 and 2) 27 years ago
Zeev Suraski 37d7d08482 - Improved register_shutdown_function() - you may now supply arguments that 27 years ago
Thies C. Arntzen 4b8a100ec9 fix for #1947 27 years ago
Zeev Suraski 3cb1eb0471 Removed '3' from key functions in PHP (maintained compatibility through 27 years ago
Andi Gutmans 91ec4763fd Support resource type in gettype() 27 years ago
Andi Gutmans e3246872e3 -Tiny fix 27 years ago
Andi Gutmans 7d0715d53d - Added function documentation prototypes. Thanks to Egon Schmid for 27 years ago
Andi Gutmans a7af382874 - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name") 27 years ago
Andrey Hristov 5aa3eff94f Fix link functions problem. 27 years ago
Andi Gutmans 71ffa09f41 - strttotime is compiled in on win32 again. 27 years ago
Andrey Hristov 15d87d2452 check for nKeyLength not arKey 27 years ago
Andrey Hristov cd0dd562f0 Fix for bug #1887. 27 years ago
Andrey Hristov ad671669ce Fix for bug #1891 27 years ago
Andrey Hristov 1b2c932cc2 More symbol work. 27 years ago
Andi Gutmans 8f51f72dc6 - Fix the new operator incompatibility. 27 years ago
Andrey Hristov 736f4831a5 A bunch of grunt work updating function entries and declarations. 27 years ago
Andrey Hristov 974f278257 Added function entry for similar_text(). 27 years ago
Andrey Hristov 244cc30c14 Added function entry for strip_tags. 27 years ago
Andrey Hristov 9dd45ec800 Ported strtotime() function. 27 years ago
Andrey Hristov 64dae03eea -Ported all remaining date() options 27 years ago
Andrey Hristov 2d1b6f0801 Added headers_sent() function 27 years ago
Andrey Hristov 4518351648 Proto change 27 years ago