Hi List.
I've written the first steps in having a new parser for the SQL queries
Run: http://games.techbc.ca/~robbat2/sqlparse.php View Source: http://games.techbc.ca/~robbat2/src.php
I will teach it the different between reserved words and other words tommorow.
It already does a much better job on strings and data inside quotes than Mike's previous code.
Could somebody please look at the code, and make suggestions on how to do the array stuff with PHP3 ?
I'm upgrading my test platform to Apache 2.0.39 and the latest PHP tommorow morning, so that we can be sure things work on the cutting edge.
Robin,
do you plan to merge this for 2.3.0-rc1? I think it's getting late, holidays are coming soon, and we want some weeks of 2.3.0-rc1 before releasing 2.3.0. So I would like to look at this *after* 2.3.0-rc1, and for now I would document that syntax coloring is non functional in -rc1.
Robin Johnson wrote:
Hi List.
I've written the first steps in having a new parser for the SQL queries
Run: http://games.techbc.ca/~robbat2/sqlparse.php View Source: http://games.techbc.ca/~robbat2/src.php
I will teach it the different between reserved words and other words tommorow.
It already does a much better job on strings and data inside quotes than Mike's previous code.
Could somebody please look at the code, and make suggestions on how to do the array stuff with PHP3 ?
I'm upgrading my test platform to Apache 2.0.39 and the latest PHP tommorow morning, so that we can be sure things work on the cutting edge.
On Wed, 19 Jun 2002, Marc Delisle wrote:
do you plan to merge this for 2.3.0-rc1? I think it's getting late, holidays are coming soon, and we want some weeks of 2.3.0-rc1 before releasing 2.3.0. So I would like to look at this *after* 2.3.0-rc1, and for now I would document that syntax coloring is non functional in -rc1.
No, I don't want it in 2.3.0-rc1. Roll rc1 with the syntax coloring disfunctionality documented instead. Depending how soon we go to rc2, I'll either have it ready for rc2 or the final release.
Hi Robin,
----- Original Message ----- From: "Robin Johnson" robbat2@fermi.orbis-terrarum.net
I'm upgrading my test platform to Apache 2.0.39 and the latest PHP tommorow morning, so that we can be sure things work on the cutting edge.
I tried to upgrade to 2.0.39 myself. You might want to read this before upgrading: http://bugs.php.net/bug.php?id=17826
Alexander
Rabus wrote:
Hi Robin,
----- Original Message ----- From: "Robin Johnson" robbat2@fermi.orbis-terrarum.net
I'm upgrading my test platform to Apache 2.0.39 and the latest PHP tommorow morning, so that we can be sure things work on the cutting edge.
I tried to upgrade to 2.0.39 myself. You might want to read this before upgrading: http://bugs.php.net/bug.php?id=17826
Alexander
Thanks Alexander. Well, I guess we won't get bug reports for phpMyAdmin running on Apache 2.0.39 ;)