Ilia Alshanetsky
757087553b
MFH: Fixed compiler warnings
2008-11-10 19:04:05 +00:00
Sean Coates
4e3929d278
add test for ArrayObject acting as array (for 5.3)
2008-11-10 19:01:35 +00:00
David Coallier
feeaa6568e
- Added resolution of bug #44153 , #44154
2008-11-10 18:54:30 +00:00
David Coallier
9334bbd650
- After readying Johannes's mail, the conclusion that a "smarter" system
...
to find out if the return_value had the correct number of elements was
definitely needed. Simply added a difference to both dbh and stmt to
make sure that the error info always has 3 elements.
- Bug #44154 (pdo->errorInfo doesn't always return three elements)
- Now pdo->errorInfo() AND stmt->errorInfo() return three elements.
- [DOC] Make sure that not only the pdo->errorInfo() is returning 3 elms, but
also the PDOStatement object
2008-11-10 18:47:28 +00:00
David Coallier
55ad0efd17
- Make test conform to the error reporting that always returns
...
three elements. Adjusted all bugs and tests that were using
errorInfo() and errorCode() (dbh & stmt)
2008-11-10 18:44:04 +00:00
Felipe Pena
1460f722e3
- New tests
2008-11-10 18:02:56 +00:00
Felipe Pena
4680f6ab3d
- Fixed tests (thanks Timm)
2008-11-10 15:07:26 +00:00
Timm Friebe
dc07057b06
- Removed notes about fixes to sybase_ct that are already announced in PHP 5.2 news
2008-11-10 14:45:30 +00:00
David Coallier
d781f9d67f
- Hrphm, sorry about that, forgot the array value. Now the test runs fine
2008-11-10 12:49:51 +00:00
David Coallier
d2c1047241
- Adjusted test to make sure it reflects the behavior of the method
2008-11-10 12:40:23 +00:00
Derick Rethans
cb448dca05
- Make it work with bison 2.4.
2008-11-10 12:05:28 +00:00
Felipe Pena
7368bfce56
- New tests
2008-11-10 11:39:57 +00:00
Timm Friebe
9543aa058d
- Documented sybase_connect()'s new optional parameter 'new'
2008-11-10 11:03:22 +00:00
Timm Friebe
15adc0ddaf
- Added test for optional parameter "new" to sybase_connect()
2008-11-10 11:00:48 +00:00
Timm Friebe
12abaadf84
- Added optional parameter "new" to sybase_connect
...
# [DOC] If a second call is made to sybase_connect() with the same arguments
# no new link will be established, but instead, the link identifier of the
# already opened link will be returned. The new parameter modifies this
# behavior and makes sybase_connect() always open a new link, even if
# sybase_connect() was called before with the same parameters.
2008-11-10 10:59:44 +00:00
Sanjay Mantoor
eb2e561bfe
New testcases for date_sunset function
2008-11-10 07:12:00 +00:00
Arnaud Le Blanc
2756c75304
MFH
2008-11-10 06:30:16 +00:00
Arnaud Le Blanc
cf7ad21ce5
MFH: Added the oldset parameter to pcntl_sigprocmask().
...
Already documented.
2008-11-10 05:57:18 +00:00
Sanjay Mantoor
42325f9d48
New testcases for date_sunrise function
2008-11-10 05:52:20 +00:00
Lukas Smith
6092e3a4a0
MFH
2008-11-09 12:13:04 +00:00
Kalle Sommer Nielsen
88bb4f6134
Fix NEWS
2008-11-09 11:39:15 +00:00
Timm Friebe
39bd93bc62
- Fixed sybase_close() to actually close connections
...
# Broken during parameter parsing refactoring lately, OK in PHP_5_2
2008-11-09 11:39:14 +00:00
Timm Friebe
4b96eea15f
- Initial release
2008-11-09 11:38:17 +00:00
Timm Friebe
66f5639327
- Initial release
2008-11-09 10:57:09 +00:00
Timm Friebe
7dc8109ff3
- Initial release
2008-11-09 10:44:03 +00:00
Timm Friebe
34906d50f3
- Added note on bugfix for #30312
...
- Added entry on CS_ROW_FAIL patch fix
2008-11-09 10:32:35 +00:00
Timm Friebe
2268bf47e3
- Added test for sybase_free_result() without full fetch
2008-11-09 10:29:52 +00:00
Timm Friebe
963aa85764
- Initial release
...
# Tests sybase_unbuffered_query() together with sybase_free_result()
2008-11-09 10:26:31 +00:00
Rasmus Lerdorf
f121e72ac7
Fix for bug #46525
2008-11-08 22:56:17 +00:00
Felipe Pena
d5ad77167a
- MFH: Added connection checking on SKIPIF
2008-11-08 15:39:01 +00:00
Timm Friebe
ec17daec29
- Adjusted tests to reality
...
# We select 123456789.12345679, we should have this returned and not
# something 123456789.123457 (rounded)
2008-11-08 13:32:29 +00:00
Timm Friebe
8089d14c9a
- Fixed problems with segmentation faults when using unbuffered queries
...
# Double-freeing results caused these
2008-11-08 13:22:14 +00:00
Timm Friebe
9224d4cc6c
- Made this test independent of date format
2008-11-08 13:21:30 +00:00
Timm Friebe
65c5b135d5
- Initial release
2008-11-08 13:21:01 +00:00
Timm Friebe
b99923a434
- QA: Unified error messages in php_sybase_query()
2008-11-08 12:24:52 +00:00
Timm Friebe
927804e288
- 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:05:46 +00:00
Timm Friebe
87ad2dd067
- 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:47:35 +00:00
Timm Friebe
847e9922d1
- Made this test independent of field types in master..sysprocesses
...
# char on ASE 11, varchar on ASE 15
2008-11-08 11:46:06 +00:00
Timm Friebe
d40014873f
- Fixed expected warning messages
...
# Changed during migration to parameter parsing API
2008-11-08 11:45:03 +00:00
Antony Dovgal
f26f2c0961
fix more invalid reads
2008-11-08 11:00:23 +00:00
Felipe Pena
a4390f3e46
MFH:
...
- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
Noticed by: jd at cpanel dot net
2008-11-07 21:14:46 +00:00
Alexey Zakhlestin
f9d86cf9d3
new parameter-parsing API
2008-11-07 13:28:23 +00:00
Alexey Zakhlestin
deb420ee63
new parameter-parsing API
2008-11-07 12:39:11 +00:00
Kalle Sommer Nielsen
2b0df36f42
MFH: New parameter parsing API
2008-11-07 11:05:24 +00:00
Antony Dovgal
57b9a6449a
fix typo causing invalid reads
2008-11-07 10:51:26 +00:00
Alexey Zakhlestin
9942da41cf
added const, as required by struct-definition
2008-11-07 09:12:39 +00:00
David Soria Parra
acdc79e876
Use right format
2008-11-06 22:12:12 +00:00
David Soria Parra
6e3bf2157e
Refer to a feature request that contains a better description of the flags
2008-11-06 21:56:06 +00:00
Philip Olson
453a17a9bf
Added the "update INSTALL and win32/install.txt" tasks
2008-11-06 21:35:42 +00:00
David Soria Parra
47e909faed
MFH: Detect Sun C compiler and set default flags if it is used
2008-11-06 20:42:11 +00:00