27 Commits

Author SHA1 Message Date
Rasmus Lerdorf
b971cada8c Revert attempt at supporting both autoconf 2.13 and
modern versions in the same build chain.  There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.

trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
2009-11-29 06:13:22 +00:00
Rasmus Lerdorf
4725d20223 Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
2009-11-25 01:30:06 +00:00
Pierre Joye
7f761f0610 - update to package.xml v2 2009-11-05 16:57:02 +00:00
Gwynne Raskind
a1d7af18b7 fix a huge number of wrong MIME types. UGH. 2009-07-13 12:15:13 +00:00
Antony Dovgal
facec964a5 make use of array_init()
fixes segfault on ORDER BY
2008-08-29 10:31:58 +00:00
Steph Fox
16ddd2863a - Bring the majority of PECL extensions into line with macro/x.x.x versioning.
- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.
2008-03-31 10:04:24 +00:00
Sara Golemon
ab7c9a9c1d Fix type in proto 2007-10-30 23:00:55 +00:00
Sara Golemon
579cf1e224 Add Ben to the developers list and prep for 0.3.0 release 2007-10-30 19:10:50 +00:00
Sara Golemon
5a10059d8d Improve nested query support and add recognition of 'IN' keyword 2007-10-30 18:20:04 +00:00
Sara Golemon
117ebd0e3f Keep all declarations right up top 2006-10-26 16:07:39 +00:00
Sara Golemon
4fbfca3e71 Add recognition of * wildcard fields and :label :123 placeholders. 2006-06-10 20:35:16 +00:00
Sara Golemon
c9427c5b05 PHP 5.0 Compatability 2006-05-15 21:00:56 +00:00
Sara Golemon
126506da3b oops, wrong define 2006-05-10 23:50:07 +00:00
Sara Golemon
3e8b2c1a49 Prep for release 2006-05-10 18:24:21 +00:00
Sara Golemon
608148bfdb Document new PDO_User methods 2006-05-10 18:16:20 +00:00
Sara Golemon
3c4dcbfc9d Fix looping bug when string literals are unterminated 2006-05-10 18:15:24 +00:00
Sara Golemon
fcc5daec82 Add: string PDO_User::tokenName(int $tokenid)
Change tokenizer test to not care about tokenids changing around
2006-05-10 17:47:23 +00:00
Sara Golemon
1e2fe82980 Add sub-select support 2006-05-10 17:29:52 +00:00
Sara Golemon
466cc57767 Expand field selection options with table.field and database.table.field
Expand table selection options with database.table
Add recognition of floating point numbers
2006-05-09 05:21:59 +00:00
Sara Golemon
dcc7e0b411 Implement a generic SQL parser for userspace.
$ret = PDO_User::parseSQL($sql);
Will return a complex nested array structure containing a script navigable
representation of a given SQL statement.
No, this isn't a complete implementation of SQL99.
No, this doesn't allow multiple statements separated by a semicolon.
No, the parser generation isn't built into the Makefile.frag (yet).
2006-05-09 01:58:46 +00:00
Sara Golemon
24ca72b90a Some additional SQL tokens 2006-05-08 02:57:05 +00:00
Sara Golemon
4ddb0c1a94 Put pdo_user_sql_tokenizer.re into the build system
and replace pdo_user_sql_tokenizer.c with `re2c -b` version.
2006-05-08 00:31:38 +00:00
Sara Golemon
e80a0eccf9 Add generic SQL tokenizer 2006-05-07 20:28:59 +00:00
Sara Golemon
5456566ebe Oooops.... damn you copy/paste\! 2006-05-04 20:04:49 +00:00
Sara Golemon
f9ae37c6c2 Persistency in userspace class driven pdo instances would be bad. 2006-05-04 14:53:55 +00:00
Sara Golemon
5bf48ba638 Initial Release 2006-05-03 23:42:24 +00:00
SVN Migration
b24bc05012 Standard project directories initialized by cvs2svn. 2006-05-03 23:42:24 +00:00