phpBB
Statistics
| Revision:

root / tags / release_2_0_1 / phpBB / includes / sql_parse.php

History | View | Annotate | Download (5.3 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2610 05/20/2002 03:52 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_1'.

2328 03/19/2002 12:53 am psotfx

Stop being too paranoid about hacking of includes containing only fully inclusive functions

2304 03/18/2002 02:35 pm psotfx

Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)

1977 01/28/2002 01:57 am psotfx

preg_quote lines for /* comment parsed SQL ... was causing failure on install for mssql ...

1109 10/01/2001 11:19 pm the_systech

fix for /* */ style comments...

1075 09/25/2001 02:51 am psotfx

Fixed some missing brackets

1072 09/24/2001 11:50 pm natec

Even speedier version (at least 15 times faster) of split_sql_file(). wheeeeee.

1070 09/24/2001 09:48 pm the_systech

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 ";"

1069 09/24/2001 07:26 pm the_systech

Seperated out sql parsing functions into a new file.