Sebastian Bergmann
ef49b9a8de
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:17:49 +00:00
Felipe Pena
ab5e85b27d
- MFH: Added connection checking on SKIPIF
2008-11-08 15:39:32 +00:00
Timm Friebe
6d6138d9d9
- MFB: Initial release
2008-11-08 14:28:26 +00:00
Timm Friebe
839b81668c
- Adjusted tests to reality
...
# We select 123456789.12345679, we should have this returned and not
# something 123456789.123457 (rounded)
2008-11-08 14:24:55 +00:00
Timm Friebe
ea1453a741
- MFB: Made this test independent of date format
2008-11-08 14:24:38 +00:00
Timm Friebe
00772abea5
- MFB: Fixed problems with segmentation faults when using unbuffered queries
...
# Double-freeing results caused these
2008-11-08 14:15:08 +00:00
Timm Friebe
b42da54e51
- MFB: Changed while loop in php_sybase_fetch_result_row() to also read rows with
...
retcode == CS_ROW_FAIL.
# Reported by Detlef Neumerkel and Frank Irnich of Sybase
2008-11-08 12:06:08 +00:00
Timm Friebe
ef15af78dd
- MFB: Made this test independent of field types in master..sysprocesses
...
# char on ASE 11, varchar on ASE 15
2008-11-08 12:01:10 +00:00
Timm Friebe
c5b45f2281
- Changed source to read host, user and password from environment
...
# E.g. nmake test TESTS=ext/sybase_ct PHP_SYBASE_HOST=db PHP_SYBASE_USER=sa PHP_SYBASE_PASS=***
2008-11-08 11:59:57 +00:00
Sebastian Bergmann
d9f3a1305f
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:20:42 +00:00
foobar
7ed3c4536d
MFH: Fix some configure --help texts
2007-07-03 17:25:43 +00:00
Timm Friebe
43fccbf2b9
- Changed hardcoded "tempdb" database name to a constant
2007-05-22 12:16:32 +00:00
Timm Friebe
090cee2bdc
- Fixed expectancy in for SQL query <select convert(datetime, "notadate")>
...
This query should return bool(false) and not a resource() because
the above is a syntax error
# Exact message yielded by SQL server is the following:
# "Syntax error during explicit conversion of VARCHAR value `notadate`
# to a DATETIME field.
2007-05-22 11:38:57 +00:00
Timm Friebe
9181a464fe
- Added constant TEMPDB, defaulting to "tempdb"
...
# This constant is used by some of the tests and should point
# to a database where the user has create proc|table permissions
2007-05-22 11:36:55 +00:00
Timm Friebe
6218d2d998
- Changed hardcoded "tempdb" database name to a constant
...
# This constant is defined in test.inc and defaults to "tempdb"
# In certain setups, create procedure permissions may not be granted
# in tempdb
2007-05-22 11:35:47 +00:00
Timm Friebe
680735fce8
- Fixed tests on Windows
...
# The tests expected %s/test.inc in warnings and notices, but of course,
# on Windows, the directory separator is a backslash.
# Made this work in both worlds by testing for %stest.inc
2007-05-22 11:33:36 +00:00
Marcus Boerger
5447fca028
- WS/CS
2007-04-10 15:56:31 +00:00
Marcus Boerger
b15d742639
- Cleanup the cleanup
2007-04-10 15:50:34 +00:00
Timm Friebe
b9bc7c55d4
- Changed message handler also to handle message #11021
...
- Adjusted expected output
# Seems newer Sybase versions yielf different error codes for getdate(NULL)
2007-03-14 11:57:45 +00:00
Timm Friebe
ca75503c8f
- Fixed segmentation fault in sybase_connect()
...
# This was introduced by changing sprintf -> spprintf and resulted
# from passing a char* to spprintf() instead of a char**
2007-03-14 11:48:49 +00:00
Timm Friebe
142357d445
- Changed expected output
...
# select getdate() returns something like "Mar 14 2007 12:44PM", we
# were checking for one additional (nonexistant) whitespace after "Mar"
# which was wrong. Don`t know when and how this changed
2007-03-14 11:46:06 +00:00
Timm Friebe
d8ed658b78
- Changed expected output
...
# Due to var_export() & __set_state() changes
2007-03-14 11:44:24 +00:00
Antony Dovgal
80616688db
MFH
2007-03-11 12:56:44 +00:00
Antony Dovgal
e8ede1ec08
fix tests
2007-03-11 12:54:54 +00:00
Stanislav Malyshev
49a7bcd60b
use safe_realloc
2007-03-06 02:10:25 +00:00
Marcus Boerger
50ea26760d
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
2007-02-24 02:17:47 +00:00
Ilia Alshanetsky
a471f75354
Simplify code by converting emalloc() + sprintf() to spprintf()
2007-02-23 00:37:36 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Uwe Schindler
d6337819ba
MFH: Fix compilation with TSRM (now correct)
2006-07-25 09:20:32 +00:00
Uwe Schindler
c1da9dbc8b
revert shitty whitespace patch (forgot to reconfigure my editor after reinstallation)
2006-07-25 09:19:38 +00:00
Uwe Schindler
c1ddf2c2ed
Fix compilation with TSRM
2006-07-25 08:42:54 +00:00
foobar
93c0ddb2f3
MFH: fix compile failure and remove unnecessary TSRMLS_FETCH calls
2006-07-23 23:50:43 +00:00
Dmitry Stogov
1dbaae2795
Added automatic module globals management
2006-06-15 18:33:09 +00:00
Antony Dovgal
fb32c077a2
fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct extension enabled))
2006-05-24 20:21:02 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
Antony Dovgal
81a2bacdc4
fix #35760 (sybase_ct doesn't compile on Solaris)
2005-12-21 10:18:32 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
foobar
4e874820e9
MFH: nuke php3 legacy
2005-12-06 01:21:28 +00:00
foobar
a3af52c11e
MFH: list_entry -> zend_rsrc_list_entry
2005-12-05 23:38:04 +00:00
foobar
9477097564
MFH: Nuked EOLs from error messages
2005-08-18 13:34:41 +00:00
Frank M. Kromann
7675a85828
Fix for #32531
...
No need to alias these functions on windows or if the mssql extension is compiled. This change will allow the use of both extensions at the same time.
2005-08-06 05:42:51 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
Timm Friebe
5eb673d1cb
- Made error handler not output anything if error was not in error_reporting() mask
2005-02-06 14:08:11 +00:00
Timm Friebe
ca250d16dc
- Fixed error handler for situations in which an error
...
was raised in an include file
2005-02-06 14:06:21 +00:00
Timm Friebe
6a4d498af4
- Initial release
...
# Used for being able to run .phpt-files in a webserver environment
# Incomplete and pretty basic but serves its purpose ATM
2005-02-06 13:35:09 +00:00
Timm Friebe
57fa001979
- Prefixed all temporary names with "phpt_"
2005-02-06 12:59:03 +00:00
Timm Friebe
2a595d116e
- Initial release
...
# Works perfectly with php-cli
2005-02-06 11:58:53 +00:00
Timm Friebe
e47835b90e
- "Unified" test name
2005-02-06 11:58:18 +00:00
Dmitry Stogov
107da542ae
Skip condition was fixed.
2004-11-22 15:15:50 +00:00