This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-26 17:22:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aba42e3dda6e3210cf26e667badd2eb7766dae4e
archived-php-src
/
ext
/
sqlite3
/
tests
History
Xinchen Hui
ca1ba39102
Merge branch 'PHP-5.6'
...
Conflicts: ext/sqlite3/sqlite3.c
2015-07-07 21:38:24 +08:00
..
bug45798.phpt
…
bug47159.phpt
…
bug53463.phpt
- add skipif
2011-09-06 07:28:38 +00:00
bug63921-32bit.phpt
Fixed bug
#63921
: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API
2013-01-14 17:35:07 +01:00
bug63921-64bit.phpt
Fixed bug
#63921
: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API
2013-01-14 17:35:07 +01:00
bug66550.phpt
Fix bug
#66550
(SQLite prepared statement use-after-free)
2015-04-05 22:36:26 -07:00
bug68760.phpt
fix dir separator in test
2015-03-25 13:11:27 +01:00
bug69972.phpt
Fixed bug
#69972
(Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())
2015-07-07 21:37:35 +08:00
new_db.inc
…
skipif.inc
…
sqlite3_01_open.phpt
…
sqlite3_02_create.phpt
…
sqlite3_02_open.phpt
Updated tests to reflect exception class changes.
2015-05-16 16:49:14 -05:00
sqlite3_03_insert.phpt
…
sqlite3_04_update.phpt
…
sqlite3_05_delete.phpt
…
sqlite3_06_prepared_stmt.phpt
…
sqlite3_07_prepared_stmt.phpt
…
sqlite3_08_udf.phpt
…
sqlite3_09_blob_bound_param.phpt
…
sqlite3_10_bound_value_name.phpt
…
sqlite3_11_numrows.phpt
…
sqlite3_12_unfinalized_stmt_cleanup.phpt
…
sqlite3_13_skip_all_cleanup.phpt
…
sqlite3_14_querysingle.phpt
…
sqlite3_15_open_error-win.phpt
Tweak uncaught exception message display
2015-05-17 18:47:06 +02:00
sqlite3_15_open_error.phpt
Tweak uncaught exception message display
2015-05-17 18:47:06 +02:00
sqlite3_16_select_no_results.phpt
…
sqlite3_17_version.phpt
…
sqlite3_18_changes.phpt
…
sqlite3_19_columninfo.phpt
…
sqlite3_20_error.phpt
…
sqlite3_21_security.phpt
Tweak uncaught exception message display
2015-05-17 18:47:06 +02:00
sqlite3_22_loadextension.phpt
…
sqlite3_23_escape_string.phpt
…
sqlite3_24_last_insert_rowid.phpt
…
sqlite3_25_create_aggregate.phpt
…
sqlite3_26_reset_prepared_stmt.phpt
…
sqlite3_27_reset_prepared_stmt_result.phpt
…
sqlite3_28_clear_bindings.phpt
…
sqlite3_29_createfunction.phpt
…
sqlite3_30_blobopen.phpt
…
sqlite3_31_changes.phpt
…
sqlite3_31_open.phpt
…
sqlite3_32_changes.phpt
…
sqlite3_32_createAggregate_paramCount.phpt
fix tests
2009-07-17 09:28:19 +00:00
sqlite3_32_last_insert_rowid_param.phpt
…
sqlite3_33_createAggregate_notcallable.phpt
fix tests
2009-07-17 09:28:19 +00:00
sqlite3_33_load_extension_param.phpt
…
sqlite3_33_reset.phpt
…
sqlite3_34_load_extension_ext_dir.phpt
…
sqlite3_35_stmt_readonly.phpt
Add SQLite3_Stmt::readOnly for checking if a statement is read only
2010-12-31 16:37:12 +00:00
sqlite3_36_create_collation.phpt
Missed the test
2012-01-29 04:20:50 +00:00
sqlite3_close_error.phpt
…
sqlite3_close_with_params.phpt
…
sqlite3_enable_exceptions.phpt
…
sqlite3_exec_wrongparams.phpt
…
sqlite3_lasterrorcode_with_params.phpt
…
sqlite3_lasterrormsg_with_params.phpt
…
sqlite3_loadextension_with_wrong_param.phpt
…
sqlite3_open_empty_string.phpt
…
sqlite3_openblob_wrongparams.phpt
…
sqlite3_prepare_001.phpt
- add skipif
2011-09-06 07:29:59 +00:00
sqlite3_prepare_faultystmt.phpt
…
sqlite3_prepare_with_empty_string.phpt
…
sqlite3_prepare_wrongparams.phpt
…
sqlite3_prepared_stmt_clear_with_params.phpt
…
sqlite3_query_error.phpt
…
sqlite3_querysingle_error.phpt
…
sqlite3_version_noparam.phpt
…
sqlite3result_fetcharray_with_two_params_fails.phpt
…
sqlite3result_numcolumns_error.phpt
…
sqlite3result_reset_with_params_fails.phpt
…
sqlite3stmt_paramCount_basic.phpt
…
sqlite3stmt_paramCount_error.phpt
…
sqlite3stmt_reset_params.phpt
…
stream_test.inc
…