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-04-13 11:02:55 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d13d710cee27d250632cedd04deaf5a2a6b9f7dc
archived-php-src
/
ext
/
sqlite3
History
Felipe Pena
df10005563
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00
..
libsqlite
Disable optimizations at the moment for libsqlite on VC6 with the amalgamation, will most likely need to track down what particular function is causing problems or consider setting the flags to /O1 for libsqlite specifically.
2008-10-14 09:56:25 +00:00
tests
MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite
2008-09-30 11:14:48 +00:00
config0.m4
Which means do not include.., thanks Jani :)
2008-07-31 22:30:25 +00:00
config.m4
Which means do not include.., thanks Jani :)
2008-07-31 22:30:25 +00:00
config.w32
Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static
2008-08-05 20:16:21 +00:00
CREDITS
…
php_sqlite3_structs.h
MFH: fix int<->long mess causing lots of segfaults on x86_64
2008-08-01 08:27:56 +00:00
php_sqlite3.h
Enable by default and fix compile error
2008-07-31 22:24:05 +00:00
sqlite3.c
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00