summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* - modifyable -> modifiableAndi Gutmans2004-04-121-1/+1
* Initialize to 0 to prevent valgrind warningsMarcus Boerger2004-04-031-2/+2
* Found a NAN/INF solution that should be portable everywhere(?) (Ard,Marcus)Marcus Boerger2004-03-291-4/+8
* Improve portability (idea by Ard)Marcus Boerger2004-03-281-4/+6
* Portable solution for bug #27646 that works correct on Windows, tooMarcus Boerger2004-03-271-2/+2
* Correct that nameMarcus Boerger2004-03-261-1/+1
* let inf be generated by INF constant (thanks to Wez)Marcus Boerger2004-03-261-1/+1
* -Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example)Marcus Boerger2004-03-251-2/+31
* - Allow negative infinityMarcus Boerger2004-03-231-0/+2
* getopt() doesn't work if variables_order does not include "S" because itRasmus Lerdorf2004-03-101-2/+2
* - Make sure srand() / mt_srand() are really called.foobar2004-01-191-0/+3
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-1/+1
* Bugfix #25038 (call_user_func issues warning if function throws exception)Marcus Boerger2003-12-271-2/+4
* Define INADDR_NONE for systems that don't have it (apparently solaris).Ilia Alshanetsky2003-12-221-0/+4
* Check correction (Thanks Andi).Ilia Alshanetsky2003-12-191-1/+1
* Fixed bug #26667 (Added safety checks to ip2long()).Ilia Alshanetsky2003-12-191-1/+6
* CleanupZeev Suraski2003-12-141-144/+0
* Work around a bug in putenv() in the VS.Net C run time library (MSVCRT71) whe...Wez Furlong2003-12-041-0/+8
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-2/+4
* Added php_strip_whitespace() and php_check_syntax() functions.Ilia Alshanetsky2003-11-241-0/+92
* New function: headers_list(). Ennumerate headers sent to SAPI engineSara Golemon2003-11-191-0/+1
* Rename nanosleep() to time_nanosleep().Ilia Alshanetsky2003-11-141-3/+3
* Added configure check for nanosleep() availability.Ilia Alshanetsky2003-11-121-0/+4
* Added nanosleep(), in addition to allowing setting of very short states.Ilia Alshanetsky2003-11-121-0/+29
* Fixed bug #26176 (Fixed handling of numeric keys in INI files).Ilia Alshanetsky2003-11-101-12/+31
* Added substr_compare().Ilia Alshanetsky2003-10-301-0/+1
* By popular demand renaming uu(encode/decode) to convert_uu(encode/decode).Ilia Alshanetsky2003-10-281-2/+2
* Added uuencode() & uudecode() functions.Ilia Alshanetsky2003-10-271-0/+4
* Fixed bug #25895 (Incorrect detection of safe_mode limited ini options)Ilia Alshanetsky2003-10-201-1/+1
* make file uri's work with streamsShane Caraveo2003-10-191-0/+1
* MFB Fix for #25825Wez Furlong2003-10-151-1/+9
* New array functions for doing intersection of arrays that are complementaryAndrey Hristov2003-10-091-0/+4
* Implement stream_get_contents, which is somewhat akin to file_get_contents,Wez Furlong2003-10-081-0/+1
* MF4: allow realpath() for win32 non-ZTSStanislav Malyshev2003-09-301-1/+1
* 4 new functions :Andrey Hristov2003-09-231-2/+6
* http.h php_http,h renameSara Golemon2003-09-061-1/+1
* Introducing php_url_encode_hash_ex() internal functionSara Golemon2003-09-061-0/+2
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-021-5/+5
* proto fixAndrey Hristov2003-08-281-1/+1
* Added a parameter to php_setcookie to toggle URL encoding of the cookie dataBrian France2003-08-201-0/+1
* Moved the RINIT(crypt) stuff into crypt() itself.foobar2003-08-111-4/+0
* Move shutdown code to better placeMoriyoshi Koizumi2003-08-071-6/+2
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-051-2/+2
* Use new infrastructure.Zeev Suraski2003-08-031-9/+35
* Use correct macroMarcus Boerger2003-08-021-7/+7
* Fix bug #19613Zeev Suraski2003-07-241-0/+2
* Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.Sebastian Bergmann2003-06-281-21/+0
* Plug leak (context options not freed)Sara Golemon2003-06-131-5/+0
* updating license information in the headers.James Cox2003-06-101-3/+3