1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

179 Commits

Author SHA1 Message Date
Stanislav Malyshev
ed8eb78349 merge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953
bug led to PHP exiting on queries with unknown columns
2005-01-03 11:28:12 +00:00
Stanislav Malyshev
fff93cdb7f another 64-bit fix - 's' in zend_parse_parameters uses int, so it should not get long * 2004-12-12 15:10:58 +00:00
Zeev Suraski
0230c72c0f Restore Makefile.frag - it's still needed for 4.2.x builds 2004-11-28 09:53:16 +00:00
Stanislav Malyshev
706aac5cb0 fix amd64 - long != int there 2004-11-26 13:08:37 +00:00
Ilia Alshanetsky
5c1b52a8e7 MFH: Fixed bug 29395 (sqlite_escape_string() returns bogus data on empty
strings).
2004-07-27 16:53:48 +00:00
Wez Furlong
0a925c90d4 prep for release.
Touch parse.c to avoid weird implicit bison make rule breaking build
2004-07-18 10:31:35 +00:00
Wez Furlong
a4b685078b tweak release notes
# why do I have such a hard time typing sqlite version numbers? :)
2004-07-10 13:15:45 +00:00
Wez Furlong
4959eb1b5f Fix #28402: no need for -ldl 2004-07-10 12:50:18 +00:00
Wez Furlong
20ad0b9668 this is no longer needed 2004-07-10 12:26:32 +00:00
Wez Furlong
902f9d52cf Upgrade bundled library to 2.8.14 + misc fixes
(http://www.sqlite.org/cvstrac/chngview?cn=1742)
2004-07-10 12:25:35 +00:00
Ilia Alshanetsky
b6a9bdfb4f Better fix for a possible double free in sqlite_single|array_query() when
a failure occurs between query execution and data retrieval.
2004-05-16 19:49:18 +00:00
Stanislav Malyshev
e145ab54da attempt to fix double free on failed query 2004-05-16 16:34:27 +00:00
Stanislav Malyshev
49a1413f50 add sqlite_exec - now to the right tag 2004-05-13 14:54:55 +00:00
Marcus Boerger
e40f99303c MFH 2004-04-29 22:58:31 +00:00
Marcus Boerger
247f707d55 MFH 2004-04-22 22:52:54 +00:00
Ilia Alshanetsky
437c556926 MFH: Fixed bug #28112 (Empty queries may result in crashes). 2004-04-22 22:36:14 +00:00
SVN Migration
a007611a4f This commit was manufactured by cvs2svn to create branch 'PECL_4_3'. 2004-04-22 22:29:42 +00:00
Ilia Alshanetsky
f9073ef5a0 MFH: Open basedir & safe_mode exception when copying or attaching to a
memory only database.
2004-04-11 18:53:36 +00:00
Ilia Alshanetsky
d478d178bf MFH: Fixed bug #27928 (sqlite incorrectly handles invalid filenames). 2004-04-09 18:02:18 +00:00
Ilia Alshanetsky
230aea0ff8 MFH: Corrected string escape calculation. 2004-03-07 21:58:19 +00:00
Ilia Alshanetsky
8080b6bbd3 MFH: Fixed possible crash inside sqlite_escape_string() and
sqlite_udf_encode_binary().
2004-02-27 00:30:45 +00:00
SVN Migration
3d08abbc77 This commit was manufactured by cvs2svn to create branch 'PECL_4_3'. 2004-02-27 00:29:11 +00:00
Wez Furlong
985f1c2c60 bah bah 2004-01-17 01:07:22 +00:00
Wez Furlong
605e6aa687 I will test package even at 1am... 2004-01-17 01:04:46 +00:00
Wez Furlong
c10af70d05 update for release 2004-01-17 00:55:48 +00:00
Wez Furlong
e5183a19e5 better fix 2004-01-17 00:33:14 +00:00
Edin Kadribasic
16a02bafc2 Not everybody has this ;) 2004-01-17 00:29:37 +00:00
Wez Furlong
e736c01e44 fix win32 build 2004-01-17 00:17:37 +00:00
Marcus Boerger
96320611a3 Fix shutdown 2004-01-15 21:29:04 +00:00
Edin Kadribasic
ae2e30d461 Update version number 2004-01-14 22:40:31 +00:00
Edin Kadribasic
20590a100b Add new files to windows build 2004-01-14 22:24:26 +00:00
Ilia Alshanetsky
ed150e2312 MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from
empty queries).
2004-01-14 21:19:48 +00:00
SVN Migration
cd9a7fe277 This commit was manufactured by cvs2svn to create branch 'PECL_4_3'. 2004-01-14 21:17:10 +00:00
Ilia Alshanetsky
a508453b1c Touch parser. 2004-01-14 18:00:06 +00:00
Ilia Alshanetsky
b10c1ea433 Upgrade bundled libsqlite to 2.8.11 2004-01-14 17:59:08 +00:00
Marcus Boerger
879184bd6d Fixed Bug #25329 sqlite_create_function with method and reference to $this 2003-12-27 22:20:56 +00:00
Ilia Alshanetsky
02de761345 MFH: do not mangle column names. 2003-12-14 18:47:14 +00:00
Ilia Alshanetsky
7a6246385f MFH: Added myself to credits. 2003-11-16 20:44:06 +00:00
Ilia Alshanetsky
ca4116ace5 Add myself to credits 2003-09-19 12:24:36 +00:00
Marcus Boerger
05910c2415 # Wez, your whish is my command 2003-08-12 21:29:57 +00:00
Marcus Boerger
5a482f71e3 MFH: Bugfix #25056 2003-08-12 21:25:56 +00:00
Marcus Boerger
70b9e3ba14 Fix test 2003-08-09 09:10:00 +00:00
foobar
8347c1a487 MFH 2003-07-19 12:44:54 +00:00
Wez Furlong
bcd4c34c9b MFH TSRMLS fix 2003-07-14 19:36:19 +00:00
Wez Furlong
8f8421714b A much better fix for the popen problem
# no thanks to Jolt Cola
2003-07-13 09:20:05 +00:00
Wez Furlong
c987b05b70 Fix bug #24575 (sqlite_popen did not request a new resource id when persistent
handles were re-used within a request).
2003-07-13 08:49:07 +00:00
Marcus Boerger
058c419fd2 MFH: Fix bug #24540 2003-07-08 18:58:59 +00:00
SVN Migration
2b7d0b008f This commit was manufactured by cvs2svn to create branch 'PECL_4_3'. 2003-07-08 18:56:15 +00:00
Marcus Boerger
5b7ee0399f Function was renamed (don't test an alias) 2003-06-26 21:32:37 +00:00
Marcus Boerger
fd987209eb (MFH) fix warnings 2003-06-26 21:30:17 +00:00