Changeset 8699
- Timestamp:
- 04/30/08 18:40:41 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/addon/propel/database/sfPropelDatabase.class.php
r6371 r8699 69 69 $params = Creole::parseDSN($dsn); 70 70 71 $options = array('phptype', 'hostspec', 'database', 'username', 'password', 'port', 'protocol', 'encoding', 'persistent', 'socket' );71 $options = array('phptype', 'hostspec', 'database', 'username', 'password', 'port', 'protocol', 'encoding', 'persistent', 'socket','compat_assoc_lower','compat_rtrim_string'); 72 72 foreach ($options as $option) 73 73 { … … 94 94 'protocol' => $this->getParameter('protocol'), 95 95 'socket' => $this->getParameter('socket'), 96 'compat_assoc_lower' => $this->getParameter('compat_assoc_lower'), 97 'compat_rtrim_string' => $this->getParameter('compat_rtrim_string'), 96 98 ), 97 99 );