summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* @- added fflush() function. (Eric Huss)Thies C. Arntzen2000-06-061-0/+1
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-34/+34
* - Restore locale settings to state they were at module startup if theyJouni Ahto2000-06-051-1/+2
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-031-3/+1
* @- Added array_merge_recursive() that will recursively merge valuesAndrei Zmievski2000-05-301-0/+1
* Oh yeah, I said there's no need for it to be defined didn't I? :)Zeev Suraski2000-05-291-2/+0
* There's really no need for an entire file for a one line function...Zeev Suraski2000-05-291-0/+11
* allow_call_time_pass_reference fix: similar_textThies C. Arntzen2000-05-291-1/+1
* a second (cleaner?) try on warnings about unsupported functionsHartmut Holzgraefe2000-05-271-6/+29
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-271-1/+1
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-261-16/+6
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-2/+2
* name changed from levdist() to levenshtein()Hartmut Holzgraefe2000-05-231-1/+1
* added function "int levdist(string str1, string str2)"Hartmut Holzgraefe2000-05-231-0/+1
* Fix #4230. Putenv() was modifying its argument, a no-no.Jouni Ahto2000-05-211-2/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* @- Added array_rand() function. (Andrei)Andrei Zmievski2000-05-091-0/+1
* Move <syslog.h> inclusion into php_syslog.h. This will make sure thatSascha Schumann2000-05-071-3/+0
* On some systems, <syslog.h> defines syslog to another symbol, so thatSascha Schumann2000-05-061-0/+3
* @Added substr_count() from Peter Kovacs. (Andrei)Andrei Zmievski2000-04-261-0/+1
* Just a type cast is sufficient.Andrei Zmievski2000-04-191-2/+2
* @- Fixed long2ip() to return the correct IP address. (Evan)Evan Klinger2000-04-181-2/+2
* Added natural comparison/sorting routines using code from Martin Pool.Andrei Zmievski2000-04-121-0/+4
* Object overloading API changed slightly (llist is now a pointer)Zeev Suraski2000-04-101-3/+3
* added the other usefull constants besides M_PI from math.hHartmut Holzgraefe2000-04-081-5/+17
* phpinfo() prettyingColin Viebrock2000-04-051-0/+3
* Do not add dl function, if libdl is not present.Sascha Schumann2000-03-291-1/+3
* Tis protoriffic.Sterling Hughes2000-03-291-24/+99
* *** empty log message ***Sterling Hughes2000-03-281-0/+1
* *** empty log message ***Sterling Hughes2000-03-281-0/+1
* @ Added is_numeric() that returns true if the argument is a numberAndrei Zmievski2000-03-161-0/+33
* Only define crypt if it is presentSam Ruby2000-03-071-0/+6
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-4/+222
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* Don't need this check.Andrei Zmievski2000-03-041-4/+0
* @Added ip2long() and long2ip() courtesy of Faisal Nasim <faisal@nasim.org>Andrei Zmievski2000-03-041-0/+39
* @- Added parse_ini_file(). Currently implemented in non thread safe versionZeev Suraski2000-03-041-1/+3
* Allow the INI callbacks to know at what stage PHP isZeev Suraski2000-02-261-2/+2
* @- Added ini_set() as an alias to ini_alter() (Zeev)Zeev Suraski2000-02-261-2/+3
* Most functions don't have protos.Egon Schmid2000-02-241-3/+3
* Fix nameZeev Suraski2000-02-231-1/+1
* Remove obsolete codeZeev Suraski2000-02-231-4/+0
* (PHP getrusage) don't define this function at all if the getrusage() functionStig Bakken2000-02-231-0/+2
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Trap bailout of shutdown functionsZeev Suraski2000-02-131-2/+15
* (request_shutdown) Prevent infinite loop on shutdown if there is an errorAndrei Zmievski2000-02-111-5/+14
* Fine tune Andi's patchZeev Suraski2000-02-111-2/+2
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-2/+2
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-1/+1