summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
Commit message (Expand)AuthorAgeFilesLines
* - [DOC] restore get_magic_quotes_gpc and get_magic_quotes_runtimePierre Joye2008-05-241-1/+0
* - Readd config_get_has(). No need to document, it is only available for debug...Jani Taskinen2008-04-151-0/+2
* Implement forward_static_call(_array) to complete LSB. Patch by Mike LivelyEtienne Kneuss2008-04-071-0/+2
* - Rename it againMarcus Boerger2008-02-031-1/+1
* - Rename dump_config_hash() to get_config_hash() as it doesn't dumpMarcus Boerger2008-02-031-2/+0
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB:-r1.139.2.2 Export symbols that will allow building WDDX as shared objectJani Taskinen2007-10-051-1/+1
* - Added ".htaccess" style user-defined php.ini files support forJani Taskinen2007-09-281-0/+3
* - Fix compile warningsJani Taskinen2007-07-211-3/+3
* Remove weird useless entriesHannes Magnusson2007-05-281-1/+0
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix import_request_variables()Antony Dovgal2006-12-061-1/+1
* Unicode support in import_request_variables().Andrei Zmievski2006-11-211-0/+1
* - No idea if we actually support 16 bit systems, but this just looked wrongDerick Rethans2006-11-141-1/+1
* Remove references to BG(user_compare_fnnc_name).Andrei Zmievski2006-07-211-1/+0
* Make array_walk(_recursive) use params API with FCI cache and mark themAndrei Zmievski2006-07-201-1/+2
* - added error_get_last() functionMichael Wallner2006-07-191-0/+1
* - Upgrade usort() to support Unicode (including valid Unicode callbacks).Andrei Zmievski2006-07-171-0/+1
* MFB: sys_getloadavg()Hannes Magnusson2006-06-261-0/+3
* So long safe_mode mode.Ilia Alshanetsky2006-03-081-0/+1
* Fixed bug #36630 (umask not reset at the end of the request).Ilia Alshanetsky2006-03-061-0/+2
* MFB51 Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-281-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Unicode impl of strtok()Rolland Santimano2005-09-291-2/+2
* vs.net 2005 introduces 64-bit time_t.Wez Furlong2005-08-131-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Fix FCI cache for array_walk and user array compare functions. BugAndrei Zmievski2005-06-151-1/+0
* Added time_sleep_until() function, which is a high precision mechanism ofIlia Alshanetsky2005-04-101-0/+1
* Removed php_check_syntax() function, it never worked properly. For nowIlia Alshanetsky2005-04-061-1/+0
* Fix inet_pton/ntop() on BSDSara Golemon2004-08-071-2/+2
* New Functions inet_pton() and inet_ntop()Sara Golemon2004-08-071-0/+6
* Portable solution for bug #27646 that works correct on Windows, tooMarcus Boerger2004-03-271-0/+3
* Ooops, these should not be pointers ;)Wez Furlong2004-02-231-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-5/+3
* Added php_strip_whitespace() and php_check_syntax() functions.Ilia Alshanetsky2003-11-241-0/+2
* Rename nanosleep() to time_nanosleep().Ilia Alshanetsky2003-11-141-1/+1
* Added configure check for nanosleep() availability.Ilia Alshanetsky2003-11-121-0/+2
* Added nanosleep(), in addition to allowing setting of very short states.Ilia Alshanetsky2003-11-121-0/+1
* Move typedef to where it is needed now.Marcus Boerger2003-11-071-6/+2
* Fix fgetcsv() to correctly support international charactersMoriyoshi Koizumi2003-10-041-0/+9
* Move shutdown code to better placeMoriyoshi Koizumi2003-08-071-0/+1
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-051-3/+3
* Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.Sebastian Bergmann2003-06-281-1/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* convert array functions to use fast_call_user_function(), gives a niceSterling Hughes2003-05-201-0/+2
* - Rename stream_register_filter() to stream_filter_register(),Derick Rethans2003-05-191-1/+1
* Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an ...Sebastian Bergmann2003-04-011-2/+0
* Add the landonize() and landonize_url() functions which provide a secureSterling Hughes2003-04-011-0/+2
* Adjustment to user filters reimplementation. Make a bucket an object contain...Sara Golemon2003-03-091-1/+0