Ticket #3364: patch.txt
| File patch.txt, 491 bytes (added by Rob.Sworder, 9 months ago) |
|---|
| Line | |
|---|---|
| 1 | 71c71 |
| 2 | < $options = array('phptype', 'hostspec', 'database', 'username', 'password', 'port', 'protocol', 'encoding', 'persistent', 'socket'); |
| 3 | --- |
| 4 | > $options = array('phptype', 'hostspec', 'database', 'username', 'password', 'port', 'protocol', 'encoding', 'persistent', 'socket','compat_assoc_lower','compat_rtrim_string'); |
| 5 | 95a96,97 |
| 6 | > 'compat_assoc_lower' => $this->getParameter('compat_assoc_lower'), |
| 7 | > 'compat_rtrim_string' => $this->getParameter('compat_rtrim_string'), |
| 8 |