summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* include limits.h for portabilitySascha Schumann2003-02-131-54/+56
|
* portability workSascha Schumann2003-02-131-2/+4
|
* ChangeLog update2003-02-132-0/+174
|
* new testsGeorg Richter2003-02-133-0/+120
|
* Fix for Bug #21815 (fpassthru ignored buffered data but then complained anyway)Wez Furlong2003-02-131-1/+2
|
* added new function int mysql_get_server_versionGeorg Richter2003-02-133-0/+20
| | | | | this function is available since libmysql change set 1.1450 (2002-02-13)
* changed function entries for statementsGeorg Richter2003-02-121-3/+3
|
* Fixed bug #22191 (frontbase build was broken for people using olderIlia Alshanetsky2003-02-121-3/+4
| | | | | versions).
* Fixed bug #22187 (spprintf function did not handle floats correctly).Ilia Alshanetsky2003-02-121-1/+1
|
* - trims +100 lines of code from spprintf.cSascha Schumann2003-02-121-170/+57
| | | | | | | | | | | | | | | - introduces an overflow detection in STR_TO_DEC - eliminates dead code (e.g. assert(foo); if (foo) {..}) - removes unused macros from the original code - simplifies code (e.g. cc was completely dropped) - improves run-time performance The max_len feature is never used in our code base. Nevertheless, cpu cycles were spent on each string operation to check the current length against max_len which is quite inefficient. Thus, I've moved the check to vspprintf where it is applied only once per call.
* Fix for GCC 3Mark L. Woodward2003-02-121-0/+2
|
* Fixed the "member fd in BUFF" test for --with-apxs buildsfoobar2003-02-121-0/+1
|
* Removed zend_get_module(), this function is not used by anything and moreIlia Alshanetsky2003-02-122-12/+0
| | | | | | importantly. it does not work. It tries to find data based on numeric keys in hash table using string keys.
* Fix declaration of class members that don't have an explicit access modifierZeev Suraski2003-02-121-1/+10
|
* - Let's add the config.m4 file too :-)Derick Rethans2003-02-121-0/+58
|
* added missing entryfoobar2003-02-120-0/+0
|
* Fixed bug #22048 (incorrect insertion of session id when tabs are used toIlia Alshanetsky2003-02-122-6/+6
| | | | | separate tag elements).
* - Fixed compile errors and some oddities like missing strcmpUwe Steinmann2003-02-121-18/+34
|
* added new testsGeorg Richter2003-02-126-0/+187
|
* removed function mysql_num_warnings (libmysql change).Georg Richter2003-02-123-18/+0
|
* "Generate" the man page so that it gets correct version always.foobar2003-02-123-2/+4
|
* Man page is added in 4.3.1, moved this entry to branchfoobar2003-02-121-1/+0
|
* - Added the man page installationfoobar2003-02-122-2/+4
|
* Fix obvious errors..foobar2003-02-121-1/+2
|
* news news news..foobar2003-02-121-20/+18
|
* ChangeLog update2003-02-122-0/+205
|
* adding a few testsGeorg Richter2003-02-1235-0/+1507
|
* initial uploadGeorg Richter2003-02-128-0/+2721
|
* supply mandir to makefileSascha Schumann2003-02-111-0/+1
|
* Fixed bug #22048 (crash in imap_headers when the e-mail contains anIlia Alshanetsky2003-02-111-4/+32
| | | | | abnormally large number of special characters).
* New function news.Ilia Alshanetsky2003-02-111-0/+2
|
* Added strpbrk(), which is essentially a wrapper around C's strpbrk functionIlia Alshanetsky2003-02-113-0/+26
| | | | | that allows searching through a string for a character list.
* size matters not.Stefan Esser2003-02-111-1/+1
|
* 8 + 20 + 1 + 1 = 30Stefan Esser2003-02-111-7/+3
| | | | | | | There was no Bufferoverflow on 64bit systems. And the "fix" broke the header code on systems with old style snprintf.
* - Fixed some weird crashes causd by the new default behaviourfoobar2003-02-112-5/+13
| | | | | | of libtool 1.4.3 - Require libtool 1.4.3 or newer from now on.
* Make that clearMarcus Boerger2003-02-111-1/+1
|
* Document -H added by IliaMarcus Boerger2003-02-111-0/+5
|
* speed upMarcus Boerger2003-02-111-13/+30
|
* Update timeMelvyn Sopacua2003-02-111-7/+7
|
* initial checkin of the apache2 SAPI using a handler instead of filters.Ian Holsman2003-02-119-0/+1661
| | | | | | TBD: src highlighting better post handling
* Added -H option to CLI binary. This option can be used to hide any argumentsIlia Alshanetsky2003-02-111-1/+14
| | | | | including the script name passed to the CLI binary.
* Fix require() handling - that's an old bug!Zeev Suraski2003-02-111-3/+0
|
* Fix random crashesZeev Suraski2003-02-111-0/+1
|
* Improve parser handling of 'abstract'Zeev Suraski2003-02-113-16/+37
|
* Fixed ZTS buildMoriyoshi Koizumi2003-02-111-2/+2
|
* - There's no point in allowing using both --with-readline and --with-libeditfoobar2003-02-111-6/+8
| | | | | | the same time. Prefer --with-readline. - Use PHP_ADD_LIBRARY when there is no path available.
* moved entry to branch NEWSfoobar2003-02-111-3/+1
|
* - Fixed bug: #21549 (problem with Ingres II persistent connections)foobar2003-02-111-18/+95
|
* move check to proper placeSascha Schumann2003-02-111-4/+3
|
* Detect whether BUFFs contain a fd element. IBM is hiding the actualSascha Schumann2003-02-112-0/+15
| | | | | descriptor behind a void *, so we just disable this for IBM servers