History | View | Annotate | Download (5.3 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_1'.
Stop being too paranoid about hacking of includes containing only fully inclusive functions
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
preg_quote lines for /* comment parsed SQL ... was causing failure on install for mssql ...
fix for /* */ style comments...
Fixed some missing brackets
Even speedier version (at least 15 times faster) of split_sql_file(). wheeeeee.
Added remove_comments function for processing mssql and postgress(/**/) style comments... also modified split_sql_file to rejoin statements using $delimiter instead of a hardcoded ";"
Seperated out sql parsing functions into a new file.