Changeset 8700
- Timestamp:
- 04/30/08 18:40:54 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/lib/propel/database/sfPropelDatabase.class.php
r8247 r8700 71 71 $params = Creole::parseDSN($dsn); 72 72 73 $options = array('phptype', 'hostspec', 'database', 'username', 'password', 'port', 'protocol', 'encoding', 'persistent', 'socket' );73 $options = array('phptype', 'hostspec', 'database', 'username', 'password', 'port', 'protocol', 'encoding', 'persistent', 'socket','compat_assoc_lower','compat_rtrim_string'); 74 74 foreach ($options as $option) 75 75 { … … 96 96 'protocol' => $this->getParameter('protocol'), 97 97 'socket' => $this->getParameter('socket'), 98 'compat_assoc_lower' => $this->getParameter('compat_assoc_lower'), 99 'compat_rtrim_string' => $this->getParameter('compat_rtrim_string'), 98 100 ), 99 101 );