summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing Win32 build by adding missing librariesFrank M. Kromann2002-12-201-2/+2
* Minor clarification in meaning of bitmask constantsSara Golemon2002-12-201-2/+2
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-2011-51/+65
* When low & high are the same return an array containing the low value.Ilia Alshanetsky2002-12-202-31/+1431
* @Make uniqid() parameters optional and allow any prefix length. (Marcus)Marcus Boerger2002-12-201-13/+8
* MFBMarcus Boerger2002-12-201-1/+2
* At least this problem exposed some leaks..Andrei Zmievski2002-12-201-3/+3
* -disable uniqid() when required lib functions not availableMarcus Boerger2002-12-203-10/+17
* silly error, will MFHSterling Hughes2002-12-201-1/+1
* Correct mistake introduced by my last commit on these files;Wez Furlong2002-12-191-1/+1
* Fixed bug #21098.Ilia Alshanetsky2002-12-191-1/+1
* MFB: Remove dependancy on libtool library which is no longer needed.Edin Kadribasic2002-12-191-2/+2
* Prevented test failure caused by LF code varietyMoriyoshi Koizumi2002-12-181-0/+1
* Fix a crash while using an invalid color with imagesetstyle, see the samplePierre Joye2002-12-181-13/+11
* Fixing WIn32 build after adding support for FreeTDSFrank M. Kromann2002-12-161-1/+1
* Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms.Frank M. Kromann2002-12-163-10/+88
* - mnogosearch extension updated to compile with mnogosearch-3.2.8Sergey Kartashoff2002-12-161-1/+15
* fix compiler definition testsMarcus Boerger2002-12-161-1/+1
* fix compiler definition testsMarcus Boerger2002-12-161-7/+7
* fix testMarcus Boerger2002-12-161-2/+1
* Add version check since this will be available since php 4.4.Marcus Boerger2002-12-161-2/+6
* forgot to remove that dotMarcus Boerger2002-12-165-6/+6
* -Add constant that shows whether or not exif uses mbstring.Marcus Boerger2002-12-166-9/+12
* change mbstring detectionMarcus Boerger2002-12-161-1/+3
* A better memory leak patch.Ilia Alshanetsky2002-12-161-2/+3
* wsMarcus Boerger2002-12-151-12/+12
* MFB: gd uses float instead of doubleMarcus Boerger2002-12-151-19/+19
* Close log file on shutdown.Ilia Alshanetsky2002-12-151-0/+4
* Fixed a memory leak.Ilia Alshanetsky2002-12-151-1/+1
* Fix build when mbstring is a shared module or dll under windowsMarcus Boerger2002-12-141-8/+12
* Do not allow AA if not trueColor (imageantialias does nothing)Pierre Joye2002-12-141-1/+3
* Bugfix: #21010 (Here it's maker (manufacturer) instead of marker)Marcus Boerger2002-12-141-32/+32
* MFB: Fix bug #20995foobar2002-12-141-16/+18
* MFB: ZTS fix by IliaMarcus Boerger2002-12-131-1/+1
* Fix for bug 19727. dBase5 (at least for windows) seems to allow 1024 fieldsVlad Krupin2002-12-131-3/+3
* MFBMoriyoshi Koizumi2002-12-121-1/+1
* Added a test case for bug #20934Moriyoshi Koizumi2002-12-121-0/+17
* remove extra char in case of binary/money fieldsStefan Esser2002-12-121-1/+1
* Fixed bug #20974 (added missing sanity check).Ilia Alshanetsky2002-12-121-0/+7
* Fix for BSD's (possibly others):Melvyn Sopacua2002-12-121-3/+0
* MFB: popen/pclose and proc_open/proc_close fixes.Wez Furlong2002-12-121-9/+9
* Attempt to add more entropy for key generation.Wez Furlong2002-12-121-0/+9
* Fixed misspelling of the Greek letter lambda,Ilia Alshanetsky2002-12-121-1/+1
* php_error -> php_error_docref conversion fix (noticed by derick)Marcus Boerger2002-12-121-1/+1
* Patch for #20936 (openssl: public key handling was broken).Wez Furlong2002-12-122-2/+69
* Fixed bug #20927 and updated the test case for the bug.Ilia Alshanetsky2002-12-122-18/+27
* Fixed bug #20934 (htmlspecialchars returns latin1 from UTF-8)Moriyoshi Koizumi2002-12-121-3/+2
* php_error -> php_error_docrefMarcus Boerger2002-12-121-7/+6
* SIGIOT may not be defined in cygwinMarcus Boerger2002-12-121-0/+2
* typeconversion is needed here for cygwinMarcus Boerger2002-12-121-1/+1