summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Added substr_compare().Ilia Alshanetsky2003-10-303-0/+31
* Some clean-upsMoriyoshi Koizumi2003-10-291-2/+0
* This check's always necessary.Moriyoshi Koizumi2003-10-291-2/+0
* Add test case for bug #26003Moriyoshi Koizumi2003-10-292-0/+0
* MFB(r-1.109.2.12): A possible fix for bug #26026Moriyoshi Koizumi2003-10-291-1/+1
* Allow userspace filters to use wildcardsSara Golemon2003-10-291-3/+30
* Allow userfilter instantiation to programmatically fail by returning false.Sara Golemon2003-10-281-9/+28
* By popular demand renaming uu(encode/decode) to convert_uu(encode/decode).Ilia Alshanetsky2003-10-283-6/+6
* Add missing reinitialization callMoriyoshi Koizumi2003-10-271-0/+1
* Fixed bug #26003 (fgetcsv() not binary-safe on null bytes)Moriyoshi Koizumi2003-10-271-13/+19
* Added uuencode() & uudecode() functions.Ilia Alshanetsky2003-10-274-1/+247
* - Fixed bug #25581 (getimagesize () return incorrect values on bitmapMarcus Boerger2003-10-251-6/+17
* Workaround for bug #25955Marko Karppinen2003-10-241-9/+3
* Fixed some test names.Ilia Alshanetsky2003-10-243-3/+3
* Missing '&' in the result of get_html_translation_table()Moriyoshi Koizumi2003-10-211-1/+3
* Fix typoMoriyoshi Koizumi2003-10-201-1/+1
* Fixed bug #25923 (mail() modifies the to & subject arguments).Ilia Alshanetsky2003-10-201-14/+25
* 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-192-0/+2
* make parse_url work correctly for file uri's on windows, such asShane Caraveo2003-10-191-0/+6
* MFB Fix for #25825Wez Furlong2003-10-151-1/+9
* Fixed bug #25800 (parse_url() could not parse urls with empty port).Ilia Alshanetsky2003-10-132-6/+40
* Remove sendmail patch check.Ilia Alshanetsky2003-10-131-25/+0
* New array functions for doing intersection of arrays that are complementaryAndrey Hristov2003-10-094-27/+804
* Implement stream_get_contents, which is somewhat akin to file_get_contents,Wez Furlong2003-10-083-0/+34
* Oops..Moriyoshi Koizumi2003-10-081-1/+1
* Better fix for bug #25758Moriyoshi Koizumi2003-10-081-1/+1
* Fixed bug #25758 (var_export does not escape ' & \ inside array keys)Ilia Alshanetsky2003-10-082-1/+19
* Fixed clobbering of the source array, when merging complexIlia Alshanetsky2003-10-051-0/+2
* Fix the macro to prevent it from falling over in a messMoriyoshi Koizumi2003-10-051-1/+1
* Change fgetcsv() so that the second parameter is also optional.Moriyoshi Koizumi2003-10-041-53/+47
* Fix autoconf(2.13) buildMoriyoshi Koizumi2003-10-041-5/+23
* Fix fgetcsv() to correctly support international charactersMoriyoshi Koizumi2003-10-043-103/+279
* Fixed bug #24766 (strange result array from unpack())Moriyoshi Koizumi2003-10-031-9/+23
* - Added test for bug #24766foobar2003-10-031-0/+31
* Add a test case for bug #25708Moriyoshi Koizumi2003-10-021-0/+223
* Fixed bug #25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS)Moriyoshi Koizumi2003-10-021-11/+8
* Fix for the fix for #25707Moriyoshi Koizumi2003-10-021-9/+17
* Add support for hexadecimal-style numeric entities (&#x..;)Moriyoshi Koizumi2003-10-021-1/+5
* Drop multibyte character support in html_entity_decode().Moriyoshi Koizumi2003-10-021-4/+27
* Fixed bug #25707 (html_entity_decode over-decodes <)Moriyoshi Koizumi2003-10-022-38/+64
* Move the test to new file.Andrey Hristov2003-09-302-7/+15
* fixAndrey Hristov2003-09-301-0/+7
* smash a segmentation faultAndrey Hristov2003-09-301-1/+1
* Memory leak fixed (no need of MFH since this is code specific to PHP5)Andrey Hristov2003-09-301-0/+1
* MF4: allow realpath() for win32 non-ZTSStanislav Malyshev2003-09-303-3/+3
* Simplification.Moriyoshi Koizumi2003-09-291-4/+3
* Test for Bug 25671Sara Golemon2003-09-271-0/+23
* Bug Fix#25671 Corruption in subarrays in subject when using str_replaceSara Golemon2003-09-261-1/+4
* typofoobar2003-09-261-1/+1