Redesigned thread safety mechanism - nua nua

This commit is contained in:
Zeev Suraski 2001-07-28 11:36:37 +00:00
parent b4f3b9d3ce
commit d87cc976e1
159 changed files with 1277 additions and 2245 deletions

View file

@ -619,7 +619,7 @@ PHP_MINIT_FUNCTION(java) {
if (!classpath) classpath = getenv("CLASSPATH");
if (!libpath) {
PLS_FETCH();
TSRMLS_FETCH();
libpath=PG(extension_dir);
}