Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix proto. | Andrei Zmievski | 2000-02-24 | 1 | -1/+1 | |
| | ||||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -6/+4 | |
| | ||||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | (request_shutdown) Prevent infinite loop on shutdown if there is an error | Andrei Zmievski | 2000-02-11 | 1 | -4/+6 | |
| | | | | | | | | | | | in shutdown function. (php_array_walk) Print a warning if the walk function doesn't exist. Split shutdown function call into a separate function that's called with zend_hash_apply() instead of as destructor to keep hash consistent. This fixes bug #3419. | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 | |
| | ||||||
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -1/+1 | |
| | ||||||
* | Compile fixes | Zeev Suraski | 2000-02-05 | 1 | -2/+0 | |
| | ||||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -2/+0 | |
| | ||||||
* | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -1/+1 | |
| | ||||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Happy new year (especially to Thies :) | Zeev Suraski | 1999-12-31 | 1 | -1/+1 | |
| | | | | | | - Zend branch patches merged in - get the PHP tree uptodate - Clean | |||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -1/+1 | |
| | ||||||
* | - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much | Andi Gutmans | 1999-12-24 | 1 | -1/+1 | |
| | | | | | | more tricky and I'm not sure how many places this is. zval allocations were only made directly in 11 places. | |||||
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -1/+1 | |
| | ||||||
* | Support the latest update to call_user_function_ex() | Zeev Suraski | 1999-12-19 | 1 | -6/+14 | |
| | ||||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -41/+41 | |
| | ||||||
* | Finished array_multisort() function. Basically it sorts multiple arrays | Andrei Zmievski | 1999-12-13 | 1 | -22/+87 | |
| | | | | | | | similar to ORDER BY SQL clause. @ Added array_multisort() function. (Andrei) # Docs are coming soon | |||||
* | Remove unnecessary ARRAYLS_FETCH() calls | Sascha Schumann | 1999-12-12 | 1 | -3/+1 | |
| | ||||||
* | Added array globals in preparation for multisort() changes. | Andrei Zmievski | 1999-12-11 | 1 | -1/+23 | |
| | ||||||
* | Make array.c thread-safe | Sascha Schumann | 1999-12-01 | 1 | -40/+39 | |
| | ||||||
* | @- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies) | Thies C. Arntzen | 1999-11-21 | 1 | -6/+28 | |
| | | | | | convert_to_long() after compare_function() destroys float-compares! | |||||
* | Maybe later on today. Must buy some beer first. | Egon Schmid | 1999-11-21 | 1 | -1/+1 | |
| | ||||||
* | @- Implemented array_flip() function. Returns input-array with key, value | Thies C. Arntzen | 1999-11-21 | 1 | -0/+51 | |
| | | | | | | @ flipped. (Thies) (PHP array_flip) new function. no clash detection, only works for IS_STRING and IS_LONG datatypes in src-array. | |||||
* | -renamed some macros | Thies C. Arntzen | 1999-11-21 | 1 | -26/+36 | |
| | | | | | -return_value_used now used in a few more functions | |||||
* | - Add array.c to the Win32 project | Andi Gutmans | 1999-11-19 | 1 | -0/+2 | |
| | ||||||
* | Just some rearranging. | Andrei Zmievski | 1999-11-16 | 1 | -2/+4 | |
| | ||||||
* | - Change used_return_value to return_value_used | Andi Gutmans | 1999-11-16 | 1 | -1/+1 | |
| | ||||||
* | - Initial support for Thies' idea of passing functions a flag telling them | Andi Gutmans | 1999-11-16 | 1 | -4/+6 | |
| | | | | | | | | they don't need to return a value. Adjusted reset() to work with this. It is a bit problematic because if internal functions don't look at the flag and still return a value orginally this leaked. So I free the value in any case, which kind of makes the speed gain a bit smaller | |||||
* | (PHP k[r]sort) now use compare_function from libzend to be consistent with ↵ | Thies C. Arntzen | 1999-11-14 | 1 | -14/+33 | |
| | | | | the language-core. | |||||
* | Split array functions into separate module. | Andrei Zmievski | 1999-11-13 | 1 | -0/+1941 | |