summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the new INI parser for parse_ini_str()Zeev Suraski2000-10-291-0/+43
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-2/+3
* - URL-opened files now store the HTTP response header in $http_response_headerZeev Suraski2000-10-281-5/+5
* Added array_sum() function.Andrei Zmievski2000-10-251-0/+1
* Fix php://* being handled by the ftp handlerSascha Schumann2000-10-221-1/+1
* Aha, Sascha made a mistake! ;)Rasmus Lerdorf2000-10-161-0/+2
* Enable users to set the HTML tags to rewriteSascha Schumann2000-10-161-1/+4
* now it works for me as CGI and APXS, with or without --enable-debug ...Hartmut Holzgraefe2000-10-131-5/+6
* compile fixes & update of win32 dspDaniel Beulshausen2000-10-131-0/+2
* fopen wrappers cleanupHartmut Holzgraefe2000-10-131-0/+22
* added some missing protosHartmut Holzgraefe2000-10-111-0/+6
* Remove unnecessary include directiveSascha Schumann2000-09-191-1/+0
* - Fix warningsZeev Suraski2000-09-191-0/+6
* Add new URL scanner. This version is up to 20% faster. It will beSascha Schumann2000-09-191-0/+2
* - Made eval() and several other runtime-evaluated code portions report theZeev Suraski2000-09-121-1/+6
* reversed chomp alias addition as per Andi Gutmans' requestDaniel Beckham2000-09-121-1/+0
* added chomp() alias for chop() for us Perl purists.Daniel Beckham2000-09-121-0/+1