- Timestamp:
- Jul 19, 2011, 5:21:39 PM (14 years ago)
- Location:
- php/trunk
- Files:
-
- 2 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/>'); -
php/trunk/samples/sample_config.php
r61 r62 20 20 21 21 // define base name of sample in fDebug 22 define( 'FDEBUG_SESSION_NAME', 'RDFInt Sample');23 22 23 $sample_name = str_replace( '_', ' ', basename( getcwd())); 24 define( 'FDEBUG_SESSION_NAME', 'RDFInt Sample ' . $sample_name); 24 25 25 // --- CURRENTLY NOT USED 26 // --- CURRENTLY NOT USED 26 27 27 28 // activate debug output of the library classes in samples
Note:
See TracChangeset
for help on using the changeset viewer.