Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Updated array functions to use high-performance API | Andrey Hristov | 1999-09-24 | 1 | -95/+94 |
| | | | | | - Updated preg_split() to allow returning only non-empty pieces | ||||
* | A couple of fixes. | Andrey Hristov | 1999-09-21 | 1 | -4/+4 |
| | |||||
* | added krsort() function | Thies C. Arntzen | 1999-09-21 | 1 | -0/+28 |
| | |||||
* | - Move some more language specific functions over to Zend. | Andi Gutmans | 1999-09-20 | 1 | -146/+0 |
| | | | | | get_class() and friends. | ||||
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 1 | -82/+0 |
| | | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name(). | ||||
* | added array_count_values function. | Thies C. Arntzen | 1999-09-20 | 1 | -0/+61 |
| | |||||
* | HASH_OF is usable enough (i hate duplicating macros all over the place) | Thies C. Arntzen | 1999-09-15 | 1 | -2/+0 |
| | |||||
* | - gettimeofday wasn't registered. | Andi Gutmans | 1999-09-15 | 1 | -0/+1 |
| | |||||
* | is_array & friens speedups | Thies C. Arntzen | 1999-09-14 | 1 | -3/+3 |
| | |||||
* | Fix a warning | Rasmus Lerdorf | 1999-09-14 | 1 | -0/+2 |
| | |||||
* | count() now uses the new getParamertersEx API. | Thies C. Arntzen | 1999-09-14 | 1 | -4/+5 |
| | |||||
* | Time to do that - rename the output layer prefix | Zeev Suraski | 1999-09-12 | 1 | -4/+4 |
| | |||||
* | Here you go, Egon. | Andrey Hristov | 1999-09-07 | 1 | -2/+3 |
| | |||||
* | Added second parameter to array_keys() which allows returning keys | Andrey Hristov | 1999-09-07 | 1 | -20/+34 |
| | | | | | only for a specific value in an array. | ||||
* | File should here be string. | Egon Schmid | 1999-09-06 | 1 | -1/+1 |
| | |||||
* | Added addcslashes(), stripcslashes(). | Jakub Skopal | 1999-09-05 | 1 | -0/+2 |
| | | | | | Reverted addslashes() to the very original behaviour. | ||||
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 1 | -4/+9 |
| | | | | | - Fix too early memory manager initialization (For you Thies) | ||||
* | Catch a timeout and add user-level interface for connection handling | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+57 |
| | |||||
* | fix for bug #2191 | Stig Bakken | 1999-08-31 | 1 | -4/+4 |
| | |||||
* | Oops, file should be string here. | Egon Schmid | 1999-08-29 | 1 | -2/+2 |
| | |||||
* | Fix #2096 | Zeev Suraski | 1999-08-17 | 1 | -0/+2 |
| | |||||
* | Removed internal pointer reset from array_walk. | Andrey Hristov | 1999-08-16 | 1 | -1/+0 |
| | |||||
* | Forgot to have internal pointer reset. | Andrey Hristov | 1999-08-14 | 1 | -0/+1 |
| | |||||
* | Rename TestClass to OverloadedTestClass | Zeev Suraski | 1999-08-14 | 1 | -1/+1 |
| | |||||
* | Modified array_walk() function so that the userland callback is passed | Andrey Hristov | 1999-08-07 | 1 | -9/+48 |
| | | | | | | a key and possible user data in addition to the value. It's still backward compatible with one argument version. | ||||
* | Fix&improve conversion scripts | Zeev Suraski | 1999-08-07 | 1 | -1/+2 |
| | |||||
* | count/sizeof had their arguments setup wrong (messup between Beta 1 and 2) | Zeev Suraski | 1999-08-06 | 1 | -2/+2 |
| | |||||
* | - Improved register_shutdown_function() - you may now supply arguments that | Zeev Suraski | 1999-08-06 | 1 | -45/+63 |
| | | | | | | | | will be passed to the shutdown function - Improved call_user_func() and call_user_method() - they now support passing arguments by reference - Fixed usort() and uksort() | ||||
* | fix for #1947 | Thies C. Arntzen | 1999-08-06 | 1 | -0/+11 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -80/+80 |
| | | | | | php3_compat.h) | ||||
* | Support resource type in gettype() | Andi Gutmans | 1999-08-01 | 1 | -0/+8 |
| | |||||
* | -Tiny fix | Andi Gutmans | 1999-07-29 | 1 | -1/+1 |
| | |||||
* | - Added function documentation prototypes. Thanks to Egon Schmid for | Andi Gutmans | 1999-07-29 | 1 | -2/+18 |
| | | | | | straightening me out :) | ||||
* | - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name") | Andi Gutmans | 1999-07-28 | 1 | -5/+66 |
| | |||||
* | Fix link functions problem. | Andrey Hristov | 1999-07-28 | 1 | -0/+6 |
| | |||||
* | - strttotime is compiled in on win32 again. | Andi Gutmans | 1999-07-27 | 1 | -2/+0 |
| | |||||
* | check for nKeyLength not arKey | Andrey Hristov | 1999-07-27 | 1 | -3/+3 |
| | |||||
* | Fix for bug #1887. | Andrey Hristov | 1999-07-27 | 1 | -2/+2 |
| | |||||
* | Fix for bug #1891 | Andrey Hristov | 1999-07-27 | 1 | -1/+1 |
| | |||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros. | ||||
* | - Fix the new operator incompatibility. | Andi Gutmans | 1999-07-26 | 1 | -0/+2 |
| | | | | | | | - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now. | ||||
* | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -217/+226 |
| | |||||
* | Added function entry for similar_text(). | Andrey Hristov | 1999-07-23 | 1 | -0/+1 |
| | |||||
* | Added function entry for strip_tags. | Andrey Hristov | 1999-07-23 | 1 | -0/+1 |
| | |||||
* | Ported strtotime() function. | Andrey Hristov | 1999-07-23 | 1 | -0/+1 |
| | |||||
* | -Ported all remaining date() options | Andrey Hristov | 1999-07-22 | 1 | -1/+1 |
| | | | | | | | -Made array_walk() work somewhat, but it's not possible to change array values from inside the walk function yet | ||||
* | Added headers_sent() function | Andrey Hristov | 1999-07-20 | 1 | -0/+1 |
| | |||||
* | Proto change | Andrey Hristov | 1999-07-17 | 1 | -1/+1 |
| | |||||
* | I was sure I committed these already. Weird | Zeev Suraski | 1999-07-17 | 1 | -2/+3 |
| | |||||
* | A little change in how array_splice/array_slice handle length parameter. | Andrey Hristov | 1999-07-16 | 1 | -5/+9 |
| | | | | | Makes it compatible with Perl. |