summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Make array.c thread-safeSascha Schumann1999-12-011-0/+2
* - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's notAndi Gutmans1999-11-301-2/+2
* Make basic/string functions thread-safeSascha Schumann1999-11-281-27/+40
* Kill undefined referenceSascha Schumann1999-11-261-4/+4
* Undefine HAVE_PUTENV, if ZTS is usedSascha Schumann1999-11-261-1/+5
* Kill one race.Sascha Schumann1999-11-261-1/+1
* Cosmetic changesZeev Suraski1999-11-231-3/+3
* @- Implemented get_html_translation_table() function. (Thies)Thies C. Arntzen1999-11-211-0/+2
* (PHP substr_replace) New function.Andrei Zmievski1999-11-161-0/+1
* It's in array.c now.Andrei Zmievski1999-11-131-2/+0
* Split array functions into separate module.Andrei Zmievski1999-11-131-1874/+1
* @Fix min/max behaviour (Thies)Stig Bakken1999-11-091-31/+12
* - Win32 fixesZeev Suraski1999-11-061-1/+1
* (PHP multisort) More work, not yet done though.Andrei Zmievski1999-11-041-14/+71
* #I hope this is the correct way to 'fix' this.Evan Klinger1999-11-031-1/+1
* Remove extraneous comment.Andrei Zmievski1999-11-021-8/+11
* (PHP getprotoby{name,number}) New FunctionsEvan Klinger1999-11-021-0/+51
* Added array_pad() function.Andrei Zmievski1999-11-011-0/+122
* (PHP getservby{name,port}) New functions.Evan Klinger1999-11-011-2/+48
* (PHP str_repeat) New function.Andrei Zmievski1999-10-271-0/+1
* moved output.c into ext/standart and made it thread-safe.Thies C. Arntzen1999-10-271-31/+0
* Forgot to remove function entry.Andrei Zmievski1999-10-271-1/+0
* (PHP array_map) Away with it.Andrei Zmievski1999-10-261-35/+0
* folding fix (xemacs 21 loads the file again;-)Thies C. Arntzen1999-10-241-0/+2
* (PHP extract): Fixed bug that would mess up global and referencedAndrei Zmievski1999-10-191-10/+6
* - Get windows version to compile again. No biggy if array_map is not #if 0'dAndi Gutmans1999-10-161-2/+0
* (PHP array_map) Temporarily #if 0 this.Andrei Zmievski1999-10-151-7/+22
* Massive change of zend_error() to php_error().Andrei Zmievski1999-10-151-15/+20
* @- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)Andrei Zmievski1999-10-151-1/+18
* (is_resource, is_bool) new functionsThies C. Arntzen1999-10-151-0/+12
* Modified sorting functions to use updated zend_hash() prototype.Andrei Zmievski1999-10-111-10/+10
* (PHP setlocale) Locale settings are now correctly restored to the valuesJouni Ahto1999-10-081-0/+10
* - replaced most getParamters against getParamtersEx callsThies C. Arntzen1999-10-061-334/+232
* fix some warningsThies C. Arntzen1999-10-051-0/+4
* Taken from PHP3 source.Andrei Zmievski1999-10-041-0/+69
* Added array_reverse() function.Andrei Zmievski1999-10-011-0/+44
* - Updated array functions to use high-performance APIAndrey Hristov1999-09-241-95/+94
* A couple of fixes.Andrey Hristov1999-09-211-4/+4
* added krsort() functionThies C. Arntzen1999-09-211-0/+28
* - Move some more language specific functions over to Zend.Andi Gutmans1999-09-201-146/+0
* - Internal functions which are basic language functions should be in ZendAndi Gutmans1999-09-201-82/+0
* added array_count_values function.Thies C. Arntzen1999-09-201-0/+61
* HASH_OF is usable enough (i hate duplicating macros all over the place)Thies C. Arntzen1999-09-151-2/+0
* - gettimeofday wasn't registered.Andi Gutmans1999-09-151-0/+1
* is_array & friens speedupsThies C. Arntzen1999-09-141-3/+3
* Fix a warningRasmus Lerdorf1999-09-141-0/+2
* count() now uses the new getParamertersEx API.Thies C. Arntzen1999-09-141-4/+5
* Time to do that - rename the output layer prefixZeev Suraski1999-09-121-4/+4
* Here you go, Egon.Andrey Hristov1999-09-071-2/+3
* Added second parameter to array_keys() which allows returning keysAndrey Hristov1999-09-071-20/+34