Popa Adrian Marius
1c3ed86211
Cleanup $ is not needed for git
2014-04-10 17:42:32 +03:00
Stanislav Malyshev
ac40c0b562
Merge branch 'pull-request/341'
...
* pull-request/341: (23 commits)
typofixes
2013-06-10 14:20:18 -07:00
Xinchen Hui
1b9e0de2cc
Remove executable permission on inc
2012-10-10 10:44:34 +08:00
Xinchen Hui
610c7fbe7b
Remove executable permission on phpt
2012-10-10 10:27:49 +08:00
Popa Adrian Marius
b69f55c12e
sync firebird test 003 with the 5.4 branch , eliminate failing test http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F003.phpt
2012-01-10 05:26:20 +00:00
Ferenc Kovacs
d26af683c9
skip the interbase tests if cannot connect to the server
2011-09-22 22:07:02 +00:00
Popa Adrian Marius
ddac8c1789
fix test 006 for firebird driver
2011-09-12 09:56:45 +00:00
Felipe Pena
5448e9e790
- MFH: Fix tests
2009-02-09 16:44:23 +00:00
Felipe Pena
d5bb19938d
- MFH: New parameter parsing API
2008-11-27 02:17:22 +00:00
Felipe Pena
65cfb01eaa
- MFH: New parameter parsing API
2008-11-23 20:01:21 +00:00
Felipe Pena
02050bc6f5
- New tests
2008-11-11 17:54:11 +00:00
Felipe Pena
9178503610
MFH:
...
- Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE)
- Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
2008-11-11 13:28:22 +00:00
Felipe Pena
493b0589e8
- Make expected result compatible with recent Firebird version
2008-11-10 22:33:53 +00:00
Felipe Pena
1460f722e3
- New tests
2008-11-10 18:02:56 +00:00
Felipe Pena
e8f25c5b98
- MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
...
patch by Christian seiler
2008-10-07 18:18:45 +00:00
Felipe Pena
d0ad1517f5
- MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback without event)
2008-10-07 15:28:45 +00:00
Felipe Pena
8a24cfc98c
- MFH: Fixed code ("Division by zero" anymore)
2008-10-07 12:51:21 +00:00
Felipe Pena
0af1239a82
- MFH: Fixed bug #45373 (php crash on query with errors in params)
2008-10-06 14:33:34 +00:00
Ard Biesheuvel
ff3a363d7a
Use constant IBASE_CREATE instead of just 0
2004-06-01 08:38:33 +00:00
Ard Biesheuvel
e9125d6338
Improved handling of 'CREATE DATABASE ...' by ibase_query()
...
Improved param handling of ibase_query() and ibase_execute()
2004-05-31 13:40:25 +00:00
Ard Biesheuvel
f7ce70672c
Use default character set in generated test DB
2004-05-30 16:59:43 +00:00
Ard Biesheuvel
56ca01da1f
Removed ibase_timefmt() - use ini_set() instead
...
Improved phpinfo() appearance
2004-05-30 16:20:25 +00:00
Ard Biesheuvel
c6773a06cd
Removed strcpy() call from most common case
...
Added test for hash index generation
2004-05-21 14:24:34 +00:00
Marcus Boerger
29cfd6d24f
- Remove unused blocks
2004-05-19 08:56:50 +00:00
Ard Biesheuvel
4493bbb809
Skip on Windows
2004-04-03 15:29:10 +00:00
Ard Biesheuvel
2daf7303b2
Don't rely on OS-based authentication (as it is not supported under Win32)
2004-04-03 15:24:11 +00:00
Ard Biesheuvel
b04eb1d3da
fclose() tempfile so unlink() doesn't choke on Win32
2004-04-03 11:04:21 +00:00
Ard Biesheuvel
0956f5133c
CS/WS
2004-04-01 18:23:45 +00:00
Ard Biesheuvel
75df505fe6
Test binding of numeric timestamps
2004-04-01 16:42:25 +00:00
Ard Biesheuvel
563e9dd664
Don't rely on isql anymore, as creating databases is now supported by the API
...
Changed tests to include ibase_query("SET TRANSACTION ...")
2004-04-01 16:25:51 +00:00
Ard Biesheuvel
c796a47690
Fixed unregistered bugs in event handling
...
Cleaned up some of the code
Removed ISC_QUAD from static initializers because it looks different on
some platforms
2004-02-17 12:53:54 +00:00
Ard Biesheuvel
3cc26de38d
Added event handling test
...
CS
2004-02-17 12:24:42 +00:00
Ard Biesheuvel
595d6a2d84
Reintroduce param NULL testing (see bug #26777 )
2004-02-15 18:34:47 +00:00
Ard Biesheuvel
193f5a67db
Add missing CVS Ids
2003-09-05 17:02:02 +00:00
Ard Biesheuvel
c9d082ef21
Test array handling
2003-09-05 13:08:41 +00:00
Ard Biesheuvel
2802293dd3
Make the test fail if anything goes wrong :-)
...
Some CS
2003-09-05 12:18:03 +00:00
Ard Biesheuvel
4ff5341fb0
WS
2003-09-03 17:15:40 +00:00
Ard Biesheuvel
804312c4a1
Test correct binding of 16-bit NUMERIC parameters
2003-09-03 15:24:50 +00:00
Ard Biesheuvel
c78169086b
Test multiple execution of a prepared EXEC PROCEDURE statement
2003-08-28 00:18:27 +00:00
Ard Biesheuvel
36716c2525
Test for BLOB ID survival of close()/connect()
2003-08-28 00:17:25 +00:00
Ard Biesheuvel
91e3344eec
Test immediate BLOB inserts
2003-08-17 16:14:29 +00:00
Ard Biesheuvel
e5bae36a1a
Test fetching BLOBs >64k
2003-08-17 14:58:33 +00:00
Ard Biesheuvel
812758b73e
Fix failure on accidental fread() of 0 bytes
2003-08-16 20:04:41 +00:00
Ard Biesheuvel
69c8bac05e
Test for bug #24224
2003-08-16 15:22:36 +00:00
Ard Biesheuvel
cba7a31245
Tiny fix
2003-08-12 09:57:57 +00:00
Ard Biesheuvel
8d34c2b4ba
Changed to reflect corrected ibase_trans() behaviour
2003-08-12 09:57:17 +00:00
Daniela Mariaschi
6203058381
Added test for IBASE_REC_VERSION/IBASE_REC_NO_VERSION trans constants
2003-06-14 16:45:38 +00:00
Daniela Mariaschi
234e7a3fed
Fixed numeric/decimal +/-(x,y) +/-(x,0)
...
for all platforms
2003-06-02 12:37:16 +00:00
foobar
d7fde48f1d
tempnam() creates an empty file..prevent them from going to /
2003-04-30 10:42:24 +00:00
foobar
a64269f0da
Make these tests actually work.
2003-04-25 15:43:28 +00:00