Home
last modified time | relevance | path

Searched refs:tdll (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/win32/build/
H A Dmkdist.php300 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
301 if (!file_exists($tdll)) {
302 $tdll = $php_build_dir . '/bin/' . basename($dll); variable
303 if (!file_exists($tdll)) {
308 $dll = $tdll;
353 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
354 if (!file_exists($tdll)) {
358 $dll = $tdll;

Completed in 5 milliseconds