Commit Graph

10 Commits

Author SHA1 Message Date
Marc Delisle
96cac13698 no more defined constant 2003-12-02 15:53:35 +00:00
Marc Delisle
b5e55d13d0 bug 816666 ambiguous order clauses 2003-11-27 14:10:15 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
Garvin Hicking
ca7836a684 Fixed transformation system now accepting '.php3' files and using the '.php' pendants. Make use of 's' RegEx pattern modifier. Fixed small (but impacting) typo. 2003-11-25 20:30:12 +00:00
Garvin Hicking
8d1bfe6f3b Reverted some obfuscated RegExes. Nijel, as you where working on that: I removed the bugfixes you threw in for my faulty code because there where some issue left (for me):
The lines

$re0 = '@(^|(\\\\\\\\)+|[^\\\\])'; // non-escaped wildcards
$re1 = '@(^|[^\])(\\\)+'; // escaped wildcards

as they currently where made no sense to me, because the single [^\] should be replaced to [^\\\\] as well, doesn't it? To not seriously break more stuff I decided to revert to the previous mechanism here.

I will do more serious tests the next days and will actually work with my PMA again and I pay close attention to see if there are any issues left.

I also searched through the code to see if the setting of the array points from former while() constructs was in any way used [current(), next(), prev(), key(), end(), each()] but did find none.
2003-11-25 19:20:20 +00:00
Garvin Hicking
f0da471ec3 /libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Marc Delisle
e37bf199ae first group of headers was offset by one column to the left 2003-11-19 21:23:34 +00:00
Michal Čihař
b04fd449d0 Fixed displayed message. 2003-11-18 16:07:14 +00:00
Michal Čihař
1b0a33882b Can kill more proceses (bug #844353). 2003-11-18 16:00:38 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00