summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
...
* Go with the messMarcus Boerger2003-09-046-13/+13
|
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+8
|
* Fix property inheritance by using dedicated new functionMarcus Boerger2003-08-291-1/+2
|
* Throw exception if user wants to pass arguments to an non existing constructorMarcus Boerger2003-08-291-1/+1
|
* Throw exception if user wants to pass arguments to an non existing constructorMarcus Boerger2003-08-291-1/+3
|
* Allow to pass arguments to the constructorMarcus Boerger2003-08-291-6/+35
|
* Need to check if we got any value before destroying itMarcus Boerger2003-08-281-1/+3
|
* Match expected class and instantiated classMarcus Boerger2003-08-282-8/+8
|
* Add sqlite_fetch_object()Marcus Boerger2003-08-284-4/+234
|
* Error messages show the class nowMarcus Boerger2003-08-283-6/+6
|
* Update exception codeMarcus Boerger2003-08-251-14/+2
|
* Explicitly declare the dependencies on the generated sqlite.h file. ThisJon Parise2003-08-201-0/+53
| | | | | | allows the libsqlite source tree (and php-src, as a whole) to be built using 'make -j' once again.
* Fix warningsMarcus Boerger2003-08-171-6/+9
|
* Use %p to display a pointer valueSascha Schumann2003-08-171-1/+1
|
* The first element of the array seems to store the members countSascha Schumann2003-08-171-1/+1
| | | | | Add a cast to (long) to quiet the compiler
* The integer timeout is cast to a void *, passed to this function, andSascha Schumann2003-08-171-2/+3
| | | | | | | cast back. Add a cast to (long) to quiet the compiler
* Fix sizeof(void *) > sizeof(int) issue.Sascha Schumann2003-08-171-1/+1
| | | | | n should be ptrdiff_t.
* # Wez, your whish is my commandMarcus Boerger2003-08-121-1/+1
|
* Bugfix #25056Marcus Boerger2003-08-121-5/+13
|
* Use new infrastructure.Zeev Suraski2003-08-031-5/+3
| | | | | There are bound to be some messups, please report build/runtime bugs!
* Remove this then, tooMarcus Boerger2003-07-201-5/+0
|
* SQLite objects are not cloneable. Maybe we allow this later for sqlite_db.Marcus Boerger2003-07-201-1/+2
|
* OS_UNIX/OS_WIN are set in the bundled libsqlite sources.foobar2003-07-191-2/+0
|
* Cleanup, as suggested by Andi.Sebastian Bergmann2003-07-191-1/+1
|
* ZTS fix.Sebastian Bergmann2003-07-141-1/+1
|
* Add sqlite_has_prev, and sqlite_prev.Wez Furlong2003-07-133-1/+176
| | | | | Patch by Jan Lehnardt <jan@php.net>
* MFB better popen fixWez Furlong2003-07-131-10/+12
|
* Fix bug #24575 (sqlite_popen did not request a new resource id when persistentWez Furlong2003-07-131-1/+8
| | | | | handles were re-used within a request).
* Don't use class_implements() for the momentMarcus Boerger2003-07-091-13/+3
|
* Use --EXPECTF-- for errorsMarcus Boerger2003-07-091-5/+5
|
* Add oo version of testMarcus Boerger2003-07-091-0/+98
|
* fix this stupid errorMarcus Boerger2003-07-081-1/+1
|
* Fix bug #24540Marcus Boerger2003-07-081-1/+1
|
* Add test for sqlite_seek()Marcus Boerger2003-07-081-0/+98
|
* - In function sqlite_field_name the index parameter is not optional.Marcus Boerger2003-07-051-48/+48
| | | | | - Fix all the protos.
* funny fixesMarcus Boerger2003-07-021-3/+3
|
* further improve the performance and clean upSterling Hughes2003-07-021-4/+7
|
* not necessary, already assumed binary safe (it has to be under the currentSterling Hughes2003-07-021-35/+0
| | | | | session architecture), and anything else is fair play
* ws fixSterling Hughes2003-07-021-1/+1
|
* set synching to offSterling Hughes2003-07-021-19/+22
| | | | | cleanup some silly code
* no c++ style commentsSterling Hughes2003-07-021-1/+0
|
* make this actually work.Sterling Hughes2003-07-021-6/+9
|
* Fix warnings and allow builds without ext/sessionMarcus Boerger2003-07-012-2/+9
|
* silence warning under win32Wez Furlong2003-07-011-1/+1
| | | | | (maybe!)
* WSWez Furlong2003-07-011-10/+10
|
* Add sqlite session handler.Wez Furlong2003-07-013-2/+221
| | | | | | | | | 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
* Remove Release_TSinline (it's not necessary)Zeev Suraski2003-06-301-18/+18
| | | | | | Add Release_TSDbg Change directories to be consistent with our other modules...
* Fix windows buildEdin Kadribasic2003-06-271-0/+2
|
* Prepare for enabling by default on Windows.Edin Kadribasic2003-06-272-0/+346
|
* MFB: Function was renamed (don't test an alias)Marcus Boerger2003-06-262-4/+4
|