summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-09never consider first word a debugparam, fixes cine.search.chUrban Müller1-1/+1
2021-06-07force new connection to be compatible with mysqli_connect, it_dbi does ↵Nathan Gass1-1/+1
handle connection reuse itself
2021-05-30Allow some more tags structuring texts visiblyChristian Schneider1-2/+2
2021-05-18call more attention to page-killing problemsUrban Müller1-1/+1
2021-04-20handle invalid utf8 in bodyUrban Müller1-1/+1
2021-04-20it::mail refuses to send mails with null bytesUrban Müller1-1/+1
2021-03-29remove => false args in it::exec, consistent with it_htmlUrban Müller2-1/+5
2021-03-28it::cdist() does nothing if no filenames are given, it::error() if ↵Christian A. Weber1-0/+8
filename=false
2021-03-24correcly use override traces for long stackdump (ultraexceptionhandler case)Urban Müller1-1/+1
2021-03-23use (local) distributed cache on devel by defaultUrban Müller1-5/+0
2021-03-21Make errorhandler PHP 8 compatibleChristian Schneider1-1/+1
2021-03-18refactor dump_php() to create more stable format using new array syntax ↵Christian A. Weber1-6/+9
without calling convertsyntax.php
2021-03-15filter info not needed interactivelyUrban Müller1-1/+1
2021-03-15better align subsequent it::error outputUrban Müller1-1/+1
2021-03-12avoid empty title when error message contains invalid utf8Urban Müller1-1/+1
2021-03-12allow forcing errors to screenUrban Müller1-3/+5
2021-03-05var_export no longer has a trailing blank after =>Urban Müller1-1/+1
2021-03-01do not use mysql defaultconfig for it_dbi_postgres.classNathan Gass1-1/+1
2021-02-22avoid lowercase "Fatal:" e.g. when debug_timerlog set programmaticallyUrban Müller1-2/+2
2021-02-16fix errors on get_cacheUrban Müller1-3/+3
2021-02-15grapheme_substr turns false into "" in php 8; return was not takenUrban Müller1-3/+4
2021-02-12allow custom stack traces from exception handlerUrban Müller1-2/+2
2021-02-12correctly put Fatal: in front of uncaught exceptionsUrban Müller1-1/+1
2021-02-12Fix cols() ignoring some columns, was an exception in PHP 8Christian Schneider2-1/+3
2021-02-10Leave comments like NOCSSLINT in nostrip mode but restrict it to ULTRATRUSTEDChristian Schneider1-2/+3
2021-02-10optionally preserve line numbersUrban Müller1-1/+1
2021-02-09Mark static function as suchChristian Schneider1-1/+1
2021-02-09Avoid TypeError with null on PHP 8Christian Schneider1-1/+1
2021-02-08correctly report extra params; it::error has recursion protectionUrban Müller1-1/+1
2021-02-03no extra line for object literalsUrban Müller1-0/+1
2021-02-03Code cleanup: Replace call_user_func* with normal function call equivalentChristian Schneider5-7/+7
2021-02-03Code cleanup: Switch to new style varargsChristian Schneider4-50/+29
2021-02-03Use proper name of option in exampleChristian Schneider1-1/+1
2021-02-03Support options, e.g. --twofirst as arguments to it::cdist()Christian Schneider1-5/+10
2021-01-27fix boolean handling for postgresqlNathan Gass1-0/+9
2021-01-27add support for type specific escape functionsNathan Gass1-2/+24
2021-01-27add some tests for boolean and float columnsNathan Gass1-9/+14
2021-01-26Fix error suppression for safety => 0Christian Schneider3-3/+5
2021-01-25Avoid failure when calling pg_affected_rows without valid result on PHP 8Christian Schneider1-12/+14
2021-01-25Fix generating errors on SQL syntax errors, add tests for itChristian Schneider3-8/+20
2021-01-25fix 850c9fd: do not presume public schema if none is given (for example temp ↵Nathan Gass1-1/+1
tables have their own schema)
2021-01-18test correct escaping using character that actually needs itUrban Müller1-4/+4
2021-01-15SQL_NO_CACHE is mysql specificNathan Gass1-1/+1
2021-01-13add missing it_dbi_postgres.class, remove ultra-obsolete it_browser.classChristian A. Weber2-188/+1
2021-01-13Update copyright dateChristian Schneider19-19/+19
2021-01-13Unified } else { missed in first iterationChristian Schneider4-4/+9
2021-01-13Unified join to always use implodeChristian Schneider12-27/+27
2021-01-13Unified comment styleChristian Schneider3-15/+15
2021-01-13Unified brace and else if styleChristian Schneider10-46/+89
2021-01-13Revert "give error keys on apc failures"Christian Schneider1-2/+2
This reverts commit 333809bea4b0ee8386db1464c90ee9a2cb95569d.