Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Need {} here | Marcus Boerger | 2004-06-14 | 1 | -1/+1 | |
| | ||||||
* | Added support for fetching and binding to blob fields | Ard Biesheuvel | 2004-06-14 | 1 | -0/+130 | |
| | ||||||
* | ChangeLog update | 2004-06-14 | 1 | -0/+24 | ||
| | ||||||
* | Release isc statement handle when dtor is called | Ard Biesheuvel | 2004-06-13 | 1 | -26/+37 | |
| | | | | | Don't separate() bound zvals | |||||
* | Report param binding error | Ard Biesheuvel | 2004-06-13 | 1 | -0/+1 | |
| | ||||||
* | Standardize error reporting. | Ilia Alshanetsky | 2004-06-13 | 1 | -4/+2 | |
| | ||||||
* | - Typo (#1627) (cox) | Pierre Joye | 2004-06-13 | 1 | -1/+1 | |
| | ||||||
* | Added double param type | Ard Biesheuvel | 2004-06-13 | 1 | -0/+1 | |
| | ||||||
* | BFN | Rob Richards | 2004-06-13 | 1 | -0/+1 | |
| | ||||||
* | Fix bug #28721 (appendChild() and insertBefore() unset DOMText) | Rob Richards | 2004-06-13 | 1 | -63/+147 | |
| | ||||||
* | ChangeLog update | 2004-06-13 | 1 | -0/+31 | ||
| | ||||||
* | GCC fixes | Ard Biesheuvel | 2004-06-12 | 4 | -17/+30 | |
| | ||||||
* | Revert | Ard Biesheuvel | 2004-06-12 | 2 | -16/+1 | |
| | ||||||
* | Added client/server info attributes | Ard Biesheuvel | 2004-06-12 | 4 | -8/+76 | |
| | ||||||
* | Hope I finally got it right this time | Ard Biesheuvel | 2004-06-12 | 1 | -1/+1 | |
| | ||||||
* | Folding markers | Ard Biesheuvel | 2004-06-12 | 3 | -36/+52 | |
| | ||||||
* | Improved error handling | Ard Biesheuvel | 2004-06-12 | 4 | -51/+99 | |
| | | | | | Added some comments | |||||
* | Removed dependency on regular interbase extension | Ard Biesheuvel | 2004-06-12 | 4 | -98/+265 | |
| | | | | | Added support for all datatypes except BLOBs | |||||
* | Removed dependency on regular interbase extension | Ard Biesheuvel | 2004-06-12 | 1 | -1/+0 | |
| | ||||||
* | Use snaps. LIB path | Ard Biesheuvel | 2004-06-12 | 1 | -3/+4 | |
| | ||||||
* | Changed LIB path | Ard Biesheuvel | 2004-06-12 | 1 | -1/+2 | |
| | ||||||
* | fix bug #1610: pear package doesn't validate deps | Greg Beaver | 2004-06-12 | 1 | -5/+5 | |
| | | | | | It was never validating deps at all! | |||||
* | fix bug #1615: installer must create extension dir if it doesn't exist, ↵ | Greg Beaver | 2004-06-12 | 1 | -1/+8 | |
| | | | | patch by Tomas | |||||
* | fix bug #1617, exception never returned from PEAR_ErrorStack->push() | Greg Beaver | 2004-06-12 | 1 | -0/+1 | |
| | ||||||
* | New test | Ard Biesheuvel | 2004-06-12 | 1 | -0/+54 | |
| | ||||||
* | Nearly complete implementation | Ard Biesheuvel | 2004-06-12 | 8 | -41/+525 | |
| | | | | | No date/time fields yet ... | |||||
* | Added export macros | Ard Biesheuvel | 2004-06-12 | 2 | -1/+16 | |
| | ||||||
* | Added double param type | Ard Biesheuvel | 2004-06-12 | 2 | -8/+19 | |
| | | | | | | Added param struct initialiser Reversed param parsing order (long <=> string) | |||||
* | Initial revision (incomplete) | Ard Biesheuvel | 2004-06-11 | 13 | -0/+746 | |
| | ||||||
* | ChangeLog update | 2004-06-11 | 2 | -0/+71 | ||
| | ||||||
* | hypot() is not experimental. | Ilia Alshanetsky | 2004-06-10 | 1 | -5/+0 | |
| | ||||||
* | Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test | Ilia Alshanetsky | 2004-06-10 | 1 | -1/+1 | |
| | | | | | command does not support -e parameter). | |||||
* | Changed that a bit | Marcus Boerger | 2004-06-10 | 1 | -1/+1 | |
| | ||||||
* | - Require a single white-space char after /** to start a doc comment that | Marcus Boerger | 2004-06-10 | 1 | -1/+1 | |
| | | | | | way we prevent /*** from becoming a doc comment (as requested Derick). | |||||
* | Add missing declaration | Marcus Boerger | 2004-06-10 | 1 | -0/+1 | |
| | ||||||
* | Small code layout change | Marcus Boerger | 2004-06-10 | 2 | -10/+26 | |
| | ||||||
* | BFN | Marcus Boerger | 2004-06-10 | 1 | -0/+1 | |
| | ||||||
* | Do not require NEWLINE at start of doccomment | Marcus Boerger | 2004-06-10 | 1 | -1/+1 | |
| | ||||||
* | BFN | Marcus Boerger | 2004-06-10 | 1 | -0/+1 | |
| | ||||||
* | Bugfix #28699: Reflection api bugs | Marcus Boerger | 2004-06-10 | 2 | -24/+12 | |
| | ||||||
* | Fixed bug #28702 (SOAP does not parse WSDL service address correctly). | Dmitry Stogov | 2004-06-10 | 2 | -0/+5 | |
| | ||||||
* | ChangeLog update | 2004-06-10 | 2 | -0/+52 | ||
| | ||||||
* | Allow compilation on Win32. | Frank M. Kromann | 2004-06-09 | 2 | -0/+37 | |
| | | | | | Need to implement a few Windows specific functions. | |||||
* | BFN | Marcus Boerger | 2004-06-09 | 1 | -0/+1 | |
| | ||||||
* | Fix Bug #28694 ReflectionExtension::getFunctions() crashes PHP | Marcus Boerger | 2004-06-09 | 2 | -2/+6 | |
| | ||||||
* | Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2). | Ilia Alshanetsky | 2004-06-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo | Ilia Alshanetsky | 2004-06-09 | 1 | -2/+1 | |
| | | | | | | represented as a string). Patch by: pickett at sumu dot org | |||||
* | Fixed memory leak on error in win32's opendir() emulation. (Patch by Wez) | Ilia Alshanetsky | 2004-06-09 | 1 | -3/+6 | |
| | ||||||
* | ChangeLog update | 2004-06-09 | 1 | -0/+59 | ||
| | ||||||
* | Interbase news | Ard Biesheuvel | 2004-06-08 | 1 | -0/+1 | |
| |