foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
22 years ago
Ilia Alshanetsky
79848fa885
Added sqlite_fetch_column_types() function.
22 years ago
Marcus Boerger
90561350f9
Add sqlite_fetch_object()
23 years ago
Wez Furlong
78e236da26
Add sqlite_has_prev, and sqlite_prev.
Patch by Jan Lehnardt <jan@php.net>
23 years ago
Marcus Boerger
add3674b20
Rename sqlite_fetch_string() to sqlite_fetch_single() + alias
23 years ago
Ilia Alshanetsky
94b90d0c0a
Added sqlite_single_query() and it's OO equivalent single_query().
23 years ago
Marcus Boerger
f2d26fc85d
Add oo API
23 years ago
Wez Furlong
9e858102a8
Add a pair of functions to handle the binary coding used by PHP from within
UDF callbacks.
Add test for binary functions.
Fix proto.
23 years ago
Marcus Boerger
8f2b387c61
- Update license
- Don't buffer in non buffered mode
23 years ago
Marcus Boerger
062b9afe4f
Add sqlite_array_query().
23 years ago
Marcus Boerger
2013859ec5
Update
23 years ago
Wez Furlong
80e7f7001d
Update bundled library to version 2.8.2.
Make OnUpdateInt compatible with ZE2.
Fix the makefile fragment for non-gnu makes
23 years ago
Wez Furlong
82a1818fde
Revert accidental commit from marcus.
23 years ago
Marcus Boerger
b70cf40742
Goodbye namespaces
23 years ago
Ilia Alshanetsky
f1c20d3b55
Added sqlite_fetch_string(), for speedy fetching of data from database
cursor containing only a single column.
23 years ago
Marcus Boerger
815ad75c49
- Indendation fix
- Proto fix
- Add efficient single column access function: sqlite_column()
23 years ago
Marcus Boerger
7a17b23190
Add iterator interface and test
23 years ago
Edin Kadribasic
43349ea014
Added sqlite.assoc_case ini entry with 0 as the default value.
0 - Make no changes to the keys in the associative array
1 - Change the keys to uppercase
2 - Change the keys to lowercase
23 years ago
Wez Furlong
d40a615a8e
Implement sqlite_create_function(), which allows binding of php functions by
name; this is a higher performance alternative to the generic php() SQL
function. (saves parsing the additional function call in the SQL and a call to
zend_is_callable on each function invocation).
Add test for sqlite_create_function().
Fixup proto for sqlite_create_aggregate().
Tweak package file and speling in header file.
23 years ago
Tal Peer
2a54c9a308
typo
23 years ago
Tal Peer
a676f6c29d
Update
23 years ago
Wez Furlong
4a46882648
Implement sqlite_create_aggregate() which can be used to create aggregation
functions for use in SQL statements.
23 years ago
Wez Furlong
8f30d3e545
Implement sqlite_popen(), which opens persistent connections to an sqlite
database file. (This saves the cost of sqlite reading/parsing the indices).
Persistent db connections have any pending transactions rolled back at request
shutdown time. (non-persistent connections are automatically rolled back when
they are closed).
Enhance sqlite_query() and sqlite_unbuffered_query() to use the C api
sqlite_exec() when the PHP script does not use the return value. This avoids
the extra work and memory allocation for holding result sets when they are not
needed.
23 years ago
Wez Furlong
8ed14ff16f
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.
23 years ago
Wez Furlong
ec09b1b881
Add two new functions:
int sqlite_last_error($db) -- returns error code from last query
string sqlite_error_string(int code) -- returns english description of an error
code.
23 years ago
Wez Furlong
4eba9b8b46
Implement sqlite_busy_timeout() which sets the retry timeout (in milliseconds)
when multiple processes attempt to lock and update the database.
23 years ago
Wez Furlong
5e0b9bb451
Implement sqlite_escape_string() function.
23 years ago
Wez Furlong
25954d1d72
This commit was generated by cvs2svn to compensate for changes in r123706,
which included commits to RCS files with non-trunk default branches.
23 years ago
foobar
1b38773eef
WS & CS fixes
23 years ago
Melvyn Sopacua
d95b71973e
Avoid possible clash with mysql, but still make it work for BSD's.
Struct verified to be compatible with Linux, FreeBSD, BSDi, AIX 4.3.3 and
Solaris 5.7.
24 years ago
Wez Furlong
f03115aae1
Add sysv IPC support (wrappers for msgsnd and friends).
24 years ago
Sebastian Bergmann
90613d2282
Maintain headers.
24 years ago
Andrei Zmievski
727ef4b94f
Ack, apparently in statically linked-in extensions we have to clean the
24 years ago
Sebastian Bergmann
38933514e1
Update headers.
24 years ago
Andrei Zmievski
b197b8d104
This commit implements property-specific accessors.
24 years ago
Andrei Zmievski
1ec143228a
All right, let people RTFM.
24 years ago
Andrei Zmievski
88d4de1da9
Adding user-space object overloading extension.
25 years ago
foobar
23cb032fd9
Missing header.
25 years ago
Zeev Suraski
d87cc976e1
Redesigned thread safety mechanism - nua nua
25 years ago
Alexander Feldman
a777149199
@- Added extension for the cracklib library. (Alexander Feldman)
25 years ago