summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Repositioned CoInitialize and CoUninitialize that apparetly makes it moreIlia Alshanetsky2002-12-021-7/+8
* -rename checkdnsrr to dns_check_record, keep old name as aliasMarcus Boerger2002-11-191-9/+22
* use consistent constantsSterling Hughes2002-11-081-2/+8
* Added separate functions for setting include_path, for environmentsStig Bakken2002-11-051-0/+65
* fix a warningMarcus Boerger2002-11-021-0/+3
* getopt with long options reverted to configure problemsHartmut Holzgraefe2002-10-301-7/+7
* make microtime and gettimeofday unavailable instead of return false returnMarcus Boerger2002-10-291-0/+2
* Cleanup (make sterling happy).Ilia Alshanetsky2002-10-251-5/+3
* Added a mechanism allowing the disabling of the ability to changeIlia Alshanetsky2002-10-251-0/+12
* trying to fix #20063Hartmut Holzgraefe2002-10-241-1/+1
* fixed build for getopt_long-less platforms,Hartmut Holzgraefe2002-10-211-4/+2
* Convert C++ style comments to C style comments.Jon Parise2002-10-211-2/+3
* getopt() now supports long options on platforms that have getopt_long()Hartmut Holzgraefe2002-10-211-13/+105
* - Only include ftok() if it is availableDerick Rethans2002-10-201-0/+2
* - Remove #ifdefs around ftok function so that it is also available whenDerick Rethans2002-10-201-2/+0
* Renamed word_count to str_word_count to comply with naming conventions.Ilia Alshanetsky2002-10-171-1/+1
* Added word_count() function that allows counting of words inside a string.Ilia Alshanetsky2002-10-171-0/+1
* Add php_ini_scanned_files() so "make test" can tell you when you haveRasmus Lerdorf2002-10-061-0/+1
* You can't detect NULL nicely - false is better and more PHPish.Sander Roobol2002-10-061-1/+1
* Fixed getopt() - made it actually workSander Roobol2002-10-061-8/+20
* Revert the implicit_flush mess.Zeev Suraski2002-10-061-2/+0
* Begin the cleanup - remove ob_flush_all()Zeev Suraski2002-10-061-1/+0
* return FALSE on errorMarcus Boerger2002-10-041-7/+7
* Fixed broken code by Derick.Yasuo Ohgaki2002-10-031-0/+2
* ws fixes.Andrey Hristov2002-10-031-9/+9
* - Revert changed to implicit_flush behavior. The new behavior was notDerick Rethans2002-10-031-2/+0
* Fixed broken higlight_string()Yasuo Ohgaki2002-10-031-0/+2
* Added ob_flush_all() that flushes bufferred contents until it actuallyYasuo Ohgaki2002-10-031-0/+1
* Added ob_get_clean() and ob_get_flush().Yasuo Ohgaki2002-10-031-0/+2
* @ - Added getopt() for parsing command line options and arguments. (Jon)Jon Parise2002-09-301-0/+103
* Rename streams functions to fit with naming conventions, adding aliasesWez Furlong2002-09-281-5/+7
* Implement stream_select() which works just like socket_select, but only onWez Furlong2002-09-271-4/+6
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-2/+2
* str_shuffle() function added. Like shuffle() for arrays - however theAndrey Hristov2002-09-251-0/+1
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-1/+2
* Fix indirectionZeev Suraski2002-09-241-2/+2
* basic_functions.cWez Furlong2002-09-231-0/+1
* New function added - array_intersect_assoc() similar to array_intersect()Andrey Hristov2002-09-211-0/+1
* Fix the last part of bug #13982 (ignore_user_abort() settings were 'leaking'Zeev Suraski2002-09-191-2/+2
* stupid lino-typo .... :(Hartmut Holzgraefe2002-09-171-2/+2
* headers_sent() may now return information about where output startedHartmut Holzgraefe2002-09-171-1/+2
* New function added : array_diff_assoc() . Like array_diff() but doesAndrey Hristov2002-09-111-0/+1
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-1/+0
* Added EXPERIMENTAL ftps fopen wrapper.Stefan Esser2002-09-081-0/+1
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-3/+16
* Use zend_ini_string instead of the 'alias'.foobar2002-09-031-2/+2
* fix proto and tweak error messageMarcus Boerger2002-08-261-2/+2
* improoved error messagesMarcus Boerger2002-08-251-2/+14
* php_error_docrefMarcus Boerger2002-08-241-28/+28
* Fix import_request_variables()Zeev Suraski2002-08-241-1/+2