1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

29 Commits

Author SHA1 Message Date
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 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
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
Ilia Alshanetsky ca4116ace5 Add myself to credits 2003-09-19 12:24:36 +00:00
Edin Kadribasic dd1ee78e9e SQLite PHP_4_3 is dead. Long live SQLite PECL_4_3! 2003-06-26 12:11:29 +00:00
Wez Furlong eea0ffc0d1 1.1, not 2.0... 2003-06-24 11:30:59 +00:00
Wez Furlong a27b34a20b update package.xml for 5.0 2003-06-24 11:23:31 +00:00
Wez Furlong ce62305a38 More prep for 1.0 release. 2003-06-21 13:50:43 +00:00
Wez Furlong 3a550b3c8c Prepare for 1.0 release 2003-06-21 13:29:26 +00:00
Wez Furlong 425882ef70 Some tweaks ready for the upcoming 1.0 release. 2003-06-19 20:57:11 +00:00
Marcus Boerger 96a7b5557c Added test files 2003-06-05 20:15:21 +00:00
Marcus Boerger a5f52b5052 Update 2003-06-05 19:40:41 +00:00
Marcus Boerger cb22a3b9e6 Update 2003-06-05 19:38:59 +00:00
Wez Furlong 1a521e5ab6 Prep for next release 2003-05-14 13:05:22 +00:00
Marcus Boerger 418106cc31 Add me 2003-05-04 12:04:26 +00:00
Wez Furlong eb22d78db8 allow sqlite_query() to accept the query string and database resource in
either order.

Forgot to bump the package version number displayed by phpinfo()...
Bump to 0.9a
2003-04-22 00:19:48 +00:00
Wez Furlong 04c5e2fc06 Prepare for release. 2003-04-21 20:24:03 +00:00
Wez Furlong 276e721f96 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.
2003-04-20 16:09:16 +00:00
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.
2003-04-20 13:31:36 +00:00
Tal Peer a676f6c29d Update 2003-04-20 13:15:45 +00:00
Wez Furlong cca9ebddae Add pecl release version to phpinfo output 2003-04-17 19:13:21 +00:00
Wez Furlong c54eff9f12 Update for new release 2003-04-17 17:31:50 +00:00
Wez Furlong 3eb3805d47 Really fix build 2003-04-17 12:49:44 +00:00
Wez Furlong f56412eace Update build files 2003-04-17 11:57:29 +00:00
Wez Furlong f7dbd9d909 Prep for release. 2003-04-17 03:19:33 +00:00
Wez Furlong 2d14d8b520 Implement safe_mode and open_basedir checks.
Add package.xml
2003-04-17 01:57:55 +00:00