1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/src/aphront
vrana e69ba98e20 Prepare for MySQLi support
Summary: This separates common MySQL stuff (identifiers and comments escaping, error codes, connection retries) from PHP extension specific stuff (connect, query, fetch, errors, escape string).

Test Plan:
/
Use `AphrontMySQLiDatabaseConnection` in `PhabricatorLiskDAO`, load homepage, edit task, save task.

Reviewers: epriestley

Reviewed By: epriestley

CC: nh, aran

Differential Revision: https://secure.phabricator.com/D2113
2012-04-06 12:43:56 -07:00
..
applicationconfiguration Return $this from setters 2012-04-02 18:48:37 -07:00
console Prepare for MySQLi support 2012-04-06 12:43:56 -07:00
controller Modularize oauth. 2011-02-27 20:38:11 -08:00
default/configuration Open editor from stack trace 2012-04-04 18:19:14 -07:00
exception Add "final" to more classes 2012-03-13 11:18:11 -07:00
mapper Always match full path in URI Mapper 2012-03-01 15:27:03 -08:00
request Return $this from setters 2012-04-02 18:48:37 -07:00
response Add "final" to more classes 2012-03-13 11:18:11 -07:00
sink Encode "<" and ">" in JSON/Ajax responses to prevent content-sniffing attacks 2012-02-14 14:51:51 -08:00
writeguard Create AphrontWriteGuard, a backup mechanism for CSRF validation 2011-08-16 13:29:57 -07:00