summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Add FreeBSD localeMelvyn Sopacua2002-10-272-4/+4
* Add FreeBSD localeMelvyn Sopacua2002-10-271-2/+2
* Better fix for bug #20108.Ilia Alshanetsky2002-10-261-2/+6
* Added expected output.Ilia Alshanetsky2002-10-261-2/+7
* Fixed bug #20108.Ilia Alshanetsky2002-10-261-2/+2
* - Fix typoesDerick Rethans2002-10-261-1/+1
* - fix typeDerick Rethans2002-10-261-2/+2
* Test for bug in sprintfMelvyn Sopacua2002-10-261-0/+7
* remove original versionMarcus Boerger2002-10-261-13/+0
* change to use EXPECTREGEX and renameMarcus Boerger2002-10-261-0/+12
* split testsMarcus Boerger2002-10-262-9/+19
* fine tuneMarcus Boerger2002-10-268-8/+3
* Renamed test casesMoriyoshi Koizumi2002-10-259-0/+0
* This is needed for BSD (FreeBSD, BSDi and possibly others), problemIlia Alshanetsky2002-10-251-2/+2
* Cleanup (make sterling happy).Ilia Alshanetsky2002-10-251-5/+3
* Updated the test cases for htmlentities()Moriyoshi Koizumi2002-10-255-10/+60
* Fix build if mbstring is enabled as shared extension.Moriyoshi Koizumi2002-10-251-55/+87
* README.TESTING examplesMarcus Boerger2002-10-252-3/+5
* remove unnecessary sectionsMarcus Boerger2002-10-251-2/+0
* Added a mechanism allowing the disabling of the ability to changeIlia Alshanetsky2002-10-251-0/+12
* Added some cases which test if charset determination withMoriyoshi Koizumi2002-10-245-0/+77
* Improved determine_charset() to look up SG(default_charset) valueMoriyoshi Koizumi2002-10-241-31/+31
* Added new test cases for htmlentitiesMoriyoshi Koizumi2002-10-249-0/+128
* Fixed ISO-8859-1 handling.Moriyoshi Koizumi2002-10-241-0/+3
* trying to fix #20063Hartmut Holzgraefe2002-10-242-1/+3
* Added € support to cp1252 tableMoriyoshi Koizumi2002-10-241-1/+1
* - Add locale string for FreeBSDMelvyn Sopacua2002-10-241-2/+2
* fix compiler warning?: implement default mentioned by manualMarcus Boerger2002-10-241-1/+1
* fix compiler warningMarcus Boerger2002-10-242-2/+4
* - Protect function definitions with #ifdef's tooDerick Rethans2002-10-241-0/+7
* - If functions are not available on OS, they're not available in PHP.foobar2002-10-241-15/+10
* Reverted because my patch doesn't make sense: it was just my problem.Moriyoshi Koizumi2002-10-241-1/+0
* Fix buildMoriyoshi Koizumi2002-10-241-0/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-244-12/+2
* Make PHP compile out-of-the-box with uClibcSascha Schumann2002-10-242-1/+11
* - fix segfault in proc_openJan Lehnardt2002-10-241-1/+1
* use german characters for a test with german localeMarcus Boerger2002-10-241-2/+2
* fix warningMarcus Boerger2002-10-231-1/+1
* Added 'skip logic' to the test on platforms where the locale required byIlia Alshanetsky2002-10-231-6/+9
* Test case regarding randomization of shuffle() and str_shuffle().Andrey Hristov2002-10-231-0/+84
* ShortenMarcus Boerger2002-10-231-2/+0
* Improved determine_charset() to use mbstring.internal_encoding when the lastMoriyoshi Koizumi2002-10-221-0/+35
* test for locale support in strtoupperMelvyn Sopacua2002-10-221-0/+17
* Fix for cases when new_length is NULLMarcus Boerger2002-10-221-4/+6
* Fixed a possible segmentation fault in file() function.Ilia Alshanetsky2002-10-221-2/+4
* Fixed implode testIlia Alshanetsky2002-10-221-2/+4
* Fixing check to enable dl() for both cgi and cgi-fcgiFrank M. Kromann2002-10-221-1/+1
* Removed tabs and combined those multiple AC_CHECK_FUNCS calls to one.foobar2002-10-211-13/+11
* Fixed symlink/link functions on ZTS builds.Ilia Alshanetsky2002-10-211-19/+37
* Refine stream_select() to work with streams that have data in their readWez Furlong2002-10-211-6/+78