summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* New testArd Biesheuvel2004-06-121-0/+54
* Nearly complete implementationArd Biesheuvel2004-06-128-41/+525
* Added export macrosArd Biesheuvel2004-06-122-1/+16
* Added double param typeArd Biesheuvel2004-06-122-8/+19
* Initial revision (incomplete)Ard Biesheuvel2004-06-1113-0/+746
* hypot() is not experimental.Ilia Alshanetsky2004-06-101-5/+0
* Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where testIlia Alshanetsky2004-06-101-1/+1
* Small code layout changeMarcus Boerger2004-06-101-5/+13
* Bugfix #28699: Reflection api bugsMarcus Boerger2004-06-101-12/+6
* Fixed bug #28702 (SOAP does not parse WSDL service address correctly).Dmitry Stogov2004-06-101-0/+4
* Allow compilation on Win32.Frank M. Kromann2004-06-092-0/+37
* Fix Bug #28694 ReflectionExtension::getFunctions() crashes PHPMarcus Boerger2004-06-091-1/+3
* Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).Ilia Alshanetsky2004-06-091-1/+1
* Fixed bug #28525 (gmp_powm() does not work with hexadecimal string moduloIlia Alshanetsky2004-06-091-2/+1
* Fixed bug #1580 (Tidy configuration settings leak memory).Ilia Alshanetsky2004-06-081-13/+26
* ... back from the deadArd Biesheuvel2004-06-082-6/+22
* fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init)Georg Richter2004-06-081-3/+3
* Fixed bug #28668 (glob() does not work with relative paths on Windows).Ilia Alshanetsky2004-06-071-4/+3
* Fix build on win32Frank M. Kromann2004-06-071-1/+1
* forgot to remove Win32 restrictions for mysql methodsGeorg Richter2004-06-071-2/+0
* MFB: Missing length limit parameter.Sara Golemon2004-06-071-1/+1
* Fixed bug #28649 (Proper glob() return value on Linux when there are noIlia Alshanetsky2004-06-061-1/+1
* removed conditional defines for load_data_infile_handlers on windowsGeorg Richter2004-06-063-6/+0
* ZTS fixes.Sebastian Bergmann2004-06-061-0/+6
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-056-313/+618
* Added support for date/time typesArd Biesheuvel2004-06-051-26/+158
* Fixed unregistered bug [crash in http_build_query()]Ard Biesheuvel2004-06-041-1/+1
* Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA LOCAL).Ilia Alshanetsky2004-06-041-0/+5
* Added support for scaled integersArd Biesheuvel2004-06-041-3/+39
* Fixed bug #28627 (When multiple MySQL links are used default link isIlia Alshanetsky2004-06-041-0/+3
* Added support for arbitrary input typesArd Biesheuvel2004-06-041-38/+107
* MFB BugFix# 28626 You can't #ifdef check a typedef. Just give it another nam...Sara Golemon2004-06-042-4/+2
* Let DB handle type coercion instead of PHPArd Biesheuvel2004-06-031-49/+38
* Added support for other return types besides VARCHARArd Biesheuvel2004-06-031-25/+60
* Fixed blob ID formatArd Biesheuvel2004-06-031-2/+2
* Ton of fixesArd Biesheuvel2004-06-021-24/+41
* Initial revision of PHP/Interbase UDF libArd Biesheuvel2004-06-021-0/+127
* Don't be too strict if the number of binding arguments provided exceeds the e...Ard Biesheuvel2004-06-011-7/+10
* No need to NULL terminate manually, snprintf() does it for us already.Ilia Alshanetsky2004-06-011-7/+0
* Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars inIlia Alshanetsky2004-06-011-4/+6
* Fixed leak inside MINFO function.Ilia Alshanetsky2004-06-011-9/+19
* Removed debugging codeArd Biesheuvel2004-06-011-4/+3
* Use constant IBASE_CREATE instead of just 0Ard Biesheuvel2004-06-014-4/+8
* Woops, missed oneArd Biesheuvel2004-06-011-4/+4
* Fixed bug #28569 (connection id is not thread safe)Ard Biesheuvel2004-06-011-16/+22
* Refcount must not be set separatley again.Marcus Boerger2004-05-311-1/+0
* Add missing initializationMarcus Boerger2004-05-311-0/+3
* Add missing initializationMarcus Boerger2004-05-311-0/+1
* MFB: missing ';'Pierre Joye2004-05-311-3/+2
* Added missing argument check.Ilia Alshanetsky2004-05-311-0/+4