summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Security related updates:Zeev Suraski2000-09-091-0/+1
* Fix buildZeev Suraski2000-09-081-1/+1
* - Implemented is_upload_file()Zeev Suraski2000-09-081-0/+2
* @Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Ste...Sterling Hughes2000-09-041-0/+1
* @- Added support for user defined 'tick' callback functions. This helpsAndrei Zmievski2000-09-011-0/+3
* - Fix IMAP build problemZeev Suraski2000-08-241-1/+0
* Cleaning up some messSascha Schumann2000-08-211-0/+2
* trans-sid rewrite, is now state-aware (fix for bug #3411 and friends)Hartmut Holzgraefe2000-08-011-0/+9
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* Change the serialization semantics to:Sascha Schumann2000-06-231-0/+3
* Add a crc32 checksum function - used by the udm_search search engineRasmus Lerdorf2000-06-211-0/+2
* There's really no need for an entire file for a one line function...Zeev Suraski2000-05-291-0/+2
* Make syslog module thread-safe.Sascha Schumann2000-05-281-0/+4
* @ 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