summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* fix phpinfo() output for better browser BCColin Viebrock2002-09-262-94/+51
* Emit a warning when an unsupported charset is requested in htmlentities.Wez Furlong2002-09-261-2/+10
* Fix segfault in wrapper error log mechanism when errors are logged onWez Furlong2002-09-262-0/+2
* - GLOB_NOMATCH and GLOB_NOESCAPE are only defined in win32/glob.hJan Lehnardt2002-09-261-0/+2
* Remove an unused variable and a now-unused function.Wez Furlong2002-09-263-37/+1
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-266-33/+74
* Remove dupYasuo Ohgaki2002-09-261-1/+0
* Fix ZTS build. Fix warning.Sebastian Bergmann2002-09-261-2/+0
* fix windows buildHartmut Holzgraefe2002-09-261-1/+1
* glob should now be ZTS/open_basedir/safe_mode aware (finally)Hartmut Holzgraefe2002-09-261-7/+40
* symbolic constants for fnmatch flags addedHartmut Holzgraefe2002-09-261-0/+9
* Test case for strspn()/strcspn().Andrey Hristov2002-09-251-0/+26
* Added common handler for strspn() and strcspn(). Almost of the code isAndrey Hristov2002-09-251-24/+59
* str_shuffle() function added. Like shuffle() for arrays - however theAndrey Hristov2002-09-253-0/+35
* *** empty log message ***Andrei Zmievski2002-09-251-1/+1
* Make these all work with persistent streams too.Wez Furlong2002-09-252-2/+2
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-254-148/+105
* Fix bug #17570.Andrei Zmievski2002-09-252-15/+14
* prevent segv on Windows with negative localtime values.Ilia Alshanetsky2002-09-251-2/+14
* SyncSascha Schumann2002-09-251-43/+65
* Allow - as part of an attributeSascha Schumann2002-09-251-7/+9
* Fix #13472 by making it possible to append the <input> stuff afterSascha Schumann2002-09-251-6/+27
* Sync with .reSascha Schumann2002-09-251-62/+80
* Allow malformed HTML such asSascha Schumann2002-09-251-1/+1
* Fixed bug #17957Ilia Alshanetsky2002-09-241-21/+16
* Fix indirectionZeev Suraski2002-09-241-2/+2
* Fix for #19570: last character in translation table is omitted.Wez Furlong2002-09-241-1/+1
* Fix EOL markers for file() so that Mac EOL work correctly.Wez Furlong2002-09-241-1/+7
* WSWez Furlong2002-09-231-10/+10
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-234-6/+8
* basic_functions.cWez Furlong2002-09-231-0/+1
* (PHP touch) Remove an extraneous time() call.Sascha Schumann2002-09-231-1/+0
* Fix warning.Sebastian Bergmann2002-09-231-1/+0
* Revise buffer/seek code a little.Wez Furlong2002-09-231-7/+249
* Implement read buffering in streams.Wez Furlong2002-09-233-11/+13
* - Unbreak buildDerick Rethans2002-09-221-1/+1
* typoJames Cox2002-09-221-2/+2
* - Fix ZTS buildDerick Rethans2002-09-211-1/+1
* Added a test script for strip_tags() function.Ilia Alshanetsky2002-09-211-0/+26
* Fixed bug #7472 as well as many other bugs with strip_tags implementation.Ilia Alshanetsky2002-09-211-26/+48
* ws fixes.Andrey Hristov2002-09-211-35/+38
* Fixed bug #12934Ilia Alshanetsky2002-09-211-1/+1
* Add '+' modifier.Sascha Schumann2002-09-211-8/+23
* Test case for array_intersect() and array_intersect_assoc()Andrey Hristov2002-09-211-0/+312
* New function added - array_intersect_assoc() similar to array_intersect()Andrey Hristov2002-09-213-10/+58
* Fixed bugs #12989 and #12120Ilia Alshanetsky2002-09-201-1/+8
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-194-38/+176
* Fixed bug #19313Ilia Alshanetsky2002-09-192-3/+20
* Fixed bug #19414Ilia Alshanetsky2002-09-191-2/+4
* Fix the last part of bug #13982 (ignore_user_abort() settings were 'leaking'Zeev Suraski2002-09-191-2/+2