summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove debug runtime libraries from Release buildsSam Ruby2000-03-271-4/+4
* support non-debug buildsSam Ruby2000-03-262-6/+6
* PHP_EXTENSION sets $ext_src_baseSascha Schumann2000-03-261-1/+2
* Some white-space changesSascha Schumann2000-03-265-8/+7
* Allow MySQL to be compiled against extern mysqlclient librarySascha Schumann2000-03-262-10/+36
* - Change new -> result. Using C++ keywords isn't too hotZeev Suraski2000-03-261-27/+27
* Return value corrected.Sterling Hughes2000-03-261-1/+0
* no c++ comments // pleaseThies C. Arntzen2000-03-262-2/+6
* imap_clearflag_full now returns true appropriately.Chuck Hagenbuch2000-03-261-0/+1
* JAVA_LIBPATH was not allways being added to the LIBPATHSam Ruby2000-03-262-4/+2
* Revamp session's config.m4 and reenable support for mm. The shared memorySascha Schumann2000-03-261-32/+43
* @- Fix a data corruption bug in mysql_result(), if used in table.fieldname mo...Zeev Suraski2000-03-261-3/+2
* Add MSIE 5-specific Cache-Control fieldsSascha Schumann2000-03-261-3/+3
* Tid Bit More.Sterling Hughes2000-03-251-6/+6
* - snmpwalkoid is an alias nowSterling Hughes2000-03-252-105/+105
* - Update dspZeev Suraski2000-03-251-6/+6
* Dynamically load java support, for better error messagesSam Ruby2000-03-255-38/+146
* Update dsp'sZeev Suraski2000-03-251-4/+79
* Fixed a few protos and ...Sterling Hughes2000-03-251-4/+6
* @- Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. (Andrei)Andrei Zmievski2000-03-241-5/+4
* - several clean upsUwe Steinmann2000-03-232-20/+43
* @- stristr() no longer modifies it's arguments. (Thies)Thies C. Arntzen2000-03-221-0/+5
* Make it possible to specify both a port and a socket in mysql_[p]connectRasmus Lerdorf2000-03-201-0/+5
* Fixed a proto.Egon Schmid2000-03-201-3/+2
* initial function prototypesChuck Hagenbuch2000-03-191-0/+15
* Added new function: imap_mime_header_decodeTed Rolle Jr2000-03-192-0/+91
* libmysql must use USE_TLS for multithreaded compilation on windows.Shane Caraveo2000-03-191-3/+3
* Fix build problems with UCD-SNMP 4.1.x.Sascha Schumann2000-03-192-1/+56
* (var_dump) removed "refcount-hack" - comiles without warning again (&works).Thies C. Arntzen2000-03-191-32/+9
* fix some protosThies C. Arntzen2000-03-191-4/+4
* A small fix when checking for libjpegSander Steffann2000-03-181-0/+20
* - Fix compile problem on FreeBSD.Andi Gutmans2000-03-181-1/+7
* (serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.Thies C. Arntzen2000-03-181-2/+2
* is_executable() for root fixedHartmut Holzgraefe2000-03-171-1/+3
* ftruncate returns 1 on success and 0 on failure instead of 0 on success and -...Sterling Hughes2000-03-171-1/+1
* restore compilation on ZTS enabled environments (like Windows)Sam Ruby2000-03-161-0/+1
* @ Added is_numeric() that returns true if the argument is a numberAndrei Zmievski2000-03-162-0/+34
* *** empty log message ***Thies C. Arntzen2000-03-161-0/+2
* @- serialize()/unserialize() now call _sleep_() and _wakeup_() whenThies C. Arntzen2000-03-161-9/+86
* - support for libxml 2.0 betaUwe Steinmann2000-03-152-20/+24
* Update README to indicate improvements in overload resolution andSam Ruby2000-03-152-38/+62
* Emulate user/group/other on WindowsSam Ruby2000-03-151-0/+18
* Cleanup, better error recovery, easier configurationSam Ruby2000-03-152-28/+48
* - changed libgz to libz (Bug #3614)Uwe Steinmann2000-03-151-2/+2
* Get Blackdown support to compile. Doesn't seem to be able to findSam Ruby2000-03-152-10/+20
* One space character is enough.Egon Schmid2000-03-141-2/+2
* Thies, please check the function names and descriptions.Egon Schmid2000-03-141-33/+71
* - fixed invalid class namesUwe Steinmann2000-03-141-6/+31
* I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!Hartmut Holzgraefe2000-03-141-1/+1
* imap_utf7_encode didn't expand international characters to 16bitHartmut Holzgraefe2000-03-142-37/+103