History log of /PHP-5.3/ext/sqlite/config.m4 (Results 26 – 50 of 50)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2
# 330d9f63 03-Feb-2004 Stig Bakken

SQLITE_ENCODING should be UTF8 rather than UTF-8


# 4b1fadbf 29-Jan-2004 Ilia Alshanetsky

Proper configure switch for sqlite.


Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# de07b4bb 11-Jan-2004 Rui Hirokawa

added utf8 support option for sqlite >= 2.8.9.


# a4ea8eb4 08-Jan-2004 Ilia Alshanetsky

Upgrade bundled libsqlite to 2.8.9


# 05c78af8 28-Dec-2003 Rui Hirokawa

revert my previous patch because utf-8 support is still in experimental status.


# 585a12d3 28-Dec-2003 Rui Hirokawa

added warning message.


# af9b015a 28-Dec-2003 Rui Hirokawa

added a option to select character encoding for sqlite.


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 82af3ff7 19-Jul-2003 foobar

OS_UNIX/OS_WIN are set in the bundled libsqlite sources.


# 607b6501 01-Jul-2003 Wez Furlong

Add sqlite session handler.
Modified (quite a bit!) patch from John Coggeshall.
It compiles, but it otherwise untested.
session.save_path == path to actual database file for the session.

Add sqlite session handler.
Modified (quite a bit!) patch from John Coggeshall.
It compiles, but it otherwise untested.
session.save_path == path to actual database file for the session.

eg: session.save_path=/tmp/mysite-session.db

show more ...


Revision tags: php-5.0.0b1
# 211ca9d9 25-Jun-2003 Sterling Hughes

enable sqlite by default


Revision tags: php-4.3.3RC1
# 30fc9e15 06-Jun-2003 Wez Furlong

Update bundled library to 2.8.3 + patches from sqlite author to enable
authorization checks for the ATTACH database command.


# c44fcc1d 05-Jun-2003 Wez Furlong

WS


# 80e7f700 04-Jun-2003 Wez Furlong

Update bundled library to version 2.8.2.
Make OnUpdateInt compatible with ZE2.
Fix the makefile fragment for non-gnu makes


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA
# 0d46a490 01-May-2003 Edin Kadribasic

Allign.


Revision tags: php-4.3.2RC2
# 276e721f 20-Apr-2003 Wez Furlong

Tidy up package.xml file.

Cleaner approach for setting THREADSAFE and NDEBUG for bundled libsqlite.
Tested with: static, shared and shared with separate build roots under a
non-zts b

Tidy up package.xml file.

Cleaner approach for setting THREADSAFE and NDEBUG for bundled libsqlite.
Tested with: static, shared and shared with separate build roots under a
non-zts build only.

show more ...


# 3f18d169 20-Apr-2003 Edin Kadribasic

Kluge, but it seems to work now in both phpize and bundled builds.
Only in there until Wez fixes it for real.


# a10c8a3e 20-Apr-2003 Edin Kadribasic

Erm, this works much better :)


# 3f95e99a 20-Apr-2003 Edin Kadribasic

Set appropriate flags when compiling bundled lib in thread-safe
and debug modes.


# ff0d6add 19-Apr-2003 Wez Furlong

Transparently decode binary encoded data.
Add a test-case for that process.

When encoding binary data, we mark the string with \x01 as its first character.
When returning data via sq

Transparently decode binary encoded data.
Add a test-case for that process.

When encoding binary data, we mark the string with \x01 as its first character.
When returning data via sqlite_fetch_array(), if the first character is \x01,
then we decode the encoding. This behaviour can be turned off by the optional
last parameter to sqlite_fetch_array(), for compatibility with databases
created with other applications.

show more ...


# de7874e1 19-Apr-2003 Wez Furlong

Little fix for people building sqlite as a static extension


# 8ed14ff1 18-Apr-2003 Wez Furlong

Implement sqlite_unbuffered_query(), which works similarly to the mysql
function with a similar name.

Change sqlite_query() to use the same mechanism as the unbuffered query; this
mo

Implement sqlite_unbuffered_query(), which works similarly to the mysql
function with a similar name.

Change sqlite_query() to use the same mechanism as the unbuffered query; this
moves the bulk of the memory allocations into the ZE memory manager, and will
hopefully be more efficient and less at risk of leaks.

show more ...


Revision tags: RELEASE_0_6
# 3eb3805d 17-Apr-2003 Wez Furlong

Really fix build


# b09dc0e0 17-Apr-2003 Wez Furlong

Hopefully fix build...


# f56412ea 17-Apr-2003 Wez Furlong

Update build files


Revision tags: RELEASE_0_5, init
# 25954d1d 17-Apr-2003 Wez Furlong

This commit was generated by cvs2svn to compensate for changes in r123706,
which included commits to RCS files with non-trunk default branches.


12