| Commit message (Expand) | Author | Age | Files | Lines |
| * | @ Added is_numeric() that returns true if the argument is a number | Andrei Zmievski | 2000-03-16 | 1 | -0/+1 |
| * | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -0/+2 |
| * | @Added ip2long() and long2ip() courtesy of Faisal Nasim <faisal@nasim.org> | Andrei Zmievski | 2000-03-04 | 1 | -0/+2 |
| * | @- Added parse_ini_file(). Currently implemented in non thread safe version | Zeev Suraski | 2000-03-04 | 1 | -0/+3 |
| * | @- Added ini_set() as an alias to ini_alter() (Zeev) | Zeev Suraski | 2000-02-26 | 1 | -1/+1 |
| * | 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 |
| * | Add the complement to the putenv() security | Zeev Suraski | 2000-01-31 | 1 | -2/+4 |
| * | Fix typo | Zeev Suraski | 2000-01-30 | 1 | -1/+1 |
| * | @- Added the ability to prevent the user from overriding certain environment | Zeev Suraski | 2000-01-30 | 1 | -1/+1 |
| * | Some more work, I'll finish this when I get home | Zeev Suraski | 2000-01-30 | 1 | -2/+0 |
| * | Initial work on the protected env vars stuff | Zeev Suraski | 2000-01-30 | 1 | -0/+8 |
| * | - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other p... | Zeev Suraski | 1999-12-26 | 1 | -4/+4 |
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| * | Added get_loaded_extensions(), extension_loaded(), and | Andrei Zmievski | 1999-12-16 | 1 | -0/+4 |
| * | Moved function_exists() to Zend library. | Andrei Zmievski | 1999-12-14 | 1 | -2/+0 |
| * | Make rand.c thread-safe. | Sascha Schumann | 1999-12-13 | 1 | -0/+17 |
| * | Make filestat.c thread-safe | Sascha Schumann | 1999-12-12 | 1 | -0/+16 |
| * | @- Made pageinfo.c thread-safe (Sascha) | Sascha Schumann | 1999-12-12 | 1 | -0/+3 |
| * | Make array.c thread-safe | Sascha Schumann | 1999-12-01 | 1 | -0/+4 |
| * | Make basic/string functions thread-safe | Sascha Schumann | 1999-11-28 | 1 | -0/+26 |
| * | Split array functions into separate module. | Andrei Zmievski | 1999-11-13 | 1 | -37/+0 |
| * | (PHP getprotoby{name,number}) New Functions | Evan Klinger | 1999-11-02 | 1 | -0/+2 |
| * | Added array_pad() function. | Andrei Zmievski | 1999-11-01 | 1 | -0/+2 |
| * | (PHP getservby{name,port}) New functions. | Evan Klinger | 1999-11-01 | 1 | -0/+3 |
| * | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 1 | -5/+0 |
| * | (PHP array_map) Away with it. | Andrei Zmievski | 1999-10-26 | 1 | -1/+0 |
| * | - Get windows version to compile again. No biggy if array_map is not #if 0'd | Andi Gutmans | 1999-10-16 | 1 | -0/+1 |
| * | *** empty log message *** | Andrei Zmievski | 1999-10-15 | 1 | -1/+0 |
| * | @- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei) | Andrei Zmievski | 1999-10-15 | 1 | -0/+1 |
| * | (is_resource, is_bool) new functions | Thies C. Arntzen | 1999-10-15 | 1 | -0/+2 |
| * | Taken from PHP3 source. | Andrei Zmievski | 1999-10-04 | 1 | -0/+2 |
| * | Added array_reverse() function. | Andrei Zmievski | 1999-10-01 | 1 | -0/+1 |
| * | added krsort() function | Thies C. Arntzen | 1999-09-21 | 1 | -0/+1 |
| * | - Move some more language specific functions over to Zend. | Andi Gutmans | 1999-09-20 | 1 | -9/+0 |
| * | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 1 | -2/+0 |
| * | added array_count_values function. | Thies C. Arntzen | 1999-09-20 | 1 | -0/+1 |
| * | Catch a timeout and add user-level interface for connection handling | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+5 |
| * | - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name") | Andi Gutmans | 1999-07-28 | 1 | -0/+4 |
| * | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -4/+5 |
| * | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -14/+14 |
| * | *** empty log message *** | Andrey Hristov | 1999-06-09 | 1 | -8/+8 |
| * | Don't set is_ref in _phpi_splice() | Andrey Hristov | 1999-06-07 | 1 | -0/+2 |
| * | Added array_merge() function. | Andrey Hristov | 1999-06-05 | 1 | -0/+1 |
| * | Added push(), pop(), shift(), unshift(), splice(), and slice() array functions. | Andrey Hristov | 1999-06-05 | 1 | -0/+6 |
| * | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -47/+47 |
| * | Added compact() function. | Andrey Hristov | 1999-05-11 | 1 | -0/+1 |
| * | Added in_array() function. | Andrey Hristov | 1999-05-10 | 1 | -0/+1 |
| * | -Added extract() function | Andrey Hristov | 1999-05-08 | 1 | -0/+3 |
| * | * Plenty of thread safety and Win32 work. | Zeev Suraski | 1999-04-26 | 1 | -1/+1 |