#
cb78ebc0 |
| 04-Oct-1999 |
Andrei Zmievski |
Taken from PHP3 source.
|
#
23e8d176 |
| 01-Oct-1999 |
Andrei Zmievski |
Added array_reverse() function.
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
bfa7b6b1 |
| 24-Sep-1999 |
Andrey Hristov |
- Updated array functions to use high-performance API - Updated preg_split() to allow returning only non-empty pieces
|
#
53fb0ea0 |
| 21-Sep-1999 |
Andrey Hristov |
A couple of fixes.
|
#
8638a61d |
| 21-Sep-1999 |
Thies C. Arntzen |
added krsort() function
|
#
6735ebb2 |
| 20-Sep-1999 |
Andi Gutmans |
- Move some more language specific functions over to Zend. get_class() and friends.
|
#
96a19593 |
| 20-Sep-1999 |
Andi Gutmans |
- Internal functions which are basic language functions should be in Zend and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name().
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
4bb329ea |
| 20-Sep-1999 |
Thies C. Arntzen |
added array_count_values function.
|
#
328d08bd |
| 15-Sep-1999 |
Thies C. Arntzen |
HASH_OF is usable enough (i hate duplicating macros all over the place)
|
#
0a7fc832 |
| 15-Sep-1999 |
Andi Gutmans |
- gettimeofday wasn't registered.
|
#
da599af7 |
| 14-Sep-1999 |
Thies C. Arntzen |
is_array & friens speedups
|
#
0fd03239 |
| 14-Sep-1999 |
Rasmus Lerdorf |
Fix a warning
|
#
41da9399 |
| 14-Sep-1999 |
Thies C. Arntzen |
count() now uses the new getParamertersEx API.
|
#
a1784083 |
| 12-Sep-1999 |
Zeev Suraski |
Time to do that - rename the output layer prefix
|
#
6101d108 |
| 07-Sep-1999 |
Andrey Hristov |
Here you go, Egon.
|
#
7aacff63 |
| 07-Sep-1999 |
Andrey Hristov |
Added second parameter to array_keys() which allows returning keys only for a specific value in an array.
|
#
f0f7b9de |
| 06-Sep-1999 |
Egon Schmid |
File should here be string.
|
#
5cc16d86 |
| 05-Sep-1999 |
Jakub Skopal |
Added addcslashes(), stripcslashes(). Reverted addslashes() to the very original behaviour.
|
#
14d9a59f |
| 05-Sep-1999 |
Andi Gutmans |
- Make dir functions compile in Win32 - Fix too early memory manager initialization (For you Thies)
|
#
d3439023 |
| 04-Sep-1999 |
Rasmus Lerdorf |
Catch a timeout and add user-level interface for connection handling
|
#
b55d490e |
| 31-Aug-1999 |
Stig Bakken |
fix for bug #2191
|
#
2c0b8b5a |
| 29-Aug-1999 |
Egon Schmid |
Oops, file should be string here.
|
#
65e6d827 |
| 17-Aug-1999 |
Zeev Suraski |
Fix #2096
|
#
a0bf6b09 |
| 16-Aug-1999 |
Andrey Hristov |
Removed internal pointer reset from array_walk.
|
#
c8520998 |
| 14-Aug-1999 |
Andrey Hristov |
Forgot to have internal pointer reset.
|