summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ZTS buildSascha Schumann2001-03-241-0/+1
* Added target ownership check in function copy for safe_mode operationsRomolo Manfredini2001-03-231-1/+5
* Fixed prototype.Sean Bright2001-03-221-1/+1
* Fix for bug #9698.Sean Bright2001-03-211-1/+4
* @- Added array_map() function that applies a callback to the elementsAndrei Zmievski2001-03-191-0/+1
* @- Added array_filter(), which allows filtering of array elements viaAndrei Zmievski2001-03-161-0/+1
* This has got to be the last one..foobar2001-03-161-1/+1
* @- Added array_reduce(), which allows iterative reduction of an arrayAndrei Zmievski2001-03-121-0/+1
* HAVE_BINDLIB --> HAVE_LIBBINDfoobar2001-03-111-1/+1
* @- Fixed argument checking for call_user_func* functions and allowedAndrei Zmievski2001-03-091-4/+14
* this function will never return true...Zeev Suraski2001-03-041-11/+0
* @- Forced call_user_method() and call_user_method_array() to take theAndrei Zmievski2001-03-021-9/+14
* Provide proper function aliases, if the sendmail functionsSascha Schumann2001-02-261-0/+5
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Actually compile on systems without syslog.Sascha Schumann2001-02-241-0/+2
* Rename to array_search().Andrei Zmievski2001-02-201-1/+1
* Moved the core of in_array into the function php_search_array, which is calle...Jason Greene2001-02-201-0/+1
* There might be more systems which do not support chroot, so we checkSascha Schumann2001-02-151-1/+3
* - chroot does not work on windowsDerick Rethans2001-02-151-0/+2
* - Added the chroot function for changing root in a script.Derick Rethans2001-02-141-0/+1
* Fix Windows buildZeev Suraski2001-02-051-25/+25
* Allow calling static methods via call_user_method_* functions.Andrei Zmievski2001-02-051-3/+4
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-2/+16
* Put these back where they belong. They weren't necessary unless ZTS andSean Bright2001-01-171-2/+2
* Added string comparison function strcoll(). It uses the current locale toSean Bright2001-01-171-0/+5
* Added localeconv() function. Operates similarly to localeconv() defined inSean Bright2001-01-141-0/+7
* Both thread-safe and thread-unsafe builds should be ok nowZeev Suraski2001-01-131-2/+1
* added iconv extension.Rui Hirokawa2001-01-091-34/+0
* If TZ environment variable is changed call tzset().foobar2001-01-091-0/+3
* added iconv_set_encoding() to change the encoding setting.Rui Hirokawa2001-01-081-0/+1
* added a output handler function ob_iconv_handler which tranforms output encod...Rui Hirokawa2001-01-081-0/+29
* - Make the INI mechanism thread safe (fix necessary API changes from Zend)Zeev Suraski2000-12-271-1/+1
* Removed unused variable from is_scalarZak Greant2000-12-201-1/+0
* Added is_scalar() function.Zak Greant2000-12-181-94/+121
* Fixing compilation on Win32. (and others)Frank M. Kromann2000-12-151-2/+3
* @Added iconv() function (using libc or libiconv) (Stig)Stig Bakken2000-12-151-1/+2
* Fix call_user_function() with objects - it could leak under certain circumsta...Zeev Suraski2000-12-131-2/+2
* @ Added the call_user_method_array function which allows you to call a method...Sterling Hughes2000-12-081-0/+43
* Hardcode the readdir entry as wellSascha Schumann2000-12-071-1/+1
* We don't want any hard errors in PHP scripts unless absolutely necessary.Andrei Zmievski2000-12-071-2/+2
* Fugbix in call_user_func_array() if second argument is empty.Kristian Köhntopp2000-12-071-0/+2
* Hardcode all functions which are mentioned in the Large File Support SpecSascha Schumann2000-12-071-6/+6
* @ Added the is_null() function that will return true if a variable is ofSterling Hughes2000-11-291-0/+9
* The result of conv_z_macros and some manual conversion ofSascha Schumann2000-11-271-69/+67
* Fix windows buildZeev Suraski2000-11-261-0/+1
* @ Added the call_user_func_array() function which gives you the ability toSterling Hughes2000-11-241-0/+61
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-0/+1
* Updated proto for highlight_file/highlight_stringJesus M. Castagnetto2000-11-041-2/+2
* - Complete the move to the new INI parser. (Side effect: at last, peopleZeev Suraski2000-10-301-2/+3
* parse_ini_file() supports a new optional 2nd argument that instructs itZeev Suraski2000-10-291-6/+59