Arquivos
hhvm/hphp/test/config-debugger-server.hdf
T
Jordan Delong 363d1bb20f Code move src/ -> hphp/
This change is mostly for FB internal organizational reasons.
Building is not effected beyond the fact that the target now
lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
2013-02-11 02:10:41 -08:00

31 linhas
459 B
Plaintext

Log {
AlwaysLogUnhandledExceptions = false
}
Server {
AllowedFiles {
* = hello.php
* = hphpd.php
}
}
Eval {
Debugger {
EnableDebugger = true
EnableDebuggerServer = true
StartupDocument = hphpd_startup.php
}
}
Log {
File = /tmp/hphpd_test_error.log
}
Sandbox {
SandboxMode = true
ConfFile = sandbox_conf
# only match hphpd.<user>.sth.sth, not any requests
Pattern = hphpd\.([a-z0-9_-]+)\.[a-z0-9_-]+\.[a-z0-9_-]+
}