144 Commits (c4154145df03aafca2cd64d2fa34fbdfcd0ff00e)

Author SHA1 Message Date
Ilia Alshanetsky 4ab6eb3d19 MFH: Fixed bug #36630 (umask not reset at the end of the request). 20 years ago
Rasmus Lerdorf bab48a0906 Rename getloadavg to sys_getloadavg 20 years ago
Wez Furlong a8be85ce7e add getloadavg() function that has been running in production on rs1.php.net 20 years ago
Frank M. Kromann 80cc4867e3 Export symbols that will allow building WDDX as shared object 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Andrei Zmievski ec09711101 Fix FCI cache for array_walk and user array compare functions. Bug 21 years ago
Ilia Alshanetsky 6f539ae99e Added time_sleep_until() function, which is a high precision mechanism of 21 years ago
Ilia Alshanetsky 1d60050312 Removed php_check_syntax() function, it never worked properly. For now 21 years ago
Sara Golemon 37b8c079d6 Fix inet_pton/ntop() on BSD 22 years ago
Sara Golemon 75f4ec8879 New Functions inet_pton() and inet_ntop() 22 years ago
Marcus Boerger bc0373b880 Portable solution for bug #27646 that works correct on Windows, too 22 years ago
Wez Furlong 2b95eccf7e Ooops, these should not be pointers ;) 22 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 23 years ago
Sara Golemon 026d4c9e4c Route php_stat() via streams/url_stat API (php_stream_stat_path). 23 years ago
Ilia Alshanetsky b03d3fa5b7 Added php_strip_whitespace() and php_check_syntax() functions. 23 years ago
Ilia Alshanetsky c53b53f926 Rename nanosleep() to time_nanosleep(). 23 years ago
Ilia Alshanetsky 127ed194b7 Added configure check for nanosleep() availability. 23 years ago
Ilia Alshanetsky 3691ab699c Added nanosleep(), in addition to allowing setting of very short states. 23 years ago
Marcus Boerger 220e41a421 Move typedef to where it is needed now. 23 years ago
Moriyoshi Koizumi 921e5b47c5 Fix fgetcsv() to correctly support international characters 23 years ago
Moriyoshi Koizumi 12ac36ca8d Move shutdown code to better place 23 years ago
Zeev Suraski 90b29aa076 Replace fast_call_user_function() with zend_call_function() 23 years ago
Sebastian Bergmann 10ec176f69 Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye. 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Sterling Hughes 9ac50a13d7 convert array functions to use fast_call_user_function(), gives a nice 23 years ago
Derick Rethans 92f0da58e6 - Rename stream_register_filter() to stream_filter_register(), 23 years ago
Sebastian Bergmann b8e3e0bfe3 Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an April's Fool joke. 23 years ago
Sterling Hughes 53d90d8b9b Add the landonize() and landonize_url() functions which provide a secure 23 years ago
Sara Golemon c4a491e12c Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket) and a data element for direct operations. Simplifies 23 years ago
Sara Golemon 85a5ef3ec9 Initial re-implementation of userfilters after filterchain redesign by wez. More userspace API to come. 23 years ago
Wez Furlong 59e4fdcc10 Implement fprintf() and vfprintf(). 24 years ago
Sara Golemon 43630e2ac0 Added stream_get_filters(); to list registered filters 24 years ago
Wez Furlong 350b0bbeac Implement user-space filters. 24 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 24 years ago
Stig Bakken efeaa5917c Added separate functions for setting include_path, for environments 24 years ago
Jon Parise 033224784b @ - Added getopt() for parsing command line options and arguments. (Jon) 24 years ago
Wez Furlong c74b9faca5 Implement a default_socket_timeout and auto_detect_line_endings ini options. 24 years ago
Sterling Hughes 91df221ab7 @ Made the User-Agent that php's fopen wrappers send, configurable via 24 years ago
Derick Rethans 1f9b519c55 - Remove read_uploaded_file 24 years ago
Derick Rethans e2f110d982 - Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>) 24 years ago
Andrei Zmievski 513e598d1e Adding object aggregation capability along with tests. 24 years ago
jim winstead e68095972e Move type-handling functions into ext/standard/type.c (which had 25 years ago
Derick Rethans 57f3c395b8 - Removed is_array_multidimensional 25 years ago
Derick Rethans cef0a461f9 - Added extra parameter to count() that recursively counts elements in an 25 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
Hartmut Holzgraefe 49cc65cdae renamed rot13 to str_rot13() 25 years ago
Hartmut Holzgraefe 71028d46cf ported rot13() from php3 25 years ago
Sterling Hughes 3a50a0322f @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has 25 years ago
Hartmut Holzgraefe 2c275bf793 renamed doubleval to floatval and made doubleval an alias to floatval 25 years ago