summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - MFH: No idea if we actually support 16 bit systems, but this just looked wrongDerick Rethans2006-11-141-1/+1
* bump year and license versionfoobar2006-01-011-4/+4
* MFH: bugfix #27646Marcus Boerger2004-03-271-0/+3
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* Added separate functions for setting include_path, for environmentsStig Bakken2002-11-051-0/+3
* @ - Added getopt() for parsing command line options and arguments. (Jon)Jon Parise2002-09-301-0/+2
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-231-3/+0
* @ Made the User-Agent that php's fopen wrappers send, configurable viaSterling Hughes2002-09-071-1/+4
* - Remove read_uploaded_fileDerick Rethans2002-03-231-1/+0
* - Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>)Derick Rethans2002-03-231-0/+1
* Adding object aggregation capability along with tests.Andrei Zmievski2002-02-211-0/+2
* Move type-handling functions into ext/standard/type.c (which hadjim winstead2002-01-091-17/+0
* - Removed is_array_multidimensionalDerick Rethans2001-12-291-1/+0
* - Added extra parameter to count() that recursively counts elements in anDerick Rethans2001-12-291-0/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* renamed rot13 to str_rot13()Hartmut Holzgraefe2001-12-061-1/+1
* ported rot13() from php3Hartmut Holzgraefe2001-12-061-0/+2
* @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() hasSterling Hughes2001-10-071-1/+4
* renamed doubleval to floatval and made doubleval an alias to floatvalHartmut Holzgraefe2001-09-211-2/+2
* Make rand thread safe when ZTS is defined.Sterling Hughes2001-09-161-0/+2
* revert bad commit.foobar2001-09-051-7/+0
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-0/+7
* @- Added ini_get_all() function which returns all registered ini entriesfoobar2001-08-301-0/+1
* Make the session module more independentZeev Suraski2001-08-261-1/+0
* Get rid of TRANS_SID - it's always possible to use it now.Zeev Suraski2001-08-251-6/+2
* Implement import_request_variables()Zeev Suraski2001-08-081-0/+1
* fix possible crash - we should never keep the zval** as they might pointThies C. Arntzen2001-08-041-1/+1
* Don't copy the strtok parameterSascha Schumann2001-08-031-0/+1
* Replace our strtok implementation with a binary-safe one which codeSascha Schumann2001-08-031-2/+3
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
* Provide typedefs for php_int32Sascha Schumann2001-07-181-0/+2
* Add getmygid() and safe_mode_gid ini directive to allow safe mode to doRasmus Lerdorf2001-07-091-0/+1
* - Start nuking not needed GINITAndi Gutmans2001-05-221-1/+0
* Moving some functions into Zend.Andrei Zmievski2001-05-211-5/+0
* Added get_defined_constants() function. Returns an associative array ofSean Bright2001-05-211-0/+1
* munmap() file in RSHUTDOWN, if PHPWRITE fails.Sascha Schumann2001-05-181-0/+5
* @- Added is_callable() function that can be used to find out whetherAndrei Zmievski2001-05-091-0/+1
* this function will never return true...Zeev Suraski2001-03-041-1/+0
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* added iconv extension.Rui Hirokawa2001-01-091-8/+0
* added a output handler function ob_iconv_handler which tranforms output encod...Rui Hirokawa2001-01-081-0/+8
* Added is_scalar() function.Zak Greant2000-12-181-4/+5
* @ Added the call_user_method_array function which allows you to call a method...Sterling Hughes2000-12-081-0/+1
* @ Added the is_null() function that will return true if a variable is ofSterling Hughes2000-11-291-0/+1
* @ Added the call_user_func_array() function which gives you the ability toSterling Hughes2000-11-241-0/+2
* parse_ini_file() supports a new optional 2nd argument that instructs itZeev Suraski2000-10-291-0/+2
* Add new URL scanner. This version is up to 20% faster. It will beSascha Schumann2000-09-191-0/+3