summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
Commit message (Expand)AuthorAgeFilesLines
* @ Added is_numeric() that returns true if the argument is a numberAndrei Zmievski2000-03-161-0/+1
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-0/+2
* @Added ip2long() and long2ip() courtesy of Faisal Nasim <faisal@nasim.org>Andrei Zmievski2000-03-041-0/+2
* @- Added parse_ini_file(). Currently implemented in non thread safe versionZeev Suraski2000-03-041-0/+3
* @- Added ini_set() as an alias to ini_alter() (Zeev)Zeev Suraski2000-02-261-1/+1
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-1/+1
* Add the complement to the putenv() securityZeev Suraski2000-01-311-2/+4
* Fix typoZeev Suraski2000-01-301-1/+1
* @- Added the ability to prevent the user from overriding certain environmentZeev Suraski2000-01-301-1/+1
* Some more work, I'll finish this when I get homeZeev Suraski2000-01-301-2/+0
* Initial work on the protected env vars stuffZeev Suraski2000-01-301-0/+8
* - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other p...Zeev Suraski1999-12-261-4/+4
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
* Added get_loaded_extensions(), extension_loaded(), andAndrei Zmievski1999-12-161-0/+4
* Moved function_exists() to Zend library.Andrei Zmievski1999-12-141-2/+0
* Make rand.c thread-safe.Sascha Schumann1999-12-131-0/+17
* Make filestat.c thread-safeSascha Schumann1999-12-121-0/+16
* @- Made pageinfo.c thread-safe (Sascha)Sascha Schumann1999-12-121-0/+3
* Make array.c thread-safeSascha Schumann1999-12-011-0/+4
* Make basic/string functions thread-safeSascha Schumann1999-11-281-0/+26
* Split array functions into separate module.Andrei Zmievski1999-11-131-37/+0
* (PHP getprotoby{name,number}) New FunctionsEvan Klinger1999-11-021-0/+2
* Added array_pad() function.Andrei Zmievski1999-11-011-0/+2
* (PHP getservby{name,port}) New functions.Evan Klinger1999-11-011-0/+3
* moved output.c into ext/standart and made it thread-safe.Thies C. Arntzen1999-10-271-5/+0
* (PHP array_map) Away with it.Andrei Zmievski1999-10-261-1/+0
* - Get windows version to compile again. No biggy if array_map is not #if 0'dAndi Gutmans1999-10-161-0/+1
* *** empty log message ***Andrei Zmievski1999-10-151-1/+0
* @- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)Andrei Zmievski1999-10-151-0/+1
* (is_resource, is_bool) new functionsThies C. Arntzen1999-10-151-0/+2
* Taken from PHP3 source.Andrei Zmievski1999-10-041-0/+2
* Added array_reverse() function.Andrei Zmievski1999-10-011-0/+1
* added krsort() functionThies C. Arntzen1999-09-211-0/+1
* - Move some more language specific functions over to Zend.Andi Gutmans1999-09-201-9/+0
* - Internal functions which are basic language functions should be in ZendAndi Gutmans1999-09-201-2/+0
* added array_count_values function.Thies C. Arntzen1999-09-201-0/+1
* Catch a timeout and add user-level interface for connection handlingRasmus Lerdorf1999-09-041-0/+5
* - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")Andi Gutmans1999-07-281-0/+4
* More symbol work.Andrey Hristov1999-07-261-4/+5
* A bunch of grunt work updating function entries and declarations.Andrey Hristov1999-07-241-14/+14
* *** empty log message ***Andrey Hristov1999-06-091-8/+8
* Don't set is_ref in _phpi_splice()Andrey Hristov1999-06-071-0/+2
* Added array_merge() function.Andrey Hristov1999-06-051-0/+1
* Added push(), pop(), shift(), unshift(), splice(), and slice() array functions.Andrey Hristov1999-06-051-0/+6
* conv_proto *.[ch]Sascha Schumann1999-05-161-47/+47
* Added compact() function.Andrey Hristov1999-05-111-0/+1
* Added in_array() function.Andrey Hristov1999-05-101-0/+1
* -Added extract() functionAndrey Hristov1999-05-081-0/+3
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-1/+1