summaryrefslogtreecommitdiff
path: root/ext/interbase/tests
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Fix testsFelipe Pena2009-02-093-4/+4
* - MFH: New parameter parsing APIFelipe Pena2008-11-272-5/+5
* - MFH: New parameter parsing APIFelipe Pena2008-11-232-7/+7
* - New testsFelipe Pena2008-11-114-0/+122
* MFH:Felipe Pena2008-11-111-0/+28
* - Make expected result compatible with recent Firebird versionFelipe Pena2008-11-103-4/+4
* - New testsFelipe Pena2008-11-107-0/+222
* - MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler ca...Felipe Pena2008-10-071-0/+22
* - MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callba...Felipe Pena2008-10-071-0/+36
* - MFH: Fixed code ("Division by zero" anymore)Felipe Pena2008-10-071-0/+3
* - MFH: Fixed bug #45373 (php crash on query with errors in params)Felipe Pena2008-10-061-0/+47
* Use constant IBASE_CREATE instead of just 0Ard Biesheuvel2004-06-011-2/+3
* Improved handling of 'CREATE DATABASE ...' by ibase_query()Ard Biesheuvel2004-05-311-3/+3
* Use default character set in generated test DBArd Biesheuvel2004-05-301-2/+2
* Removed ibase_timefmt() - use ini_set() insteadArd Biesheuvel2004-05-303-4/+4
* Removed strcpy() call from most common caseArd Biesheuvel2004-05-211-0/+51
* - Remove unused blocksMarcus Boerger2004-05-197-14/+0
* Skip on WindowsArd Biesheuvel2004-04-031-1/+4
* Don't rely on OS-based authentication (as it is not supported under Win32)Ard Biesheuvel2004-04-031-2/+8
* fclose() tempfile so unlink() doesn't choke on Win32Ard Biesheuvel2004-04-031-0/+1
* CS/WSArd Biesheuvel2004-04-012-7/+7
* Test binding of numeric timestampsArd Biesheuvel2004-04-011-3/+3
* Don't rely on isql anymore, as creating databases is now supported by the APIArd Biesheuvel2004-04-014-61/+52
* Fixed unregistered bugs in event handlingArd Biesheuvel2004-02-171-3/+3
* Added event handling testArd Biesheuvel2004-02-172-12/+63
* Reintroduce param NULL testing (see bug #26777)Ard Biesheuvel2004-02-151-3/+6
* Add missing CVS IdsArd Biesheuvel2003-09-055-5/+5
* Test array handlingArd Biesheuvel2003-09-051-0/+185
* Make the test fail if anything goes wrong :-)Ard Biesheuvel2003-09-051-21/+35
* WSArd Biesheuvel2003-09-031-185/+185
* Test correct binding of 16-bit NUMERIC parametersArd Biesheuvel2003-09-031-0/+15
* Test multiple execution of a prepared EXEC PROCEDURE statementArd Biesheuvel2003-08-281-0/+50
* Test for BLOB ID survival of close()/connect()Ard Biesheuvel2003-08-281-2/+6
* Test immediate BLOB insertsArd Biesheuvel2003-08-171-8/+1
* Test fetching BLOBs >64kArd Biesheuvel2003-08-171-7/+3
* Fix failure on accidental fread() of 0 bytesArd Biesheuvel2003-08-161-3/+3
* Test for bug #24224Ard Biesheuvel2003-08-161-3/+12
* Tiny fixArd Biesheuvel2003-08-121-2/+0
* Changed to reflect corrected ibase_trans() behaviourArd Biesheuvel2003-08-121-11/+10
* Added test for IBASE_REC_VERSION/IBASE_REC_NO_VERSION trans constantsDaniela Mariaschi2003-06-142-1/+36
* Fixed numeric/decimal +/-(x,y) +/-(x,0)Daniela Mariaschi2003-06-021-12/+56
* tempnam() creates an empty file..prevent them from going to /foobar2003-04-302-3/+2
* Make these tests actually work.foobar2003-04-259-76/+59
* Fixed include of interbase.incLudovico Magnocavallo2002-03-196-27/+31
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-278-0/+921