php-5.3.8/ext/oci8/oci8.c

#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 3) || (PHP_MAJOR_VERSION > 5)
                                connection->rsrc_id = zend_list_insert(connection, le_pconnection TSRMLS_CC);
#else
                                connection->rsrc_id = zend_list_insert(connection, le_pconnection);
#endif

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes