Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | include limits.h for portability | Sascha Schumann | 2003-02-13 | 1 | -54/+56 | |
| | ||||||
* | portability work | Sascha Schumann | 2003-02-13 | 1 | -2/+4 | |
| | ||||||
* | ChangeLog update | 2003-02-13 | 2 | -0/+174 | ||
| | ||||||
* | new tests | Georg Richter | 2003-02-13 | 3 | -0/+120 | |
| | ||||||
* | Fix for Bug #21815 (fpassthru ignored buffered data but then complained anyway) | Wez Furlong | 2003-02-13 | 1 | -1/+2 | |
| | ||||||
* | added new function int mysql_get_server_version | Georg Richter | 2003-02-13 | 3 | -0/+20 | |
| | | | | | this function is available since libmysql change set 1.1450 (2002-02-13) | |||||
* | changed function entries for statements | Georg Richter | 2003-02-12 | 1 | -3/+3 | |
| | ||||||
* | Fixed bug #22191 (frontbase build was broken for people using older | Ilia Alshanetsky | 2003-02-12 | 1 | -3/+4 | |
| | | | | | versions). | |||||
* | Fixed bug #22187 (spprintf function did not handle floats correctly). | Ilia Alshanetsky | 2003-02-12 | 1 | -1/+1 | |
| | ||||||
* | - trims +100 lines of code from spprintf.c | Sascha Schumann | 2003-02-12 | 1 | -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 3 | Mark L. Woodward | 2003-02-12 | 1 | -0/+2 | |
| | ||||||
* | Fixed the "member fd in BUFF" test for --with-apxs builds | foobar | 2003-02-12 | 1 | -0/+1 | |
| | ||||||
* | Removed zend_get_module(), this function is not used by anything and more | Ilia Alshanetsky | 2003-02-12 | 2 | -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 modifier | Zeev Suraski | 2003-02-12 | 1 | -1/+10 | |
| | ||||||
* | - Let's add the config.m4 file too :-) | Derick Rethans | 2003-02-12 | 1 | -0/+58 | |
| | ||||||
* | added missing entry | foobar | 2003-02-12 | 0 | -0/+0 | |
| | ||||||
* | Fixed bug #22048 (incorrect insertion of session id when tabs are used to | Ilia Alshanetsky | 2003-02-12 | 2 | -6/+6 | |
| | | | | | separate tag elements). | |||||
* | - Fixed compile errors and some oddities like missing strcmp | Uwe Steinmann | 2003-02-12 | 1 | -18/+34 | |
| | ||||||
* | added new tests | Georg Richter | 2003-02-12 | 6 | -0/+187 | |
| | ||||||
* | removed function mysql_num_warnings (libmysql change). | Georg Richter | 2003-02-12 | 3 | -18/+0 | |
| | ||||||
* | "Generate" the man page so that it gets correct version always. | foobar | 2003-02-12 | 3 | -2/+4 | |
| | ||||||
* | Man page is added in 4.3.1, moved this entry to branch | foobar | 2003-02-12 | 1 | -1/+0 | |
| | ||||||
* | - Added the man page installation | foobar | 2003-02-12 | 2 | -2/+4 | |
| | ||||||
* | Fix obvious errors.. | foobar | 2003-02-12 | 1 | -1/+2 | |
| | ||||||
* | news news news.. | foobar | 2003-02-12 | 1 | -20/+18 | |
| | ||||||
* | ChangeLog update | 2003-02-12 | 2 | -0/+205 | ||
| | ||||||
* | adding a few tests | Georg Richter | 2003-02-12 | 35 | -0/+1507 | |
| | ||||||
* | initial upload | Georg Richter | 2003-02-12 | 8 | -0/+2721 | |
| | ||||||
* | supply mandir to makefile | Sascha Schumann | 2003-02-11 | 1 | -0/+1 | |
| | ||||||
* | Fixed bug #22048 (crash in imap_headers when the e-mail contains an | Ilia Alshanetsky | 2003-02-11 | 1 | -4/+32 | |
| | | | | | abnormally large number of special characters). | |||||
* | New function news. | Ilia Alshanetsky | 2003-02-11 | 1 | -0/+2 | |
| | ||||||
* | Added strpbrk(), which is essentially a wrapper around C's strpbrk function | Ilia Alshanetsky | 2003-02-11 | 3 | -0/+26 | |
| | | | | | that allows searching through a string for a character list. | |||||
* | size matters not. | Stefan Esser | 2003-02-11 | 1 | -1/+1 | |
| | ||||||
* | 8 + 20 + 1 + 1 = 30 | Stefan Esser | 2003-02-11 | 1 | -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 behaviour | foobar | 2003-02-11 | 2 | -5/+13 | |
| | | | | | | of libtool 1.4.3 - Require libtool 1.4.3 or newer from now on. | |||||
* | Make that clear | Marcus Boerger | 2003-02-11 | 1 | -1/+1 | |
| | ||||||
* | Document -H added by Ilia | Marcus Boerger | 2003-02-11 | 1 | -0/+5 | |
| | ||||||
* | speed up | Marcus Boerger | 2003-02-11 | 1 | -13/+30 | |
| | ||||||
* | Update time | Melvyn Sopacua | 2003-02-11 | 1 | -7/+7 | |
| | ||||||
* | initial checkin of the apache2 SAPI using a handler instead of filters. | Ian Holsman | 2003-02-11 | 9 | -0/+1661 | |
| | | | | | | TBD: src highlighting better post handling | |||||
* | Added -H option to CLI binary. This option can be used to hide any arguments | Ilia Alshanetsky | 2003-02-11 | 1 | -1/+14 | |
| | | | | | including the script name passed to the CLI binary. | |||||
* | Fix require() handling - that's an old bug! | Zeev Suraski | 2003-02-11 | 1 | -3/+0 | |
| | ||||||
* | Fix random crashes | Zeev Suraski | 2003-02-11 | 1 | -0/+1 | |
| | ||||||
* | Improve parser handling of 'abstract' | Zeev Suraski | 2003-02-11 | 3 | -16/+37 | |
| | ||||||
* | Fixed ZTS build | Moriyoshi Koizumi | 2003-02-11 | 1 | -2/+2 | |
| | ||||||
* | - There's no point in allowing using both --with-readline and --with-libedit | foobar | 2003-02-11 | 1 | -6/+8 | |
| | | | | | | the same time. Prefer --with-readline. - Use PHP_ADD_LIBRARY when there is no path available. | |||||
* | moved entry to branch NEWS | foobar | 2003-02-11 | 1 | -3/+1 | |
| | ||||||
* | - Fixed bug: #21549 (problem with Ingres II persistent connections) | foobar | 2003-02-11 | 1 | -18/+95 | |
| | ||||||
* | move check to proper place | Sascha Schumann | 2003-02-11 | 1 | -4/+3 | |
| | ||||||
* | Detect whether BUFFs contain a fd element. IBM is hiding the actual | Sascha Schumann | 2003-02-11 | 2 | -0/+15 | |
| | | | | | descriptor behind a void *, so we just disable this for IBM servers |