Changeset 62 for php/trunk/rdfa.php
- Timestamp:
- Jul 19, 2011, 5:21:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/rdfa.php
r61 r62 55 55 If (isset( $_SERVER[ "SERVER_NAME"])) 56 56 $fdebug->setSession( $_SERVER[ "SERVER_NAME"]); 57 else { 58 $unittest_name = str_replace( '_', ' ', basename( getcwd())); 59 if (defined( 'FDEBUG_SESSION_NAME')) 60 $fdebug->setSession( 'localhost', SAMPLE_NAME . ' ' . $unittest_name); 61 } 57 else 58 $fdebug->setSession( 'localhost', FDEBUG_SESSION_NAME); 62 59 $fdebug->openSocket( '127.0.0.1'); 63 60 $fdebug->sendSource( '<?xml version="1.0" ?><emptysource/>');
Note:
See TracChangeset
for help on using the changeset viewer.