summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed build for getopt_long-less platforms,Hartmut Holzgraefe2002-10-211-4/+2
* Convert C++ style comments to C style comments.Jon Parise2002-10-211-2/+3
* killed some warnings identified by sebastianHartmut Holzgraefe2002-10-211-3/+3
* some changes to how request input data (Content-Lenght >0) is handledHartmut Holzgraefe2002-10-211-0/+57
* getopt() now supports long options on platforms that have getopt_long()Hartmut Holzgraefe2002-10-212-13/+107
* There is no point doing this test. Some systems think root can always execute...foobar2002-10-211-8/+0
* - Only include ftok() if it is availableDerick Rethans2002-10-203-0/+6
* - Remove #ifdefs around ftok function so that it is also available whenDerick Rethans2002-10-203-10/+0
* - Hopefully fix test file problemsDerick Rethans2002-10-191-0/+1
* made fgets() binary safe.Wez Furlong2002-10-191-5/+6
* Added handling for file:/ schema, which does not contain a host.Ilia Alshanetsky2002-10-181-1/+6
* ws fixesfoobar2002-10-181-60/+73
* Fixed bug #19971 (optimized the file() function).Ilia Alshanetsky2002-10-181-19/+36
* Improve file().Wez Furlong2002-10-181-36/+8
* @- Fixed an infinite loop in setlocale() when only invalid locale namesAndrei Zmievski2002-10-181-1/+1
* Renamed word_count to str_word_count to comply with naming conventions.Ilia Alshanetsky2002-10-173-4/+4
* Added support for file:/. Thanks to Thies for noticing the problem.Ilia Alshanetsky2002-10-171-2/+7
* Added word_count() function that allows counting of words inside a string.Ilia Alshanetsky2002-10-173-0/+76
* Nope, that last one wasn't a leak in main/streams.c, it wasWez Furlong2002-10-151-1/+1
* hopefully silence compile warnings on Solaris related to HUGEVAL beingSterling Hughes2002-10-151-2/+3
* Added tests for %e & %EIlia Alshanetsky2002-10-151-0/+10
* Fixed bug #4232. (Added support for %e and %E to printf/sprintf)Ilia Alshanetsky2002-10-151-0/+25
* Fixed bug #19649.Ilia Alshanetsky2002-10-141-1/+5
* Added float printing tests.Ilia Alshanetsky2002-10-141-0/+4
* Fixed a bug (introduced in previous patch) that caused non-double values toIlia Alshanetsky2002-10-141-0/+1
* @- fgets($fp) (with no length parameter) now uses a buffer as long as theWez Furlong2002-10-141-18/+22
* Add a sanity check and more verbose output in the case of an error.Wez Furlong2002-10-141-1/+7
* (php_socket_errno) win32 errno compatible macro.Wez Furlong2002-10-131-30/+14
* - Fixed bug #19885, dl() no longer gives a fatal error when a moduleDerick Rethans2002-10-131-3/+4
* Make PHP follow 301 correctly.Wez Furlong2002-10-131-0/+1
* - Make the test do what it saysDerick Rethans2002-10-122-38/+37
* Fixed a bug introduced by previous patch.Ilia Alshanetsky2002-10-121-2/+2
* I already said that this construct was wrong...Stefan Esser2002-10-121-2/+3