/* }}} */
/* {{{ dynamically loadable module stuff */
-#if defined(COMPILE_DL_OCI8) || defined(COMPILE_DL_OCI8_11G)
+#if defined(COMPILE_DL_OCI8) || defined(COMPILE_DL_OCI8_11G) || defined(COMPILE_DL_OCI8_12C)
ZEND_GET_MODULE(oci8)
#endif /* COMPILE_DL */
/* }}} */
if (client_id) {
/* this long winded copy allows compatibility with older PHP versions */
- connection->client_id = (char *)safe_emalloc(client_id_len+1, sizeof(char), connection->is_persistent);
+ connection->client_id = (char *)pemalloc(client_id_len+1, connection->is_persistent);
memcpy(connection->client_id, client_id, client_id_len);
connection->client_id[client_id_len] = '\0';
} else {
<time>12:00:00</time>
<version>
- <release>2.0.3</release>
- <api>2.0.3</api>
+ <release>2.0.4</release>
+ <api>2.0.4</api>
</version>
<stability>
<release>devel</release>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
-Add the oci_set_client_identifier() value and statement structure pointer to several DTrace probes.
-Use 'phpoci' as the DTrace provider name since uniqueness is required by the Linux fasttrap module.
-Update Windows builds to create only php_oci8_12c.dll.
+Fix persistent memory usage with --enable-dtrace
+Export get_module() for Windows php_oci8_12c.dll
</notes>
<contents>
<dir name="/">
</extsrcrelease>
<changelog>
+<release>
+ <version>
+ <release>2.0.3</release>
+ <api>2.0.3</api>
+ </version>
+ <stability>
+ <release>devel</release>
+ <api>devel</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP</license>
+ <notes>
+Add the oci_set_client_identifier() value and statement structure pointer to several DTrace probes.
+Use 'phpoci' as the DTrace provider name since uniqueness is required by the Linux fasttrap module.
+Update Windows builds to create only php_oci8_12c.dll.
+ </notes>
+</release>
+
<release>
<version>
<release>2.0.2</release>