Home
last modified time | relevance | path

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

/PHP-5.3/win32/build/
H A Dmkdist.php301 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
302 if (!file_exists($tdll)) {
303 $tdll = $php_build_dir . '/bin/' . basename($dll); variable
304 if (!file_exists($tdll)) {
309 $dll = $tdll;
343 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
344 if (!file_exists($tdll)) {
348 $dll = $tdll;

Completed in 4 milliseconds