summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Nuke tabs.foobar2002-10-211-4/+4
* 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
* Cleanup. (no tabs here!)foobar2002-10-211-41/+38
* Refine stream_select() to work with streams that have data in their readWez Furlong2002-10-211-6/+78
* no need to double fetchSterling Hughes2002-10-211-3/+2
* @ updated FDF extension to work with current Adodeb fdftk 5.0 (hartmut)Hartmut Holzgraefe2002-10-213-120/+955
* fixed build for getopt_long-less platforms,Hartmut Holzgraefe2002-10-211-4/+2
* Changed --with-gd to behave same way as --with-mysql does.foobar2002-10-211-29/+17
* Renamed the test cases.Moriyoshi Koizumi2002-10-2152-704/+511
* 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
* ZTS build fixHartmut Holzgraefe2002-10-211-1/+1
* #19948Thies C. Arntzen2002-10-211-2/+2
* More style fixes...Moriyoshi Koizumi2002-10-211-15/+15
* Let them say why they are skippedMoriyoshi Koizumi2002-10-214-9/+13
* Skip this when strtoupper doesn't behave as expected, because casefoldingMelvyn Sopacua2002-10-211-1/+7
* - Prevent resetting the PHP_*_DIR variables if already set.foobar2002-10-214-16/+38
* style keisatsu :)Moriyoshi Koizumi2002-10-211-26/+26
* Added a new test case to confirm the inconsistent regex behaviour reportedMoriyoshi Koizumi2002-10-212-0/+18
* Changed the dafault option for consistencyMoriyoshi Koizumi2002-10-211-1/+1
* Added mb_strtolower() and mb_strtoupper()Moriyoshi Koizumi2002-10-214-0/+71
* Align with other configure --help textsfoobar2002-10-211-1/+1
* There is no point doing this test. Some systems think root can always execute...foobar2002-10-211-8/+0
* Changed mb_regex_set_options() more informativeMoriyoshi Koizumi2002-10-201-6/+83
* - 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
* ZTS fixesMoriyoshi Koizumi2002-10-201-7/+9
* fixed highlight related bugs (in case shift_jis input/output filters are enab...Masaki Fujimoto2002-10-203-10/+10
* fixed proto: OCIExecute() returns boolean, not integerMaxim Maletsky2002-10-201-1/+1
* - Hopefully fix test file problemsDerick Rethans2002-10-191-0/+1
* Silence compile warning.Ilia Alshanetsky2002-10-191-1/+0
* a silly comment typoMaxim Maletsky2002-10-191-1/+1
* - fixed proto for OciBindByName to represent the forth parameter optionalMaxim Maletsky2002-10-191-1/+1
* --with-zlib-dir has to be defined here to enable phpize buildfoobar2002-10-191-0/+3
* made fgets() binary safe.Wez Furlong2002-10-191-5/+6
* - Style polizei =)Derick Rethans2002-10-191-109/+109
* Allow ifd start at offset other than 00000007h and provide testcase.Marcus Boerger2002-10-193-4/+25
* Revert invalid patch. It seems the real problem is in php errorYasuo Ohgaki2002-10-191-5/+3
* Skip field when there is obvious error.Yasuo Ohgaki2002-10-191-1/+3
* Fixed typo.Yasuo Ohgaki2002-10-191-5/+5
* 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
* Changed fribidi_get_charsets() return value to also include the constantTal Peer2002-10-182-7/+102
* Added tests for new functionsYasuo Ohgaki2002-10-1813-1/+149