Changeset 6370
- Timestamp:
- 12/07/07 17:26:30 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/plugins/sfPropelPlugin/lib/propel/database/sfPropelDatabase.class.php
r3525 r6370 69 69 $params = Creole::parseDSN($dsn); 70 70 71 $options = array('phptype', 'hostspec', 'database', 'username', 'password', 'port', 'protocol', 'encoding', 'persistent' );71 $options = array('phptype', 'hostspec', 'database', 'username', 'password', 'port', 'protocol', 'encoding', 'persistent', 'socket'); 72 72 foreach ($options as $option) 73 73 { … … 93 93 'persistent' => $this->getParameter('persistent'), 94 94 'protocol' => $this->getParameter('protocol'), 95 'socket' => $this->getParameter('socket'), 95 96 ), 96 97 );