Skip to content

Instantly share code, notes, and snippets.

@MuellerMH
Created March 29, 2017 12:37
Show Gist options
  • Save MuellerMH/53cbd67b035e5edbf313949a54c727bb to your computer and use it in GitHub Desktop.
Save MuellerMH/53cbd67b035e5edbf313949a54c727bb to your computer and use it in GitHub Desktop.
Project Introduction: This tutorial will cover all the details (resources, tools, languages etc) that are necessary to build a complete and operational Hotel Booking web app. You will be guided through all the steps and concepts, starting from the basic ones like setting up the right tools and frameworks to the more advanced topics related to th…
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BladeInjectionConfiguration" escapedTextEnd="!!}" escapedTextStart="{!!" />
</project>
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="PHP" type="php">
<CLASSES>
<root url="file://$APPLICATION_HOME_DIR$/bin" />
</CLASSES>
<SOURCES>
<root url="file://$APPLICATION_HOME_DIR$/bin" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/hotelbookingwebapp.iml" filepath="$PROJECT_DIR$/.idea/hotelbookingwebapp.iml" />
</modules>
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpDockerContainerSettings">
<list>
<map>
<entry key="d74ba9a3-14ff-488f-81af-59198f4c8190">
<value>
<DockerContainerSettings>
<option name="version" value="1" />
<option name="volumeBindings">
<list>
<DockerVolumeBindingImpl>
<option name="containerPath" value="/opt/project" />
<option name="hostPath" value="$PROJECT_DIR$" />
</DockerVolumeBindingImpl>
</list>
</option>
</DockerContainerSettings>
</value>
</entry>
<entry key="df3901b1-4306-4c22-9990-4c13619272a2">
<value>
<DockerContainerSettings>
<option name="version" value="1" />
<option name="volumeBindings">
<list>
<DockerVolumeBindingImpl>
<option name="containerPath" value="/app" />
<option name="hostPath" value="/c/priv/hotelbookingwebapp" />
</DockerVolumeBindingImpl>
</list>
</option>
</DockerContainerSettings>
</value>
</entry>
</map>
</list>
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpTestFrameworkVersionCache">
<tools_cache>
<tool tool_name="PHPUnit">
<cache>
<versions>
<info id="interpreter-df3901b1-4306-4c22-9990-4c13619272a2" version="6.0.7" />
</versions>
</cache>
</tool>
</tools_cache>
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpInterpreters">
<interpreters>
<interpreter home="docker://phpdocker_hotelbookingwebapp-php-fpm:latest/php" id="d74ba9a3-14ff-488f-81af-59198f4c8190" name="Remote PHP 7.1" debugger_id="php.debugger.XDebug">
<remote_data DOCKER_ACCOUNT_NAME="php-fpm" DOCKER_IMAGE_NAME="phpdocker_hotelbookingwebapp-php-fpm:latest" DOCKER_REMOTE_PROJECT_PATH="/opt/project" INTERPRETER_PATH="php" HELPERS_PATH="/opt/.phpstorm_helpers" INITIALIZED="false" VALID="true" />
</interpreter>
<interpreter home="docker://phpunit/phpunit:latest/php" id="df3901b1-4306-4c22-9990-4c13619272a2" name="PHPUnit" debugger_id="php.debugger.XDebug">
<remote_data DOCKER_ACCOUNT_NAME="phpunit" DOCKER_IMAGE_NAME="phpunit/phpunit:latest" DOCKER_REMOTE_PROJECT_PATH="/opt/project" INTERPRETER_PATH="php" HELPERS_PATH="/opt/.phpstorm_helpers" INITIALIZED="false" VALID="true" />
</interpreter>
</interpreters>
</component>
<component name="PhpInterpretersPhpInfoCache">
<phpInfoCache>
<interpreter name="PHPUnit">
<phpinfo binary_type="PHP" php_cli="/usr/bin/php7" path_separator=":" version="7.0.16">
<additional_php_ini>/etc/php7/conf.d/00_bcmath.ini, /etc/php7/conf.d/00_ctype.ini, /etc/php7/conf.d/00_curl.ini, /etc/php7/conf.d/00_exif.ini, /etc/php7/conf.d/00_json.ini, /etc/php7/conf.d/00_mbstring.ini, /etc/php7/conf.d/00_mcrypt.ini, /etc/php7/conf.d/00_opcache.ini, /etc/php7/conf.d/00_openssl.ini, /etc/php7/conf.d/00_pcntl.ini, /etc/php7/conf.d/00_pdo.ini, /etc/php7/conf.d/00_pdo_mysql.ini, /etc/php7/conf.d/00_pdo_pgsql.ini, /etc/php7/conf.d/00_pdo_sqlite.ini, /etc/php7/conf.d/00_session.ini, /etc/php7/conf.d/00_xml.ini, /etc/php7/conf.d/00_zip.ini, /etc/php7/conf.d/00_zlib.ini, /etc/php7/conf.d/01_dom.ini, /etc/php7/conf.d/01_phar.ini, /etc/php7/conf.d/01_soap.ini, /etc/php7/conf.d/01_xmlreader.ini, /etc/php7/conf.d/xdebug.ini</additional_php_ini>
<configuration_file>/etc/php7/php.ini</configuration_file>
<configuration_options>
<configuration_option name="SMTP" value="localhost" />
<configuration_option name="allow_url_fopen" value="1" />
<configuration_option name="allow_url_include" value="" />
<configuration_option name="arg_separator.input" value="&amp;" />
<configuration_option name="arg_separator.output" value="&amp;" />
<configuration_option name="assert.active" value="1" />
<configuration_option name="assert.bail" value="0" />
<configuration_option name="assert.callback" value="" />
<configuration_option name="assert.exception" value="0" />
<configuration_option name="assert.quiet_eval" value="0" />
<configuration_option name="assert.warning" value="1" />
<configuration_option name="auto_append_file" value="" />
<configuration_option name="auto_detect_line_endings" value="0" />
<configuration_option name="auto_globals_jit" value="1" />
<configuration_option name="auto_prepend_file" value="" />
<configuration_option name="bcmath.scale" value="0" />
<configuration_option name="browscap" value="" />
<configuration_option name="cli.pager" value="" />
<configuration_option name="cli.prompt" value="\b \&gt; " />
<configuration_option name="curl.cainfo" value="" />
<configuration_option name="date.default_latitude" value="31.7667" />
<configuration_option name="date.default_longitude" value="35.2333" />
<configuration_option name="date.sunrise_zenith" value="90.583333" />
<configuration_option name="date.sunset_zenith" value="90.583333" />
<configuration_option name="date.timezone" value="" />
<configuration_option name="default_charset" value="UTF-8" />
<configuration_option name="default_mimetype" value="text/html" />
<configuration_option name="default_socket_timeout" value="60" />
<configuration_option name="disable_classes" value="" />
<configuration_option name="disable_functions" value="" />
<configuration_option name="display_errors" value="" />
<configuration_option name="display_startup_errors" value="" />
<configuration_option name="doc_root" value="" />
<configuration_option name="docref_ext" value="" />
<configuration_option name="docref_root" value="" />
<configuration_option name="enable_dl" value="" />
<configuration_option name="enable_post_data_reading" value="1" />
<configuration_option name="error_append_string" value="" />
<configuration_option name="error_log" value="" />
<configuration_option name="error_prepend_string" value="" />
<configuration_option name="error_reporting" value="22527" />
<configuration_option name="exif.decode_jis_intel" value="JIS" />
<configuration_option name="exif.decode_jis_motorola" value="JIS" />
<configuration_option name="exif.decode_unicode_intel" value="UCS-2LE" />
<configuration_option name="exif.decode_unicode_motorola" value="UCS-2BE" />
<configuration_option name="exif.encode_jis" value="" />
<configuration_option name="exif.encode_unicode" value="ISO-8859-15" />
<configuration_option name="exit_on_timeout" value="0" />
<configuration_option name="expose_php" value="1" />
<configuration_option name="extension_dir" value="/usr/lib/php7/modules" />
<configuration_option name="file_uploads" value="1" />
<configuration_option name="filter.default" value="unsafe_raw" />
<configuration_option name="filter.default_flags" value="" />
<configuration_option name="from" value="" />
<configuration_option name="highlight.comment" value="#FF8000" />
<configuration_option name="highlight.default" value="#0000BB" />
<configuration_option name="highlight.html" value="#000000" />
<configuration_option name="highlight.keyword" value="#007700" />
<configuration_option name="highlight.string" value="#DD0000" />
<configuration_option name="html_errors" value="0" />
<configuration_option name="ignore_repeated_errors" value="" />
<configuration_option name="ignore_repeated_source" value="" />
<configuration_option name="ignore_user_abort" value="0" />
<configuration_option name="implicit_flush" value="1" />
<configuration_option name="include_path" value=".:/usr/share/pear" />
<configuration_option name="input_encoding" value="" />
<configuration_option name="internal_encoding" value="" />
<configuration_option name="log_errors" value="1" />
<configuration_option name="log_errors_max_len" value="1024" />
<configuration_option name="mail.add_x_header" value="1" />
<configuration_option name="mail.force_extra_parameters" value="" />
<configuration_option name="mail.log" value="" />
<configuration_option name="max_execution_time" value="0" />
<configuration_option name="max_file_uploads" value="20" />
<configuration_option name="max_input_nesting_level" value="64" />
<configuration_option name="max_input_time" value="-1" />
<configuration_option name="max_input_vars" value="1000" />
<configuration_option name="mbstring.detect_order" value="" />
<configuration_option name="mbstring.encoding_translation" value="0" />
<configuration_option name="mbstring.func_overload" value="0" />
<configuration_option name="mbstring.http_input" value="" />
<configuration_option name="mbstring.http_output" value="" />
<configuration_option name="mbstring.http_output_conv_mimetypes" value="^(text/|application/xhtml\+xml)" />
<configuration_option name="mbstring.internal_encoding" value="" />
<configuration_option name="mbstring.language" value="neutral" />
<configuration_option name="mbstring.strict_detection" value="0" />
<configuration_option name="mbstring.substitute_character" value="" />
<configuration_option name="mcrypt.algorithms_dir" value="" />
<configuration_option name="mcrypt.modes_dir" value="" />
<configuration_option name="memory_limit" value="128M" />
<configuration_option name="opcache.blacklist_filename" value="" />
<configuration_option name="opcache.consistency_checks" value="0" />
<configuration_option name="opcache.dups_fix" value="0" />
<configuration_option name="opcache.enable" value="1" />
<configuration_option name="opcache.enable_cli" value="0" />
<configuration_option name="opcache.enable_file_override" value="0" />
<configuration_option name="opcache.error_log" value="" />
<configuration_option name="opcache.fast_shutdown" value="0" />
<configuration_option name="opcache.file_cache" value="" />
<configuration_option name="opcache.file_cache_consistency_checks" value="1" />
<configuration_option name="opcache.file_cache_only" value="0" />
<configuration_option name="opcache.file_update_protection" value="2" />
<configuration_option name="opcache.force_restart_timeout" value="180" />
<configuration_option name="opcache.huge_code_pages" value="0" />
<configuration_option name="opcache.inherited_hack" value="1" />
<configuration_option name="opcache.interned_strings_buffer" value="4" />
<configuration_option name="opcache.lockfile_path" value="/tmp" />
<configuration_option name="opcache.log_verbosity_level" value="1" />
<configuration_option name="opcache.max_accelerated_files" value="2000" />
<configuration_option name="opcache.max_file_size" value="0" />
<configuration_option name="opcache.max_wasted_percentage" value="5" />
<configuration_option name="opcache.memory_consumption" value="64" />
<configuration_option name="opcache.optimization_level" value="0x7FFFBFFF" />
<configuration_option name="opcache.preferred_memory_model" value="" />
<configuration_option name="opcache.protect_memory" value="0" />
<configuration_option name="opcache.restrict_api" value="" />
<configuration_option name="opcache.revalidate_freq" value="2" />
<configuration_option name="opcache.revalidate_path" value="0" />
<configuration_option name="opcache.save_comments" value="1" />
<configuration_option name="opcache.use_cwd" value="1" />
<configuration_option name="opcache.validate_permission" value="0" />
<configuration_option name="opcache.validate_root" value="0" />
<configuration_option name="opcache.validate_timestamps" value="1" />
<configuration_option name="open_basedir" value="" />
<configuration_option name="openssl.cafile" value="" />
<configuration_option name="openssl.capath" value="" />
<configuration_option name="output_buffering" value="0" />
<configuration_option name="output_encoding" value="" />
<configuration_option name="output_handler" value="" />
<configuration_option name="pcre.backtrack_limit" value="1000000" />
<configuration_option name="pcre.jit" value="1" />
<configuration_option name="pcre.recursion_limit" value="100000" />
<configuration_option name="pdo_mysql.default_socket" value="/run/mysqld/mysqld.sock" />
<configuration_option name="phar.cache_list" value="" />
<configuration_option name="phar.readonly" value="1" />
<configuration_option name="phar.require_hash" value="1" />
<configuration_option name="post_max_size" value="8M" />
<configuration_option name="precision" value="14" />
<configuration_option name="realpath_cache_size" value="4096K" />
<configuration_option name="realpath_cache_ttl" value="120" />
<configuration_option name="register_argc_argv" value="1" />
<configuration_option name="report_memleaks" value="1" />
<configuration_option name="report_zend_debug" value="0" />
<configuration_option name="request_order" value="GP" />
<configuration_option name="sendmail_from" value="" />
<configuration_option name="sendmail_path" value="/usr/sbin/sendmail -t -i " />
<configuration_option name="serialize_precision" value="17" />
<configuration_option name="session.auto_start" value="0" />
<configuration_option name="session.cache_expire" value="180" />
<configuration_option name="session.cache_limiter" value="nocache" />
<configuration_option name="session.cookie_domain" value="" />
<configuration_option name="session.cookie_httponly" value="" />
<configuration_option name="session.cookie_lifetime" value="0" />
<configuration_option name="session.cookie_path" value="/" />
<configuration_option name="session.cookie_secure" value="" />
<configuration_option name="session.entropy_file" value="/dev/urandom" />
<configuration_option name="session.entropy_length" value="32" />
<configuration_option name="session.gc_divisor" value="1000" />
<configuration_option name="session.gc_maxlifetime" value="1440" />
<configuration_option name="session.gc_probability" value="1" />
<configuration_option name="session.hash_bits_per_character" value="5" />
<configuration_option name="session.hash_function" value="0" />
<configuration_option name="session.lazy_write" value="1" />
<configuration_option name="session.name" value="PHPSESSID" />
<configuration_option name="session.referer_check" value="" />
<configuration_option name="session.save_handler" value="files" />
<configuration_option name="session.save_path" value="" />
<configuration_option name="session.serialize_handler" value="php" />
<configuration_option name="session.upload_progress.cleanup" value="1" />
<configuration_option name="session.upload_progress.enabled" value="1" />
<configuration_option name="session.upload_progress.freq" value="1%" />
<configuration_option name="session.upload_progress.min_freq" value="1" />
<configuration_option name="session.upload_progress.name" value="PHP_SESSION_UPLOAD_PROGRESS" />
<configuration_option name="session.upload_progress.prefix" value="upload_progress_" />
<configuration_option name="session.use_cookies" value="1" />
<configuration_option name="session.use_only_cookies" value="1" />
<configuration_option name="session.use_strict_mode" value="0" />
<configuration_option name="session.use_trans_sid" value="0" />
<configuration_option name="short_open_tag" value="" />
<configuration_option name="smtp_port" value="25" />
<configuration_option name="soap.wsdl_cache" value="1" />
<configuration_option name="soap.wsdl_cache_dir" value="/tmp" />
<configuration_option name="soap.wsdl_cache_enabled" value="1" />
<configuration_option name="soap.wsdl_cache_limit" value="5" />
<configuration_option name="soap.wsdl_cache_ttl" value="86400" />
<configuration_option name="sql.safe_mode" value="" />
<configuration_option name="sys_temp_dir" value="" />
<configuration_option name="track_errors" value="" />
<configuration_option name="unserialize_callback_func" value="" />
<configuration_option name="upload_max_filesize" value="2M" />
<configuration_option name="upload_tmp_dir" value="" />
<configuration_option name="url_rewriter.tags" value="a=href,area=href,frame=src,input=src,form=fakeentry" />
<configuration_option name="user_agent" value="" />
<configuration_option name="user_dir" value="" />
<configuration_option name="user_ini.cache_ttl" value="300" />
<configuration_option name="user_ini.filename" value=".user.ini" />
<configuration_option name="variables_order" value="GPCS" />
<configuration_option name="xdebug.auto_trace" value="0" />
<configuration_option name="xdebug.cli_color" value="0" />
<configuration_option name="xdebug.collect_assignments" value="0" />
<configuration_option name="xdebug.collect_includes" value="1" />
<configuration_option name="xdebug.collect_params" value="0" />
<configuration_option name="xdebug.collect_return" value="0" />
<configuration_option name="xdebug.collect_vars" value="0" />
<configuration_option name="xdebug.coverage_enable" value="1" />
<configuration_option name="xdebug.default_enable" value="1" />
<configuration_option name="xdebug.dump.COOKIE" value="" />
<configuration_option name="xdebug.dump.ENV" value="" />
<configuration_option name="xdebug.dump.FILES" value="" />
<configuration_option name="xdebug.dump.GET" value="" />
<configuration_option name="xdebug.dump.POST" value="" />
<configuration_option name="xdebug.dump.REQUEST" value="" />
<configuration_option name="xdebug.dump.SERVER" value="" />
<configuration_option name="xdebug.dump.SESSION" value="" />
<configuration_option name="xdebug.dump_globals" value="1" />
<configuration_option name="xdebug.dump_once" value="1" />
<configuration_option name="xdebug.dump_undefined" value="0" />
<configuration_option name="xdebug.extended_info" value="1" />
<configuration_option name="xdebug.file_link_format" value="" />
<configuration_option name="xdebug.force_display_errors" value="0" />
<configuration_option name="xdebug.force_error_reporting" value="0" />
<configuration_option name="xdebug.halt_level" value="0" />
<configuration_option name="xdebug.idekey" value="" />
<configuration_option name="xdebug.max_nesting_level" value="256" />
<configuration_option name="xdebug.max_stack_frames" value="-1" />
<configuration_option name="xdebug.overload_var_dump" value="2" />
<configuration_option name="xdebug.profiler_aggregate" value="0" />
<configuration_option name="xdebug.profiler_append" value="0" />
<configuration_option name="xdebug.profiler_enable" value="0" />
<configuration_option name="xdebug.profiler_enable_trigger" value="0" />
<configuration_option name="xdebug.profiler_enable_trigger_value" value="" />
<configuration_option name="xdebug.profiler_output_dir" value="/tmp" />
<configuration_option name="xdebug.profiler_output_name" value="cachegrind.out.%p" />
<configuration_option name="xdebug.remote_addr_header" value="" />
<configuration_option name="xdebug.remote_autostart" value="0" />
<configuration_option name="xdebug.remote_connect_back" value="0" />
<configuration_option name="xdebug.remote_cookie_expire_time" value="3600" />
<configuration_option name="xdebug.remote_enable" value="0" />
<configuration_option name="xdebug.remote_handler" value="dbgp" />
<configuration_option name="xdebug.remote_host" value="localhost" />
<configuration_option name="xdebug.remote_log" value="" />
<configuration_option name="xdebug.remote_mode" value="req" />
<configuration_option name="xdebug.remote_port" value="9000" />
<configuration_option name="xdebug.scream" value="0" />
<configuration_option name="xdebug.show_error_trace" value="0" />
<configuration_option name="xdebug.show_exception_trace" value="0" />
<configuration_option name="xdebug.show_local_vars" value="0" />
<configuration_option name="xdebug.show_mem_delta" value="0" />
<configuration_option name="xdebug.trace_enable_trigger" value="0" />
<configuration_option name="xdebug.trace_enable_trigger_value" value="" />
<configuration_option name="xdebug.trace_format" value="0" />
<configuration_option name="xdebug.trace_options" value="0" />
<configuration_option name="xdebug.trace_output_dir" value="/tmp" />
<configuration_option name="xdebug.trace_output_name" value="trace.%c" />
<configuration_option name="xdebug.var_display_max_children" value="128" />
<configuration_option name="xdebug.var_display_max_data" value="512" />
<configuration_option name="xdebug.var_display_max_depth" value="3" />
<configuration_option name="xmlrpc_error_number" value="0" />
<configuration_option name="xmlrpc_errors" value="0" />
<configuration_option name="zend.assertions" value="-1" />
<configuration_option name="zend.detect_unicode" value="1" />
<configuration_option name="zend.enable_gc" value="1" />
<configuration_option name="zend.multibyte" value="0" />
<configuration_option name="zend.script_encoding" value="" />
<configuration_option name="zlib.output_compression" value="" />
<configuration_option name="zlib.output_compression_level" value="-1" />
<configuration_option name="zlib.output_handler" value="" />
</configuration_options>
<debuggers>
<debugger_info debugger="xdebug" debugger_version="2.5.0">
<debug_extensions />
</debugger_info>
</debuggers>
<loaded_extensions>
<extension name="Core" />
<extension name="PDO" />
<extension name="Phar" />
<extension name="Reflection" />
<extension name="SPL" />
<extension name="SimpleXML" />
<extension name="Zend OPcache" />
<extension name="bcmath" />
<extension name="ctype" />
<extension name="curl" />
<extension name="date" />
<extension name="dom" />
<extension name="exif" />
<extension name="fileinfo" />
<extension name="filter" />
<extension name="hash" />
<extension name="json" />
<extension name="libxml" />
<extension name="mbstring" />
<extension name="mcrypt" />
<extension name="openssl" />
<extension name="pcntl" />
<extension name="pcre" />
<extension name="pdo_mysql" />
<extension name="pdo_pgsql" />
<extension name="pdo_sqlite" />
<extension name="readline" />
<extension name="session" />
<extension name="soap" />
<extension name="standard" />
<extension name="tokenizer" />
<extension name="xdebug" />
<extension name="xml" />
<extension name="xmlreader" />
<extension name="xmlwriter" />
<extension name="zip" />
<extension name="zlib" />
</loaded_extensions>
</phpinfo>
</interpreter>
<interpreter name="Remote PHP 7.1">
<phpinfo binary_type="PHP" php_cli="/usr/bin/php7.1" path_separator=":" version="7.1.3-3+deb.sury.org~xenial+1">
<additional_php_ini>/etc/php/7.1/cli/conf.d/10-mysqlnd.ini, /etc/php/7.1/cli/conf.d/10-opcache.ini, /etc/php/7.1/cli/conf.d/10-pdo.ini, /etc/php/7.1/cli/conf.d/15-xml.ini, /etc/php/7.1/cli/conf.d/20-apcu.ini, /etc/php/7.1/cli/conf.d/20-apcu_bc.ini, /etc/php/7.1/cli/conf.d/20-bz2.ini, /etc/php/7.1/cli/conf.d/20-calendar.ini, /etc/php/7.1/cli/conf.d/20-ctype.ini, /etc/php/7.1/cli/conf.d/20-curl.ini, /etc/php/7.1/cli/conf.d/20-dom.ini, /etc/php/7.1/cli/conf.d/20-exif.ini, /etc/php/7.1/cli/conf.d/20-fileinfo.ini, /etc/php/7.1/cli/conf.d/20-ftp.ini, /etc/php/7.1/cli/conf.d/20-gettext.ini, /etc/php/7.1/cli/conf.d/20-iconv.ini, /etc/php/7.1/cli/conf.d/20-igbinary.ini, /etc/php/7.1/cli/conf.d/20-json.ini, /etc/php/7.1/cli/conf.d/20-libsodium.ini, /etc/php/7.1/cli/conf.d/20-mbstring.ini, /etc/php/7.1/cli/conf.d/20-msgpack.ini, /etc/php/7.1/cli/conf.d/20-mysqli.ini, /etc/php/7.1/cli/conf.d/20-pdo_mysql.ini, /etc/php/7.1/cli/conf.d/20-phar.ini, /etc/php/7.1/cli/conf.d/20-posix.ini, /etc/php/7.1/cli/conf.d/20-readline.ini, /etc/php/7.1/cli/conf.d/20-shmop.ini, /etc/php/7.1/cli/conf.d/20-simplexml.ini, /etc/php/7.1/cli/conf.d/20-sockets.ini, /etc/php/7.1/cli/conf.d/20-sysvmsg.ini, /etc/php/7.1/cli/conf.d/20-sysvsem.ini, /etc/php/7.1/cli/conf.d/20-sysvshm.ini, /etc/php/7.1/cli/conf.d/20-tokenizer.ini, /etc/php/7.1/cli/conf.d/20-wddx.ini, /etc/php/7.1/cli/conf.d/20-xdebug.ini, /etc/php/7.1/cli/conf.d/20-xmlreader.ini, /etc/php/7.1/cli/conf.d/20-xmlrpc.ini, /etc/php/7.1/cli/conf.d/20-xmlwriter.ini, /etc/php/7.1/cli/conf.d/20-xsl.ini, /etc/php/7.1/cli/conf.d/20-yaml.ini, /etc/php/7.1/cli/conf.d/20-zip.ini, /etc/php/7.1/cli/conf.d/25-memcached.ini</additional_php_ini>
<configuration_file>/etc/php/7.1/cli/php.ini</configuration_file>
<configuration_options>
<configuration_option name="SMTP" value="localhost" />
<configuration_option name="allow_url_fopen" value="1" />
<configuration_option name="allow_url_include" value="" />
<configuration_option name="apc.coredump_unmap" value="0" />
<configuration_option name="apc.enable_cli" value="0" />
<configuration_option name="apc.enabled" value="1" />
<configuration_option name="apc.entries_hint" value="4096" />
<configuration_option name="apc.gc_ttl" value="3600" />
<configuration_option name="apc.mmap_file_mask" value="" />
<configuration_option name="apc.preload_path" value="" />
<configuration_option name="apc.serializer" value="php" />
<configuration_option name="apc.shm_segments" value="1" />
<configuration_option name="apc.shm_size" value="32M" />
<configuration_option name="apc.slam_defense" value="1" />
<configuration_option name="apc.smart" value="0" />
<configuration_option name="apc.ttl" value="0" />
<configuration_option name="apc.use_request_time" value="1" />
<configuration_option name="apc.writable" value="/tmp" />
<configuration_option name="arg_separator.input" value="&amp;" />
<configuration_option name="arg_separator.output" value="&amp;" />
<configuration_option name="assert.active" value="1" />
<configuration_option name="assert.bail" value="0" />
<configuration_option name="assert.callback" value="" />
<configuration_option name="assert.exception" value="0" />
<configuration_option name="assert.quiet_eval" value="0" />
<configuration_option name="assert.warning" value="1" />
<configuration_option name="auto_append_file" value="" />
<configuration_option name="auto_detect_line_endings" value="0" />
<configuration_option name="auto_globals_jit" value="1" />
<configuration_option name="auto_prepend_file" value="" />
<configuration_option name="browscap" value="" />
<configuration_option name="cli.pager" value="" />
<configuration_option name="cli.prompt" value="\b \&gt; " />
<configuration_option name="curl.cainfo" value="" />
<configuration_option name="date.default_latitude" value="31.7667" />
<configuration_option name="date.default_longitude" value="35.2333" />
<configuration_option name="date.sunrise_zenith" value="90.583333" />
<configuration_option name="date.sunset_zenith" value="90.583333" />
<configuration_option name="date.timezone" value="" />
<configuration_option name="default_charset" value="UTF-8" />
<configuration_option name="default_mimetype" value="text/html" />
<configuration_option name="default_socket_timeout" value="60" />
<configuration_option name="disable_classes" value="" />
<configuration_option name="disable_functions" value="" />
<configuration_option name="display_errors" value="" />
<configuration_option name="display_startup_errors" value="" />
<configuration_option name="doc_root" value="" />
<configuration_option name="docref_ext" value="" />
<configuration_option name="docref_root" value="" />
<configuration_option name="enable_dl" value="" />
<configuration_option name="enable_post_data_reading" value="1" />
<configuration_option name="error_append_string" value="" />
<configuration_option name="error_log" value="" />
<configuration_option name="error_prepend_string" value="" />
<configuration_option name="error_reporting" value="22527" />
<configuration_option name="exif.decode_jis_intel" value="JIS" />
<configuration_option name="exif.decode_jis_motorola" value="JIS" />
<configuration_option name="exif.decode_unicode_intel" value="UCS-2LE" />
<configuration_option name="exif.decode_unicode_motorola" value="UCS-2BE" />
<configuration_option name="exif.encode_jis" value="" />
<configuration_option name="exif.encode_unicode" value="ISO-8859-15" />
<configuration_option name="expose_php" value="1" />
<configuration_option name="extension_dir" value="/usr/lib/php/20160303" />
<configuration_option name="file_uploads" value="1" />
<configuration_option name="filter.default" value="unsafe_raw" />
<configuration_option name="filter.default_flags" value="" />
<configuration_option name="from" value="" />
<configuration_option name="hard_timeout" value="2" />
<configuration_option name="highlight.comment" value="#FF8000" />
<configuration_option name="highlight.default" value="#0000BB" />
<configuration_option name="highlight.html" value="#000000" />
<configuration_option name="highlight.keyword" value="#007700" />
<configuration_option name="highlight.string" value="#DD0000" />
<configuration_option name="html_errors" value="0" />
<configuration_option name="iconv.input_encoding" value="" />
<configuration_option name="iconv.internal_encoding" value="" />
<configuration_option name="iconv.output_encoding" value="" />
<configuration_option name="igbinary.compact_strings" value="1" />
<configuration_option name="ignore_repeated_errors" value="" />
<configuration_option name="ignore_repeated_source" value="" />
<configuration_option name="ignore_user_abort" value="0" />
<configuration_option name="implicit_flush" value="1" />
<configuration_option name="include_path" value=".:/usr/share/php" />
<configuration_option name="input_encoding" value="" />
<configuration_option name="internal_encoding" value="" />
<configuration_option name="log_errors" value="1" />
<configuration_option name="log_errors_max_len" value="1024" />
<configuration_option name="mail.add_x_header" value="1" />
<configuration_option name="mail.force_extra_parameters" value="" />
<configuration_option name="mail.log" value="" />
<configuration_option name="max_execution_time" value="0" />
<configuration_option name="max_file_uploads" value="20" />
<configuration_option name="max_input_nesting_level" value="64" />
<configuration_option name="max_input_time" value="-1" />
<configuration_option name="max_input_vars" value="1000" />
<configuration_option name="mbstring.detect_order" value="" />
<configuration_option name="mbstring.encoding_translation" value="0" />
<configuration_option name="mbstring.func_overload" value="0" />
<configuration_option name="mbstring.http_input" value="" />
<configuration_option name="mbstring.http_output" value="" />
<configuration_option name="mbstring.http_output_conv_mimetypes" value="^(text/|application/xhtml\+xml)" />
<configuration_option name="mbstring.internal_encoding" value="" />
<configuration_option name="mbstring.language" value="neutral" />
<configuration_option name="mbstring.strict_detection" value="0" />
<configuration_option name="mbstring.substitute_character" value="" />
<configuration_option name="memcached.compression_factor" value="1.3" />
<configuration_option name="memcached.compression_threshold" value="2000" />
<configuration_option name="memcached.compression_type" value="fastlz" />
<configuration_option name="memcached.default_binary_protocol" value="0" />
<configuration_option name="memcached.default_connect_timeout" value="0" />
<configuration_option name="memcached.default_consistent_hash" value="0" />
<configuration_option name="memcached.serializer" value="php" />
<configuration_option name="memcached.sess_binary_protocol" value="1" />
<configuration_option name="memcached.sess_connect_timeout" value="0" />
<configuration_option name="memcached.sess_consistent_hash" value="1" />
<configuration_option name="memcached.sess_lock_expire" value="0" />
<configuration_option name="memcached.sess_lock_max_wait" value="not set" />
<configuration_option name="memcached.sess_lock_retries" value="5" />
<configuration_option name="memcached.sess_lock_wait" value="not set" />
<configuration_option name="memcached.sess_lock_wait_max" value="2000" />
<configuration_option name="memcached.sess_lock_wait_min" value="1000" />
<configuration_option name="memcached.sess_locking" value="1" />
<configuration_option name="memcached.sess_number_of_replicas" value="0" />
<configuration_option name="memcached.sess_persistent" value="0" />
<configuration_option name="memcached.sess_prefix" value="memc.sess." />
<configuration_option name="memcached.sess_randomize_replica_read" value="0" />
<configuration_option name="memcached.sess_remove_failed_servers" value="0" />
<configuration_option name="memcached.sess_sasl_password" value="" />
<configuration_option name="memcached.sess_sasl_username" value="" />
<configuration_option name="memcached.sess_server_failure_limit" value="0" />
<configuration_option name="memcached.store_retry_count" value="2" />
<configuration_option name="memory_limit" value="-1" />
<configuration_option name="msgpack.error_display" value="1" />
<configuration_option name="msgpack.illegal_key_insert" value="0" />
<configuration_option name="msgpack.php_only" value="1" />
<configuration_option name="msgpack.use_str8_serialization" value="1" />
<configuration_option name="mysqli.allow_local_infile" value="1" />
<configuration_option name="mysqli.allow_persistent" value="1" />
<configuration_option name="mysqli.default_host" value="" />
<configuration_option name="mysqli.default_port" value="3306" />
<configuration_option name="mysqli.default_pw" value="" />
<configuration_option name="mysqli.default_socket" value="" />
<configuration_option name="mysqli.default_user" value="" />
<configuration_option name="mysqli.max_links" value="-1" />
<configuration_option name="mysqli.max_persistent" value="-1" />
<configuration_option name="mysqli.reconnect" value="" />
<configuration_option name="mysqli.rollback_on_cached_plink" value="0" />
<configuration_option name="mysqlnd.collect_memory_statistics" value="" />
<configuration_option name="mysqlnd.collect_statistics" value="1" />
<configuration_option name="mysqlnd.debug" value="" />
<configuration_option name="mysqlnd.fetch_data_copy" value="0" />
<configuration_option name="mysqlnd.log_mask" value="0" />
<configuration_option name="mysqlnd.mempool_default_size" value="16000" />
<configuration_option name="mysqlnd.net_cmd_buffer_size" value="4096" />
<configuration_option name="mysqlnd.net_read_buffer_size" value="32768" />
<configuration_option name="mysqlnd.net_read_timeout" value="31536000" />
<configuration_option name="mysqlnd.sha256_server_public_key" value="" />
<configuration_option name="mysqlnd.trace_alloc" value="" />
<configuration_option name="opcache.blacklist_filename" value="" />
<configuration_option name="opcache.consistency_checks" value="0" />
<configuration_option name="opcache.dups_fix" value="0" />
<configuration_option name="opcache.enable" value="1" />
<configuration_option name="opcache.enable_cli" value="1" />
<configuration_option name="opcache.enable_file_override" value="0" />
<configuration_option name="opcache.error_log" value="" />
<configuration_option name="opcache.fast_shutdown" value="0" />
<configuration_option name="opcache.file_cache" value="" />
<configuration_option name="opcache.file_cache_consistency_checks" value="1" />
<configuration_option name="opcache.file_cache_only" value="0" />
<configuration_option name="opcache.file_update_protection" value="2" />
<configuration_option name="opcache.force_restart_timeout" value="180" />
<configuration_option name="opcache.huge_code_pages" value="0" />
<configuration_option name="opcache.inherited_hack" value="1" />
<configuration_option name="opcache.interned_strings_buffer" value="8" />
<configuration_option name="opcache.lockfile_path" value="/tmp" />
<configuration_option name="opcache.log_verbosity_level" value="1" />
<configuration_option name="opcache.max_accelerated_files" value="10000" />
<configuration_option name="opcache.max_file_size" value="0" />
<configuration_option name="opcache.max_wasted_percentage" value="5" />
<configuration_option name="opcache.memory_consumption" value="128" />
<configuration_option name="opcache.opt_debug_level" value="0" />
<configuration_option name="opcache.optimization_level" value="0x7FFFBFFF" />
<configuration_option name="opcache.preferred_memory_model" value="" />
<configuration_option name="opcache.protect_memory" value="0" />
<configuration_option name="opcache.restrict_api" value="" />
<configuration_option name="opcache.revalidate_freq" value="2" />
<configuration_option name="opcache.revalidate_path" value="0" />
<configuration_option name="opcache.save_comments" value="1" />
<configuration_option name="opcache.use_cwd" value="1" />
<configuration_option name="opcache.validate_permission" value="0" />
<configuration_option name="opcache.validate_root" value="0" />
<configuration_option name="opcache.validate_timestamps" value="1" />
<configuration_option name="open_basedir" value="" />
<configuration_option name="openssl.cafile" value="" />
<configuration_option name="openssl.capath" value="" />
<configuration_option name="output_buffering" value="0" />
<configuration_option name="output_encoding" value="" />
<configuration_option name="output_handler" value="" />
<configuration_option name="pcre.backtrack_limit" value="1000000" />
<configuration_option name="pcre.jit" value="1" />
<configuration_option name="pcre.recursion_limit" value="100000" />
<configuration_option name="pdo_mysql.default_socket" value="/var/run/mysqld/mysqld.sock" />
<configuration_option name="phar.cache_list" value="" />
<configuration_option name="phar.readonly" value="1" />
<configuration_option name="phar.require_hash" value="1" />
<configuration_option name="post_max_size" value="8M" />
<configuration_option name="precision" value="14" />
<configuration_option name="realpath_cache_size" value="4096K" />
<configuration_option name="realpath_cache_ttl" value="120" />
<configuration_option name="register_argc_argv" value="1" />
<configuration_option name="report_memleaks" value="1" />
<configuration_option name="report_zend_debug" value="0" />
<configuration_option name="request_order" value="GP" />
<configuration_option name="sendmail_from" value="" />
<configuration_option name="sendmail_path" value="/usr/sbin/sendmail -t -i " />
<configuration_option name="serialize_precision" value="-1" />
<configuration_option name="session.auto_start" value="0" />
<configuration_option name="session.cache_expire" value="180" />
<configuration_option name="session.cache_limiter" value="nocache" />
<configuration_option name="session.cookie_domain" value="" />
<configuration_option name="session.cookie_httponly" value="" />
<configuration_option name="session.cookie_lifetime" value="0" />
<configuration_option name="session.cookie_path" value="/" />
<configuration_option name="session.cookie_secure" value="" />
<configuration_option name="session.gc_divisor" value="1000" />
<configuration_option name="session.gc_maxlifetime" value="1440" />
<configuration_option name="session.gc_probability" value="0" />
<configuration_option name="session.lazy_write" value="1" />
<configuration_option name="session.name" value="PHPSESSID" />
<configuration_option name="session.referer_check" value="" />
<configuration_option name="session.save_handler" value="files" />
<configuration_option name="session.save_path" value="/var/lib/php/sessions" />
<configuration_option name="session.serialize_handler" value="php" />
<configuration_option name="session.sid_bits_per_character" value="5" />
<configuration_option name="session.sid_length" value="26" />
<configuration_option name="session.trans_sid_hosts" value="" />
<configuration_option name="session.trans_sid_tags" value="a=href,area=href,frame=src,form=" />
<configuration_option name="session.upload_progress.cleanup" value="1" />
<configuration_option name="session.upload_progress.enabled" value="1" />
<configuration_option name="session.upload_progress.freq" value="1%" />
<configuration_option name="session.upload_progress.min_freq" value="1" />
<configuration_option name="session.upload_progress.name" value="PHP_SESSION_UPLOAD_PROGRESS" />
<configuration_option name="session.upload_progress.prefix" value="upload_progress_" />
<configuration_option name="session.use_cookies" value="1" />
<configuration_option name="session.use_only_cookies" value="1" />
<configuration_option name="session.use_strict_mode" value="0" />
<configuration_option name="session.use_trans_sid" value="0" />
<configuration_option name="short_open_tag" value="" />
<configuration_option name="smtp_port" value="25" />
<configuration_option name="sql.safe_mode" value="" />
<configuration_option name="sys_temp_dir" value="" />
<configuration_option name="track_errors" value="" />
<configuration_option name="unserialize_callback_func" value="" />
<configuration_option name="upload_max_filesize" value="2M" />
<configuration_option name="upload_tmp_dir" value="" />
<configuration_option name="url_rewriter.hosts" value="" />
<configuration_option name="url_rewriter.tags" value="form=" />
<configuration_option name="user_agent" value="" />
<configuration_option name="user_dir" value="" />
<configuration_option name="user_ini.cache_ttl" value="300" />
<configuration_option name="user_ini.filename" value=".user.ini" />
<configuration_option name="variables_order" value="GPCS" />
<configuration_option name="xdebug.auto_trace" value="0" />
<configuration_option name="xdebug.cli_color" value="0" />
<configuration_option name="xdebug.collect_assignments" value="0" />
<configuration_option name="xdebug.collect_includes" value="1" />
<configuration_option name="xdebug.collect_params" value="0" />
<configuration_option name="xdebug.collect_return" value="0" />
<configuration_option name="xdebug.collect_vars" value="0" />
<configuration_option name="xdebug.coverage_enable" value="1" />
<configuration_option name="xdebug.default_enable" value="1" />
<configuration_option name="xdebug.dump.COOKIE" value="" />
<configuration_option name="xdebug.dump.ENV" value="" />
<configuration_option name="xdebug.dump.FILES" value="" />
<configuration_option name="xdebug.dump.GET" value="" />
<configuration_option name="xdebug.dump.POST" value="" />
<configuration_option name="xdebug.dump.REQUEST" value="" />
<configuration_option name="xdebug.dump.SERVER" value="" />
<configuration_option name="xdebug.dump.SESSION" value="" />
<configuration_option name="xdebug.dump_globals" value="1" />
<configuration_option name="xdebug.dump_once" value="1" />
<configuration_option name="xdebug.dump_undefined" value="0" />
<configuration_option name="xdebug.extended_info" value="1" />
<configuration_option name="xdebug.file_link_format" value="" />
<configuration_option name="xdebug.force_display_errors" value="0" />
<configuration_option name="xdebug.force_error_reporting" value="0" />
<configuration_option name="xdebug.halt_level" value="0" />
<configuration_option name="xdebug.idekey" value="" />
<configuration_option name="xdebug.max_nesting_level" value="256" />
<configuration_option name="xdebug.max_stack_frames" value="-1" />
<configuration_option name="xdebug.overload_var_dump" value="2" />
<configuration_option name="xdebug.profiler_aggregate" value="0" />
<configuration_option name="xdebug.profiler_append" value="0" />
<configuration_option name="xdebug.profiler_enable" value="0" />
<configuration_option name="xdebug.profiler_enable_trigger" value="0" />
<configuration_option name="xdebug.profiler_enable_trigger_value" value="" />
<configuration_option name="xdebug.profiler_output_dir" value="/tmp" />
<configuration_option name="xdebug.profiler_output_name" value="cachegrind.out.%p" />
<configuration_option name="xdebug.remote_addr_header" value="" />
<configuration_option name="xdebug.remote_autostart" value="0" />
<configuration_option name="xdebug.remote_connect_back" value="0" />
<configuration_option name="xdebug.remote_cookie_expire_time" value="3600" />
<configuration_option name="xdebug.remote_enable" value="0" />
<configuration_option name="xdebug.remote_handler" value="dbgp" />
<configuration_option name="xdebug.remote_host" value="localhost" />
<configuration_option name="xdebug.remote_log" value="" />
<configuration_option name="xdebug.remote_mode" value="req" />
<configuration_option name="xdebug.remote_port" value="9000" />
<configuration_option name="xdebug.scream" value="0" />
<configuration_option name="xdebug.show_error_trace" value="0" />
<configuration_option name="xdebug.show_exception_trace" value="0" />
<configuration_option name="xdebug.show_local_vars" value="0" />
<configuration_option name="xdebug.show_mem_delta" value="0" />
<configuration_option name="xdebug.trace_enable_trigger" value="0" />
<configuration_option name="xdebug.trace_enable_trigger_value" value="" />
<configuration_option name="xdebug.trace_format" value="0" />
<configuration_option name="xdebug.trace_options" value="0" />
<configuration_option name="xdebug.trace_output_dir" value="/tmp" />
<configuration_option name="xdebug.trace_output_name" value="trace.%c" />
<configuration_option name="xdebug.var_display_max_children" value="128" />
<configuration_option name="xdebug.var_display_max_data" value="512" />
<configuration_option name="xdebug.var_display_max_depth" value="3" />
<configuration_option name="xmlrpc_error_number" value="0" />
<configuration_option name="xmlrpc_errors" value="0" />
<configuration_option name="yaml.decode_binary" value="0" />
<configuration_option name="yaml.decode_php" value="0" />
<configuration_option name="yaml.decode_timestamp" value="0" />
<configuration_option name="yaml.output_canonical" value="0" />
<configuration_option name="yaml.output_indent" value="2" />
<configuration_option name="yaml.output_width" value="80" />
<configuration_option name="zend.assertions" value="-1" />
<configuration_option name="zend.detect_unicode" value="1" />
<configuration_option name="zend.enable_gc" value="1" />
<configuration_option name="zend.multibyte" value="0" />
<configuration_option name="zend.script_encoding" value="" />
<configuration_option name="zend.signal_check" value="0" />
<configuration_option name="zlib.output_compression" value="" />
<configuration_option name="zlib.output_compression_level" value="-1" />
<configuration_option name="zlib.output_handler" value="" />
</configuration_options>
<debuggers>
<debugger_info debugger="xdebug" debugger_version="2.5.1">
<debug_extensions />
</debugger_info>
</debuggers>
<loaded_extensions>
<extension name="Core" />
<extension name="PDO" />
<extension name="Phar" />
<extension name="Reflection" />
<extension name="SPL" />
<extension name="SimpleXML" />
<extension name="Zend OPcache" />
<extension name="apc" />
<extension name="apcu" />
<extension name="bz2" />
<extension name="calendar" />
<extension name="ctype" />
<extension name="curl" />
<extension name="date" />
<extension name="dom" />
<extension name="exif" />
<extension name="fileinfo" />
<extension name="filter" />
<extension name="ftp" />
<extension name="gettext" />
<extension name="hash" />
<extension name="iconv" />
<extension name="igbinary" />
<extension name="json" />
<extension name="libsodium" />
<extension name="libxml" />
<extension name="mbstring" />
<extension name="memcached" />
<extension name="msgpack" />
<extension name="mysqli" />
<extension name="mysqlnd" />
<extension name="openssl" />
<extension name="pcntl" />
<extension name="pcre" />
<extension name="pdo_mysql" />
<extension name="posix" />
<extension name="readline" />
<extension name="session" />
<extension name="shmop" />
<extension name="sockets" />
<extension name="standard" />
<extension name="sysvmsg" />
<extension name="sysvsem" />
<extension name="sysvshm" />
<extension name="tokenizer" />
<extension name="wddx" />
<extension name="xdebug" />
<extension name="xml" />
<extension name="xmlreader" />
<extension name="xmlrpc" />
<extension name="xmlwriter" />
<extension name="xsl" />
<extension name="yaml" />
<extension name="zip" />
<extension name="zlib" />
</loaded_extensions>
</phpinfo>
</interpreter>
</phpInfoCache>
</component>
<component name="PhpProjectServersManager">
<servers>
<server host="127.0.0.1" id="dd4b38f4-d3e3-43e6-ba59-f22180a39510" name="Unnamed" port="8088" use_path_mappings="true" />
</servers>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.1" />
<component name="PhpUnit">
<phpunit_settings>
<PhpUnitSettings load_method="PHPUNIT_PHAR" custom_loader_path="" phpunit_phar_path="" />
<phpunit_by_interpreter interpreter_id="df3901b1-4306-4c22-9990-4c13619272a2" load_method="PHPUNIT_PHAR" bootstrap_file_path="/app/autoload.php" configuration_file_path="/app/tests/phpunit.xml" custom_loader_path="" phpunit_phar_path="/usr/local/bin/phpunit" use_bootstrap_file="true" use_configuration_file="true" />
</phpunit_settings>
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteMappingsManager">
<list>
<list>
<remote-mappings server-id="php@df3901b1-4306-4c22-9990-4c13619272a2" />
</list>
</list>
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
<?php
// dummy at the moment
require 'lib/module/room/model.class.php';
?>
{
"folders":
[
{
"follow_symlinks": true,
"path": "."
}
],
"settings": {
"xdebug": {
"debug": true,
"url": "http://localhost:8088/",
"ide_key": "sublime.xdebug",
"break_on_start":true,
"super_globals": true,
"close_on_stop": true,
"port": 9901,
"max_depth": 3,
"max_children": 32,
"path_mapping": {
"/var/www/hotelbookingwebapp/" : "C:\\priv\\hotelbookingwebapp\\"
}
}
}
}
{
"auto_complete":
{
"selected_items":
[
[
"get_class",
"get_class〔function〕"
]
]
},
"buffers":
[
{
"file": "public/index.php",
"settings":
{
"buffer_size": 640,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "phpdocker/php-fpm/php-ini-overrides.ini",
"settings":
{
"buffer_size": 442,
"line_ending": "Unix"
}
},
{
"file": "hotelbookingwebapp.sublime-project",
"settings":
{
"buffer_size": 607,
"encoding": "UTF-8",
"line_ending": "Unix"
}
},
{
"file": "lib/module/room/model.class.php",
"settings":
{
"buffer_size": 4079,
"line_ending": "Unix"
}
},
{
"file": "logs/xdebug.log",
"settings":
{
"buffer_size": 173541,
"line_ending": "Unix"
}
},
{
"file": "logs/cachegrind.out.10",
"settings":
{
"buffer_size": 11659,
"line_ending": "Unix"
}
},
{
"file": "logs/cachegrind.out.11",
"settings":
{
"buffer_size": 11647,
"line_ending": "Unix"
}
},
{
"contents": "",
"settings":
{
"buffer_size": 0,
"line_ending": "Windows",
"name": "Xdebug Context",
"read_only": true,
"scratch": true
}
},
{
"contents": "",
"settings":
{
"buffer_size": 0,
"line_ending": "Windows",
"name": "Xdebug Watch",
"read_only": true,
"scratch": true
}
},
{
"contents": "",
"settings":
{
"buffer_size": 0,
"line_ending": "Windows",
"name": "Xdebug Stack",
"read_only": true,
"scratch": true
}
},
{
"contents": "",
"settings":
{
"buffer_size": 0,
"line_ending": "Windows",
"name": "Xdebug Breakpoint",
"read_only": true,
"scratch": true
}
}
],
"build_system": "",
"build_system_choices":
[
],
"build_varint": "",
"command_palette":
{
"height": 342.0,
"last_filter": "xdest",
"selected_items":
[
[
"xdest",
"Xdebug: Start Debugging (Launch Browser)"
],
[
"xdst",
"Xdebug: Start Debugging (Launch Browser)"
],
[
"xdesett",
"Preferences: Xdebug Settings – Default"
],
[
"xde",
"Preferences: Xdebug Settings – User"
],
[
"xdebug:",
"Xdebug: Stop Debugging"
],
[
"p",
"Package Control: Install Package"
],
[
"xdebla",
"Preferences: Xdebug Settings – Default"
],
[
"x",
"Xdebug: Restart Session"
],
[
"xd",
"Xdebug: Stop Debugging (Launch Browser)"
],
[
"pain",
"Package Control: Install Package"
],
[
"insp",
"Package Control: Install Package"
],
[
"inst",
"Package Control: Install Package"
],
[
"ins",
"Package Control: Install Package"
],
[
"git",
"Git: Commit history"
],
[
"in",
"Package Control: Install Package"
],
[
"inspa",
"Package Control: Install Package"
],
[
"pains",
"Package Control: Install Package"
]
],
"width": 510.0
},
"console":
{
"height": 308.0,
"history":
[
"import urllib.request,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e3d39e33b79698005270310898eea76'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)"
]
},
"distraction_free":
{
"menu_visible": true,
"show_minimap": false,
"show_open_files": false,
"show_tabs": false,
"side_bar_visible": false,
"status_bar_visible": false
},
"expanded_folders":
[
"/C/priv/hotelbookingwebapp",
"/C/priv/hotelbookingwebapp/logs",
"/C/priv/hotelbookingwebapp/public"
],
"file_history":
[
"/C/priv/hotelbookingwebapp/logs/cachegrind.out.10",
"/C/priv/hotelbookingwebapp/logs/cachegrind.out.11",
"/C/priv/hotelbookingwebapp/phpdocker/php-fpm/php-ini-overrides.ini",
"/C/priv/hotelbookingwebapp/phpdocker/docker-compose.yml",
"/C/Users/mhm/AppData/Roaming/Sublime Text 3/Packages/Xdebug Client/Xdebug.sublime-settings",
"/C/priv/hotelbookingwebapp/hotelbookingwebapp.sublime-project",
"/C/priv/hotelbookingwebapp/logs/xdebug.log",
"/C/priv/hotelbookingwebapp/Session_1.md",
"/C/priv/hotelbookingwebapp/public/index.php",
"/C/priv/hotelbookingwebapp/lib/module/room/model.class.php",
"/C/Users/mhm/Downloads/nginx.conf.txt",
"/C/priv/hotelbookingwebapp/phpdocker/nginx/nginx.conf",
"/C/priv/hotelbookingwebapp/tests/module/room/ModelTest.php",
"/C/priv/hotelbookingwebapp/autoload.php",
"/C/Users/mhm/AppData/Roaming/Sublime Text 3/Packages/User/Xdebug.sublime-settings",
"/C/priv/hotelbookingwebapp/public/xdebug.log",
"/C/priv/hotelbookingwebapp/tests/core/EmailTest.php",
"/C/priv/hotelbookingwebapp/README.md",
"/C/priv/hotelbookingwebapp/lib/core/Email.class.php",
"/C/priv/hotelbookingwebapp/run.php",
"/C/priv/hotelbookingwebapp/tests/run.php",
"/C/Users/mhm/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings",
"/C/Users/mhm/AppData/Roaming/Sublime Text 3/Packages/Default/Preferences.sublime-settings",
"/C/Users/mhm/OneDrive/home",
"/C/Users/mhm/OneDrive/Dokumente/passwords.txt"
],
"find":
{
"height": 34.0
},
"find_in_files":
{
"height": 220.0,
"where_history":
[
"C:\\dev\\worldvalue"
]
},
"find_state":
{
"case_sensitive": false,
"find_history":
[
"Model",
"message.error.spam",
"to be spam",
"http"
],
"highlight": true,
"in_selection": false,
"preserve_case": false,
"regex": false,
"replace_history":
[
],
"reverse": false,
"show_context": true,
"use_buffer2": true,
"whole_word": false,
"wrap": true
},
"groups":
[
{
"selected": 6,
"sheets":
[
{
"buffer": 0,
"file": "public/index.php",
"semi_transient": false,
"settings":
{
"buffer_size": 640,
"regions":
{
},
"selection":
[
[
138,
138
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
"1":
[
137,
138
]
},
"icon":
{
"1":
[
"Packages/BracketHighlighter/icons/angle_bracket.png",
"brackethighlighter.default"
]
},
"open":
{
"1":
[
123,
124
]
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"git_gutter_enabled": true,
"syntax": "Packages/PHP/PHP.sublime-syntax",
"translate_tabs_to_spaces": false
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 5,
"type": "text"
},
{
"buffer": 1,
"file": "phpdocker/php-fpm/php-ini-overrides.ini",
"semi_transient": false,
"settings":
{
"buffer_size": 442,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content"
],
"git_gutter_enabled": true,
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 10,
"type": "text"
},
{
"buffer": 2,
"file": "hotelbookingwebapp.sublime-project",
"semi_transient": false,
"settings":
{
"buffer_size": 607,
"regions":
{
},
"selection":
[
[
575,
575
]
],
"settings":
{
"auto_complete": true,
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
"1":
[
574,
575
]
},
"icon":
{
"1":
[
"Packages/BracketHighlighter/icons/double_quote.png",
"brackethighlighter.default"
]
},
"open":
{
"1":
[
543,
544
]
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content"
],
"git_gutter_enabled": true,
"syntax": "Packages/JavaScript/JSON.sublime-syntax",
"tab_size": 4,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 9,
"type": "text"
},
{
"buffer": 3,
"file": "lib/module/room/model.class.php",
"semi_transient": false,
"settings":
{
"buffer_size": 4079,
"regions":
{
},
"selection":
[
[
284,
284
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
"1":
[
4078,
4079
]
},
"icon":
{
"1":
[
"Packages/BracketHighlighter/icons/curly_bracket.png",
"brackethighlighter.default"
]
},
"open":
{
"1":
[
46,
47
]
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content"
],
"git_gutter_enabled": true,
"syntax": "Packages/PHP/PHP.sublime-syntax",
"tab_size": 4,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 405.0,
"zoom_level": 1.0
},
"stack_index": 8,
"type": "text"
},
{
"buffer": 4,
"file": "logs/xdebug.log",
"semi_transient": false,
"settings":
{
"buffer_size": 173541,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content"
],
"git_gutter_enabled": true,
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 44779.0,
"zoom_level": 1.0
},
"stack_index": 6,
"type": "text"
},
{
"buffer": 5,
"file": "logs/cachegrind.out.10",
"semi_transient": false,
"settings":
{
"buffer_size": 11659,
"regions":
{
},
"selection":
[
[
10928,
10928
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content"
],
"git_gutter_enabled": true,
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 10233.0,
"zoom_level": 1.0
},
"stack_index": 7,
"type": "text"
},
{
"buffer": 6,
"file": "logs/cachegrind.out.11",
"semi_transient": false,
"settings":
{
"buffer_size": 11647,
"regions":
{
},
"selection":
[
[
11592,
11592
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"git_gutter_enabled": true,
"syntax": "Packages/Text/Plain text.tmLanguage"
},
"translation.x": 0.0,
"translation.y": 10337.0,
"zoom_level": 1.0
},
"stack_index": 4,
"type": "text"
}
]
},
{
"selected": 0,
"sheets":
[
{
"buffer": 7,
"semi_transient": false,
"settings":
{
"buffer_size": 0,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"default_dir": "C:\\priv\\hotelbookingwebapp",
"syntax": "Packages/Xdebug Client/Xdebug.tmLanguage",
"word_wrap": false
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 2,
"type": "text"
},
{
"buffer": 8,
"semi_transient": false,
"settings":
{
"buffer_size": 0,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"default_dir": "C:\\priv\\hotelbookingwebapp",
"syntax": "Packages/Xdebug Client/Xdebug.tmLanguage",
"word_wrap": false
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 3,
"type": "text"
}
]
},
{
"selected": 0,
"sheets":
[
{
"buffer": 9,
"semi_transient": false,
"settings":
{
"buffer_size": 0,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"default_dir": "C:\\priv\\hotelbookingwebapp",
"syntax": "Packages/Xdebug Client/Xdebug.tmLanguage",
"word_wrap": false
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 0,
"type": "text"
},
{
"buffer": 10,
"semi_transient": false,
"settings":
{
"buffer_size": 0,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"bracket_highlighter.busy": false,
"bracket_highlighter.locations":
{
"close":
{
},
"icon":
{
},
"open":
{
},
"unmatched":
{
}
},
"bracket_highlighter.regions":
[
"bh_c_define",
"bh_c_define_center",
"bh_c_define_open",
"bh_c_define_close",
"bh_c_define_content",
"bh_round",
"bh_round_center",
"bh_round_open",
"bh_round_close",
"bh_round_content",
"bh_default",
"bh_default_center",
"bh_default_open",
"bh_default_close",
"bh_default_content",
"bh_curly",
"bh_curly_center",
"bh_curly_open",
"bh_curly_close",
"bh_curly_content",
"bh_double_quote",
"bh_double_quote_center",
"bh_double_quote_open",
"bh_double_quote_close",
"bh_double_quote_content",
"bh_single_quote",
"bh_single_quote_center",
"bh_single_quote_open",
"bh_single_quote_close",
"bh_single_quote_content",
"bh_angle",
"bh_angle_center",
"bh_angle_open",
"bh_angle_close",
"bh_angle_content",
"bh_tag",
"bh_tag_center",
"bh_tag_open",
"bh_tag_close",
"bh_tag_content",
"bh_unmatched",
"bh_unmatched_center",
"bh_unmatched_open",
"bh_unmatched_close",
"bh_unmatched_content",
"bh_square",
"bh_square_center",
"bh_square_open",
"bh_square_close",
"bh_square_content",
"bh_regex",
"bh_regex_center",
"bh_regex_open",
"bh_regex_close",
"bh_regex_content"
],
"default_dir": "C:\\priv\\hotelbookingwebapp",
"syntax": "Packages/Xdebug Client/Xdebug.tmLanguage",
"word_wrap": false
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 1,
"type": "text"
}
]
}
],
"incremental_find":
{
"height": 23.0
},
"input":
{
"height": 24.0
},
"layout":
{
"cells":
[
[
0,
0,
2,
1
],
[
0,
1,
1,
2
],
[
1,
1,
2,
2
]
],
"cols":
[
0.0,
0.5,
1.0
],
"rows":
[
0.0,
0.7,
1.0
]
},
"menu_visible": true,
"output.find_results":
{
"height": 0.0
},
"output.xdebug":
{
"height": 0.0
},
"pinned_build_system": "",
"project": "hotelbookingwebapp.sublime-project",
"replace":
{
"height": 42.0
},
"save_all_on_build": true,
"select_file":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
[
"iham",
"dataservices\\scheduled\\ihamms.cfm"
]
],
"width": 0.0
},
"select_project":
{
"height": 1053.0,
"last_filter": "",
"selected_items":
[
[
"",
"C:\\Users\\mhm\\Documents\\sublime_projekts\\hwsconnect.sublime-project"
]
],
"width": 950.0
},
"select_symbol":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"selected_group": 2,
"settings":
{
"xdebug":
{
"restore_index":
{
"108":
{
"group": 0,
"index": 0
},
"110":
{
"group": 0,
"index": 1
},
"111":
{
"group": 0,
"index": 2
}
},
"restore_layout":
{
"cells":
[
[
0,
0,
1,
1
]
],
"cols":
[
0.0,
1.0
],
"rows":
[
0.0,
1.0
]
}
}
},
"show_minimap": true,
"show_open_files": false,
"show_tabs": true,
"side_bar_visible": true,
"side_bar_width": 375.0,
"status_bar_visible": true,
"template_settings":
{
}
}
<?php
namespace lib\core;
class Database {
// PDO
static private $connection;
private function __construct() {
}
static public function getConnection() {
if ( empty(self::$connection) )
self::$connection = new Database();
return self::$connection;
}
public function prepare()
{
}
public function exec()
{
}
public function fetch()
{
}
public function fetchAll()
{
}
}
<?php
namespace lib\core;
abstract class Module {
public function getChilds();
public function setChilds();
}
<?php
namespace lib\module\media;
class Controller {
private $childs;
public function getChilds($key)
{
return $this->childs[$key];
}
public function setChilds($key,$value)
{
$this->childs[$key] = $value;
}
}
<?php
namespace lib\module\media;
use lib\core\database;
class Dal {
private $db;
public function __construct() {
$this->db = database::getConnection();
}
public function getAllRooms()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
public function getRoomByMinOcc()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
public function getRoomByMaxOcc()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
public function getRoomById()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
public function getRoomByUserId()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
}
<?php
namespace lib\module\media;
class Model {
private $id;
private $userId;
private $label;
private $description;
private $size;
private $occMin;
private $occMax;
private $beds;
private $breakfast;
private $update = false;
public __construct($data='') {
}
public __destruct() {
if ( $this->update ) {
// save
}
}
/**
* Gets the value of id.
*
* @return mixed
*/
public function getId()
{
return $this->id;
}
/**
* Sets the value of id.
*
* @param mixed $id the id
*
* @return self
*/
private function _setId($id)
{
$this->id = $id;
$this->update = true;
return $this;
}
/**
* Gets the value of userId.
*
* @return mixed
*/
public function getUserId()
{
return $this->userId;
}
/**
* Sets the value of userId.
*
* @param mixed $userId the user id
*
* @return self
*/
private function _setUserId($userId)
{
$this->userId = $userId;
$this->update = true;
return $this;
}
/**
* Gets the value of label.
*
* @return mixed
*/
public function getLabel()
{
return $this->label;
}
/**
* Sets the value of label.
*
* @param mixed $label the label
*
* @return self
*/
private function _setLabel($label)
{
$this->label = $label;
$this->update = true;
return $this;
}
/**
* Gets the value of description.
*
* @return mixed
*/
public function getDescription()
{
return $this->description;
}
/**
* Sets the value of description.
*
* @param mixed $description the description
*
* @return self
*/
private function _setDescription($description)
{
$this->description = $description;
$this->update = true;
return $this;
}
/**
* Gets the value of size.
*
* @return mixed
*/
public function getSize()
{
return $this->size;
}
/**
* Sets the value of size.
*
* @param mixed $size the size
*
* @return self
*/
private function _setSize($size)
{
$this->size = $size;
$this->update = true;
return $this;
}
/**
* Gets the value of occMin.
*
* @return mixed
*/
public function getOccMin()
{
return $this->occMin;
}
/**
* Sets the value of occMin.
*
* @param mixed $occMin the occ min
*
* @return self
*/
private function _setOccMin($occMin)
{
$this->occMin = $occMin;
$this->update = true;
return $this;
}
/**
* Gets the value of occMax.
*
* @return mixed
*/
public function getOccMax()
{
return $this->occMax;
}
/**
* Sets the value of occMax.
*
* @param mixed $occMax the occ max
*
* @return self
*/
private function _setOccMax($occMax)
{
$this->occMax = $occMax;
$this->update = true;
return $this;
}
/**
* Gets the value of beds.
*
* @return mixed
*/
public function getBeds()
{
return $this->beds;
}
/**
* Sets the value of beds.
*
* @param mixed $beds the beds
*
* @return self
*/
private function _setBeds($beds)
{
$this->beds = $beds;
$this->update = true;
return $this;
}
/**
* Gets the value of breakfast.
*
* @return mixed
*/
public function getBreakfast()
{
return $this->breakfast;
}
/**
* Sets the value of breakfast.
*
* @param mixed $breakfast the breakfast
*
* @return self
*/
private function _setBreakfast($breakfast)
{
$this->breakfast = $breakfast;
$this->update = true;
return $this;
}
}
<?php
namespace lib\module\room;
use \lib\core\Module;
class Controller implements Module {
//TODO: Do it right!!
private $childs;
public function getChilds($key)
{
return $this->childs[$key];
}
public function setChilds($key,$value)
{
$this->childs[$key] = $value;
}
// routing actions
public function action()
{
}
public function actionDetail()
{
}
public function actionEdit()
{
}
}
<?php
namespace lib\module\room;
use lib\core\database;
class Dal {
private $db;
public function __construct() {
$this->db = database::getConnection();
}
public function getAllRooms()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
public function getRoomByMinOcc()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
public function getRoomByMaxOcc()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
public function getRoomById()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
public function getRoomByUserId()
{
$this->db->prepare('select * from room');
$this->db->exec();
return $this->db->fetchAll();
}
}
<?php
namespace lib\module\room;
class Model {
private $id;
private $userId;
private $label;
private $description;
private $size;
private $occMin;
private $occMax;
private $beds;
private $breakfast;
private $update = false;
public function __construct($data='') {
}
public function __destruct() {
if ( $this->update ) {
// save
}
}
/**
* Gets the value of id.
*
* @return mixed
*/
public function getId()
{
return $this->id;
}
/**
* Sets the value of id.
*
* @param mixed $id the id
*
* @return self
*/
public function _setId($id)
{
$this->id = $id;
$this->update = true;
return $this;
}
/**
* Gets the value of userId.
*
* @return mixed
*/
public function getUserId()
{
return $this->userId;
}
/**
* Sets the value of userId.
*
* @param mixed $userId the user id
*
* @return self
*/
private function _setUserId($userId)
{
$this->userId = $userId;
$this->update = true;
return $this;
}
/**
* Gets the value of label.
*
* @return mixed
*/
public function getLabel()
{
return $this->label;
}
/**
* Sets the value of label.
*
* @param mixed $label the label
*
* @return self
*/
private function _setLabel($label)
{
$this->label = $label;
$this->update = true;
return $this;
}
/**
* Gets the value of description.
*
* @return mixed
*/
public function getDescription()
{
return $this->description;
}
/**
* Sets the value of description.
*
* @param mixed $description the description
*
* @return self
*/
private function _setDescription($description)
{
$this->description = $description;
$this->update = true;
return $this;
}
/**
* Gets the value of size.
*
* @return mixed
*/
public function getSize()
{
return $this->size;
}
/**
* Sets the value of size.
*
* @param mixed $size the size
*
* @return self
*/
private function _setSize($size)
{
$this->size = $size;
$this->update = true;
return $this;
}
/**
* Gets the value of occMin.
*
* @return mixed
*/
public function getOccMin()
{
return $this->occMin;
}
/**
* Sets the value of occMin.
*
* @param mixed $occMin the occ min
*
* @return self
*/
private function _setOccMin($occMin)
{
$this->occMin = $occMin;
$this->update = true;
return $this;
}
/**
* Gets the value of occMax.
*
* @return mixed
*/
public function getOccMax()
{
return $this->occMax;
}
/**
* Sets the value of occMax.
*
* @param mixed $occMax the occ max
*
* @return self
*/
private function _setOccMax($occMax)
{
$this->occMax = $occMax;
$this->update = true;
return $this;
}
/**
* Gets the value of beds.
*
* @return mixed
*/
public function getBeds()
{
return $this->beds;
}
/**
* Sets the value of beds.
*
* @param mixed $beds the beds
*
* @return self
*/
private function _setBeds($beds)
{
$this->beds = $beds;
$this->update = true;
return $this;
}
/**
* Gets the value of breakfast.
*
* @return mixed
*/
public function getBreakfast()
{
return $this->breakfast;
}
/**
* Sets the value of breakfast.
*
* @param mixed $breakfast the breakfast
*
* @return self
*/
private function _setBreakfast($breakfast)
{
$this->breakfast = $breakfast;
$this->update = true;
return $this;
}
}

MIT License

Copyright (c) 2017 Manuel H. Müller

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 20
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 7139
1 7116
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 20
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 2
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 7
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2933
1 2920
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 2
cfl=(1)
cfn=(3)
calls=1 0 0
4 7
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 6
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 7
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 3
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 5
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 15437
1 15420
cfl=(1)
cfn=(1)
calls=1 0 0
2 7
cfl=(1)
cfn=(2)
calls=1 0 0
3 3
cfl=(1)
cfn=(3)
calls=1 0 0
4 5
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 8
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2602
1 2594
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 19
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 11451
1 11429
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 19
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 6
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 10
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 17
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 3057
1 3028
cfl=(1)
cfn=(1)
calls=1 0 0
2 10
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 17
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 744
1 738
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 12
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 4
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 5624
1 5605
cfl=(1)
cfn=(1)
calls=1 0 0
2 12
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 4
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 4
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 2
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 4
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 5294
1 5284
cfl=(1)
cfn=(1)
calls=1 0 0
2 4
cfl=(1)
cfn=(2)
calls=1 0 0
3 2
cfl=(1)
cfn=(3)
calls=1 0 0
4 4
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2099
1 2093
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 4
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 3265
1 3256
cfl=(1)
cfn=(1)
calls=1 0 0
2 4
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 77
1 71
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 5
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 3536
1 3529
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 4
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2691
1 2683
cfl=(1)
cfn=(1)
calls=1 0 0
2 4
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 4344
1 4338
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 2
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 19
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 9639
1 9613
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 2
cfl=(1)
cfn=(3)
calls=1 0 0
4 19
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 14
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2105
1 2099
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 5
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2729
1 2721
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 5
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 8
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 7
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 4065
1 4054
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 7
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 15
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 5
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 3758
1 3748
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 5
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 7
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 5490
1 5478
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 7
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 0
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 953
1 947
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 7
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 4539
1 4527
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 7
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 0
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 758
1 752
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 2
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 1
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 4101
1 4095
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 2
cfl=(1)
cfn=(3)
calls=1 0 0
4 1
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 4102
1 4098
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 4
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 3190
1 3182
cfl=(1)
cfn=(1)
calls=1 0 0
2 4
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2898
1 2891
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 128
1 123
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 1
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 8435
1 8432
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 1
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 21
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 7435
1 7408
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 21
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 4
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1291
1 1282
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 4
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 13
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 6122
1 6105
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 13
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 5
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 2
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 5
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1785
1 1775
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 2
cfl=(1)
cfn=(3)
calls=1 0 0
4 5
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1769
1 1763
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 3
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 20
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1804
1 1781
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 20
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 4
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1317
1 1312
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 4
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2852
1 2848
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 26
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 932
1 927
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 3
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 82
1 77
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 4419
1 4412
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 7
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1578
1 1568
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 7
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 5
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1121
1 1114
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 3
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 6
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 9
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 6657
1 6641
cfl=(1)
cfn=(1)
calls=1 0 0
2 6
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 9
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2151
1 2146
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2202
1 2196
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 5
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 4
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2756
1 2747
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 4
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 3
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 7
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 3280
1 3269
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 7
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 3
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 15
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2896
1 2878
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 15
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 5
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 3555
1 3550
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 1
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 0
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 6
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 496
1 486
cfl=(1)
cfn=(1)
calls=1 0 0
2 1
cfl=(1)
cfn=(2)
calls=1 0 0
3 0
cfl=(1)
cfn=(3)
calls=1 0 0
4 6
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 2
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1290
1 1284
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 3
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 0
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 5
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 2095
1 2088
cfl=(1)
cfn=(1)
calls=1 0 0
2 0
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 5
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 3
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 2
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 2
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 5
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1056
1 1046
cfl=(1)
cfn=(1)
calls=1 0 0
2 2
cfl=(1)
cfn=(2)
calls=1 0 0
3 2
cfl=(1)
cfn=(3)
calls=1 0 0
4 5
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 4
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 15
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 2
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1157
1 1135
cfl=(1)
cfn=(1)
calls=1 0 0
2 4
cfl=(1)
cfn=(2)
calls=1 0 0
3 15
cfl=(1)
cfn=(3)
calls=1 0 0
4 2
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 1
==== NEW PROFILING FILE ==============================================
version: 1
creator: xdebug 2.5.1 (PHP 7.1.3-2+deb.sury.org~xenial+1)
cmd: /var/www/hotelbookingwebapp/public/index.php
part: 1
positions: line
events: Time
fl=(1) /var/www/hotelbookingwebapp/lib/module/room/model.class.php
fn=(1) require_once::/var/www/hotelbookingwebapp/lib/module/room/model.class.php
1 3
fl=(1)
fn=(2) lib\module\room\Model->__construct
17 1
fl=(1)
fn=(3) lib\module\room\Model->_setId
46 3
fl=(2) /var/www/hotelbookingwebapp/public/index.php
fn=(4) {main}
summary: 1595
1 1588
cfl=(1)
cfn=(1)
calls=1 0 0
2 3
cfl=(1)
cfn=(2)
calls=1 0 0
3 1
cfl=(1)
cfn=(3)
calls=1 0 0
4 3
fl=(1)
fn=(5) lib\module\room\Model->__destruct
22 4
Log opened at 2017-03-28 11:15:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:15:22
Log opened at 2017-03-28 11:15:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:15:22
Log opened at 2017-03-28 11:15:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:15:22
Log opened at 2017-03-28 11:15:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:15:22
Log opened at 2017-03-28 11:15:24
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:15:24
Log opened at 2017-03-28 11:15:24
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:15:24
Log opened at 2017-03-28 11:15:24
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:15:24
Log opened at 2017-03-28 11:15:24
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:15:24
Log opened at 2017-03-28 11:19:02
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:02
Log opened at 2017-03-28 11:19:02
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:02
Log opened at 2017-03-28 11:19:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:03
Log opened at 2017-03-28 11:19:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:03
Log opened at 2017-03-28 11:19:16
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:16
Log opened at 2017-03-28 11:19:17
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:17
Log opened at 2017-03-28 11:19:17
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:17
Log opened at 2017-03-28 11:19:18
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:18
Log opened at 2017-03-28 11:19:18
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:18
Log opened at 2017-03-28 11:19:18
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:18
Log opened at 2017-03-28 11:19:18
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:18
Log opened at 2017-03-28 11:19:51
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:51
Log opened at 2017-03-28 11:19:51
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:51
Log opened at 2017-03-28 11:19:51
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:51
Log opened at 2017-03-28 11:19:51
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:19:51
Log opened at 2017-03-28 11:20:21
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:21
Log opened at 2017-03-28 11:20:21
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:21
Log opened at 2017-03-28 11:20:21
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:21
Log opened at 2017-03-28 11:20:21
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:21
Log opened at 2017-03-28 11:20:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:22
Log opened at 2017-03-28 11:20:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:22
Log opened at 2017-03-28 11:20:23
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:23
Log opened at 2017-03-28 11:20:23
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:23
Log opened at 2017-03-28 11:20:23
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:23
Log opened at 2017-03-28 11:20:23
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:23
Log opened at 2017-03-28 11:20:23
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:23
Log opened at 2017-03-28 11:20:23
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:23
Log opened at 2017-03-28 11:20:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:27
Log opened at 2017-03-28 11:20:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:27
Log opened at 2017-03-28 11:20:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:27
Log opened at 2017-03-28 11:20:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:20:27
Log opened at 2017-03-28 11:22:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:08
Log opened at 2017-03-28 11:22:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:08
Log opened at 2017-03-28 11:22:09
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:09
Log opened at 2017-03-28 11:22:09
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:09
Log opened at 2017-03-28 11:22:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:10
Log opened at 2017-03-28 11:22:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:10
Log opened at 2017-03-28 11:22:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:10
Log opened at 2017-03-28 11:22:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:10
Log opened at 2017-03-28 11:22:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:10
Log opened at 2017-03-28 11:22:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:10
Log opened at 2017-03-28 11:22:11
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:11
Log opened at 2017-03-28 11:22:11
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:11
Log opened at 2017-03-28 11:22:11
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:11
Log opened at 2017-03-28 11:22:11
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:11
Log opened at 2017-03-28 11:22:11
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:11
Log opened at 2017-03-28 11:22:11
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:22:11
Log opened at 2017-03-28 11:24:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:24:34
Log opened at 2017-03-28 11:24:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:24:34
Log opened at 2017-03-28 11:24:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:24:34
Log opened at 2017-03-28 11:24:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:24:34
Log opened at 2017-03-28 11:30:50
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:30:50
Log opened at 2017-03-28 11:30:50
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:30:50
Log opened at 2017-03-28 11:30:50
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:30:50
Log opened at 2017-03-28 11:30:50
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:30:50
Log opened at 2017-03-28 11:31:06
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:31:06
Log opened at 2017-03-28 11:31:06
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:31:06
Log opened at 2017-03-28 11:31:06
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:31:06
Log opened at 2017-03-28 11:31:06
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:31:06
Log opened at 2017-03-28 11:33:14
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:14
Log opened at 2017-03-28 11:33:19
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:19
Log opened at 2017-03-28 11:33:20
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:20
Log opened at 2017-03-28 11:33:20
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:20
Log opened at 2017-03-28 11:33:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:22
Log opened at 2017-03-28 11:33:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:22
Log opened at 2017-03-28 11:33:28
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:28
Log opened at 2017-03-28 11:33:28
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:28
Log opened at 2017-03-28 11:33:29
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:29
Log opened at 2017-03-28 11:33:29
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:29
Log opened at 2017-03-28 11:33:38
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:33:38
Log opened at 2017-03-28 11:34:02
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:34:02
Log opened at 2017-03-28 11:34:02
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:34:02
Log opened at 2017-03-28 11:34:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:34:03
Log opened at 2017-03-28 11:34:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:34:03
Log opened at 2017-03-28 11:34:36
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:34:36
Log opened at 2017-03-28 11:35:05
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:05
Log opened at 2017-03-28 11:35:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:08
Log opened at 2017-03-28 11:35:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:08
Log opened at 2017-03-28 11:35:09
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:09
Log opened at 2017-03-28 11:35:09
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:09
Log opened at 2017-03-28 11:35:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:10
Log opened at 2017-03-28 11:35:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:10
Log opened at 2017-03-28 11:35:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:10
Log opened at 2017-03-28 11:35:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:10
Log opened at 2017-03-28 11:35:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:10
Log opened at 2017-03-28 11:35:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:10
Log opened at 2017-03-28 11:35:18
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:18
Log opened at 2017-03-28 11:35:19
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:19
Log opened at 2017-03-28 11:35:47
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:47
Log opened at 2017-03-28 11:35:48
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:35:48
Log opened at 2017-03-28 11:36:25
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:36:25
Log opened at 2017-03-28 11:36:25
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:36:25
Log opened at 2017-03-28 11:37:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:37:03
Log opened at 2017-03-28 11:37:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9001.
W: Creating socket for '172.17.0.1:9001', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:37:03
Log opened at 2017-03-28 11:38:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
W: Creating socket for '172.17.0.1:9901', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:38:10
Log opened at 2017-03-28 11:38:35
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
W: Creating socket for '172.17.0.1:9901', poll success, but error: Operation now in progress (29).
E: Could not connect to client. :-(
Log closed at 2017-03-28 11:38:35
Log opened at 2017-03-28 11:39:24
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
Log opened at 2017-03-28 11:40:15
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-28 11:40:15
Log opened at 2017-03-28 11:40:16
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-28 11:40:16
Log opened at 2017-03-28 11:40:33
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-28 11:40:33
Log opened at 2017-03-28 11:40:33
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-28 11:40:33
Log opened at 2017-03-28 11:40:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-28 11:40:41
Log opened at 2017-03-28 11:40:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-28 11:40:41
Log opened at 2017-03-28 11:41:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-28 11:41:03
Log opened at 2017-03-28 11:41:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-28 11:41:03
Log opened at 2017-03-29 08:42:26
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:42:26
Log opened at 2017-03-29 08:42:26
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:42:26
Log opened at 2017-03-29 08:42:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:42:41
Log opened at 2017-03-29 08:42:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:42:41
Log opened at 2017-03-29 08:42:42
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:42:42
Log opened at 2017-03-29 08:42:42
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:42:42
Log opened at 2017-03-29 08:42:44
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:42:44
Log opened at 2017-03-29 08:42:44
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:42:44
Log opened at 2017-03-29 08:43:00
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:43:00
Log opened at 2017-03-29 08:43:00
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:43:00
Log opened at 2017-03-29 08:45:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:10
Log opened at 2017-03-29 08:45:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:10
Log opened at 2017-03-29 08:45:21
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:21
Log opened at 2017-03-29 08:45:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:22
Log opened at 2017-03-29 08:45:25
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:25
Log opened at 2017-03-29 08:45:26
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:26
Log opened at 2017-03-29 08:45:26
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:26
Log opened at 2017-03-29 08:45:26
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:26
Log opened at 2017-03-29 08:45:37
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:37
Log opened at 2017-03-29 08:45:37
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:37
Log opened at 2017-03-29 08:45:49
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:49
Log opened at 2017-03-29 08:45:49
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:49
Log opened at 2017-03-29 08:45:52
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:52
Log opened at 2017-03-29 08:45:52
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:45:52
Log opened at 2017-03-29 08:46:04
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:04
Log opened at 2017-03-29 08:46:04
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:04
Log opened at 2017-03-29 08:46:06
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:06
Log opened at 2017-03-29 08:46:06
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:06
Log opened at 2017-03-29 08:46:15
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:15
Log opened at 2017-03-29 08:46:15
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:15
Log opened at 2017-03-29 08:46:15
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:15
Log opened at 2017-03-29 08:46:15
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:15
Log opened at 2017-03-29 08:46:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:34
Log opened at 2017-03-29 08:46:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:46:34
Log opened at 2017-03-29 08:58:18
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:58:18
Log opened at 2017-03-29 08:58:19
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:58:19
Log opened at 2017-03-29 08:58:35
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:58:35
Log opened at 2017-03-29 08:58:35
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:58:35
Log opened at 2017-03-29 08:58:50
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:58:50
Log opened at 2017-03-29 08:58:50
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 08:58:50
Log opened at 2017-03-29 09:00:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:00:03
Log opened at 2017-03-29 09:00:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:00:03
Log opened at 2017-03-29 09:01:11
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:11
Log opened at 2017-03-29 09:01:11
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:11
Log opened at 2017-03-29 09:01:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:27
Log opened at 2017-03-29 09:01:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:27
Log opened at 2017-03-29 09:01:28
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:28
Log opened at 2017-03-29 09:01:28
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:28
Log opened at 2017-03-29 09:01:29
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:29
Log opened at 2017-03-29 09:01:29
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:29
Log opened at 2017-03-29 09:01:31
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:31
Log opened at 2017-03-29 09:01:31
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:31
Log opened at 2017-03-29 09:01:55
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:55
Log opened at 2017-03-29 09:01:55
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:01:55
Log opened at 2017-03-29 09:02:04
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:04
Log opened at 2017-03-29 09:02:04
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:04
Log opened at 2017-03-29 09:02:16
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:16
Log opened at 2017-03-29 09:02:16
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:16
Log opened at 2017-03-29 09:02:17
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:17
Log opened at 2017-03-29 09:02:17
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:17
Log opened at 2017-03-29 09:02:40
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:40
Log opened at 2017-03-29 09:02:40
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:40
Log opened at 2017-03-29 09:02:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:41
Log opened at 2017-03-29 09:02:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:41
Log opened at 2017-03-29 09:02:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:41
Log opened at 2017-03-29 09:02:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:41
Log opened at 2017-03-29 09:02:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:41
Log opened at 2017-03-29 09:02:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:41
Log opened at 2017-03-29 09:02:41
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:41
Log opened at 2017-03-29 09:02:42
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:02:42
Log opened at 2017-03-29 09:04:00
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:00
Log opened at 2017-03-29 09:04:00
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:00
Log opened at 2017-03-29 09:04:01
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:01
Log opened at 2017-03-29 09:04:01
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:01
Log opened at 2017-03-29 09:04:01
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:01
Log opened at 2017-03-29 09:04:01
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:01
Log opened at 2017-03-29 09:04:01
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:01
Log opened at 2017-03-29 09:04:01
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:01
Log opened at 2017-03-29 09:04:02
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:02
Log opened at 2017-03-29 09:04:02
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:02
Log opened at 2017-03-29 09:04:02
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:02
Log opened at 2017-03-29 09:04:02
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:02
Log opened at 2017-03-29 09:04:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:03
Log opened at 2017-03-29 09:04:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:03
Log opened at 2017-03-29 09:04:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:03
Log opened at 2017-03-29 09:04:03
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:03
Log opened at 2017-03-29 09:04:05
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:05
Log opened at 2017-03-29 09:04:05
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:04:05
Log opened at 2017-03-29 09:07:32
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:32
Log opened at 2017-03-29 09:07:32
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:32
Log opened at 2017-03-29 09:07:33
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:33
Log opened at 2017-03-29 09:07:33
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:33
Log opened at 2017-03-29 09:07:33
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:33
Log opened at 2017-03-29 09:07:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:34
Log opened at 2017-03-29 09:07:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:34
Log opened at 2017-03-29 09:07:34
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:34
Log opened at 2017-03-29 09:07:40
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:40
Log opened at 2017-03-29 09:07:40
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:40
Log opened at 2017-03-29 09:07:48
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:48
Log opened at 2017-03-29 09:07:48
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:48
Log opened at 2017-03-29 09:07:49
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:49
Log opened at 2017-03-29 09:07:49
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:07:49
Log opened at 2017-03-29 09:08:57
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:08:57
Log opened at 2017-03-29 09:08:57
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:08:57
Log opened at 2017-03-29 09:35:56
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:35:56
Log opened at 2017-03-29 09:35:56
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:35:56
Log opened at 2017-03-29 09:35:57
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:35:57
Log opened at 2017-03-29 09:35:57
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:35:57
Log opened at 2017-03-29 09:38:06
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:38:06
Log opened at 2017-03-29 09:38:06
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:38:06
Log opened at 2017-03-29 09:38:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:38:08
Log opened at 2017-03-29 09:38:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:38:08
Log opened at 2017-03-29 09:38:09
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:38:10
Log opened at 2017-03-29 09:38:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:38:10
Log opened at 2017-03-29 09:38:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:38:10
Log opened at 2017-03-29 09:38:10
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:38:10
Log opened at 2017-03-29 09:44:44
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:44:44
Log opened at 2017-03-29 09:44:44
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:44:44
Log opened at 2017-03-29 09:47:38
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:47:38
Log opened at 2017-03-29 09:47:38
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:47:38
Log opened at 2017-03-29 09:47:39
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:47:39
Log opened at 2017-03-29 09:47:39
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:47:39
Log opened at 2017-03-29 09:48:35
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:48:35
Log opened at 2017-03-29 09:48:35
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:48:35
Log opened at 2017-03-29 09:48:50
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:48:50
Log opened at 2017-03-29 09:48:50
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:48:50
Log opened at 2017-03-29 09:50:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:50:27
Log opened at 2017-03-29 09:50:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:50:27
Log opened at 2017-03-29 09:50:31
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:50:31
Log opened at 2017-03-29 09:50:32
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:50:32
Log opened at 2017-03-29 09:50:32
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:50:32
Log opened at 2017-03-29 09:50:32
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:50:32
Log opened at 2017-03-29 09:50:36
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:50:36
Log opened at 2017-03-29 09:50:37
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:50:37
Log opened at 2017-03-29 09:51:05
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:51:05
Log opened at 2017-03-29 09:51:05
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:51:05
Log opened at 2017-03-29 09:52:00
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:52:00
Log opened at 2017-03-29 09:52:00
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 09:52:00
Log opened at 2017-03-29 10:34:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:34:08
Log opened at 2017-03-29 10:34:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:34:08
Log opened at 2017-03-29 10:36:40
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:36:40
Log opened at 2017-03-29 10:36:40
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:36:40
Log opened at 2017-03-29 10:37:28
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:37:28
Log opened at 2017-03-29 10:37:28
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:37:28
Log opened at 2017-03-29 10:41:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:41:22
Log opened at 2017-03-29 10:41:22
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="sublime.xdebug"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:41:22
Log opened at 2017-03-29 10:57:45
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:57:45
Log opened at 2017-03-29 10:57:45
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:57:45
Log opened at 2017-03-29 10:58:29
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:58:29
Log opened at 2017-03-29 10:58:29
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:58:29
Log opened at 2017-03-29 10:58:30
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:58:30
Log opened at 2017-03-29 10:58:30
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 10:58:30
Log opened at 2017-03-29 11:14:48
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:14:48
Log opened at 2017-03-29 11:14:48
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:14:48
Log opened at 2017-03-29 11:14:49
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:14:49
Log opened at 2017-03-29 11:14:49
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:14:49
Log opened at 2017-03-29 11:16:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:16:08
Log opened at 2017-03-29 11:16:08
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:16:08
Log opened at 2017-03-29 11:16:52
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:16:52
Log opened at 2017-03-29 11:16:52
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:16:52
Log opened at 2017-03-29 11:32:30
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:32:30
Log opened at 2017-03-29 11:32:31
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:32:31
Log opened at 2017-03-29 11:54:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="10" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:54:27
Log opened at 2017-03-29 11:54:27
I: Checking remote connect back address.
I: Checking header 'HTTP_X_FORWARDED_FOR'.
I: Checking header 'REMOTE_ADDR'.
I: Remote address found, connecting to 172.17.0.1:9901.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/hotelbookingwebapp/public/index.php" language="PHP" xdebug:language_version="7.1.3-2+deb.sury.org~xenial+1" protocol_version="1.0" appid="11" idekey="PHPSTORM"><engine version="2.5.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2017 by Derick Rethans]]></copyright></init>
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>
Log closed at 2017-03-29 11:54:27
###############################################################################
# Generated on phpdocker.io #
###############################################################################
hotelbookingwebapp-mysql:
image: mysql:5.7
container_name: hotelbookingwebapp-mysql
environment:
- MYSQL_ROOT_PASSWORD=test
- MYSQL_DATABASE=hotelbookingwebapp
- MYSQL_USER=hbwa
- MYSQL_PASSWORD=test
ports:
- "3306:3306"
hotelbookingwebapp-webserver:
image: phpdockerio/nginx:latest
container_name: hotelbookingwebapp-webserver
volumes:
- ..:/var/www/hotelbookingwebapp
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- "8088:80"
links:
- hotelbookingwebapp-php-fpm
hotelbookingwebapp-php-fpm:
build: .
dockerfile: php-fpm/Dockerfile
container_name: hotelbookingwebapp-php-fpm
volumes:
- ..:/var/www/hotelbookingwebapp
- ./php-fpm/php-ini-overrides.ini:/etc/php/7.1/fpm/conf.d/99-overrides.ini
links:
- hotelbookingwebapp-mysql
ports:
- 9901:9901
- 9000:9000
server {
listen 80 default;
client_max_body_size 108M;
access_log /var/log/nginx/hotelbookingwebapp.access.log;
root /var/www/hotelbookingwebapp/public;
index index.php;
if (!-e $request_filename) {
rewrite ^.*$ /index.php last;
}
location ~ \.php$ {
fastcgi_pass hotelbookingwebapp-php-fpm:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PHP_VALUE "error_log=/var/log/nginx/hotelbookingwebapp_php_errors.log";
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
include fastcgi_params;
}
}
FROM phpdockerio/php71-fpm:latest
# Install selected extensions and other stuff
RUN apt-get update \
&& apt-get -y --no-install-recommends install php-memcached php7.1-mysql php7.1-bz2 php7.1-mbstring php7.1-xmlrpc php7.1-xsl php-yaml php-xdebug \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
WORKDIR "/var/www/hotelbookingwebapp"
upload_max_filesize = 100M
post_max_size = 108M
zend_extension=/usr/lib/php5/20121212/xdebug.so
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.remote_port = 9901
xdebug.remote_handler = "dbgp"
xdebug.remote_mode = req
xdebug.remote_log="/var/www/hotelbookingwebapp/logs/xdebug.log"
xdebug.profiler_output_dir="/var/www/hotelbookingwebapp/logs/"
xdebug.profiler_enable=On
xdebug.profiler_append=On
<html>
<head>
<title>PHPDocker.io Readme</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<style>
code {
background-color : #ddd;
padding : 2px 5px;
font-family : monospace;
font-size : 16px;
}
</style>
</head>
<body>
<div class="pure-g">
<div class="pure-u-1-24"></div>
<div class="pure-u-22-24">
<h1>PHPDocker.io generated environment</h1>
<h1>Add to your project</h1>
<ul>
<li>Unzip the file.</li>
<li>Move the <code>phpdocker</code> folder into your project. You may rename this folder (see note below)</li>
<li>Ensure the webserver config on <code>docker\nginx.conf</code> is correct for your project. PHPDocker.io generates it either for a typical Symfony project (<code>web/app|app_dev.php</code>) or generic (<code>public/index.php</code>).</li>
</ul>
<p>Note: you may place the files elsewhere in your project. Make sure you modify the volume linking on <code>docker-compose.yml</code> for both the webserver and php-fpm so that the folder being shared into the container is the root of your project. Also, if you're using the vagrant machine, modify accordingly the line after the <code>#Bring up containers</code> comment.</p>
<h1>How to run</h1>
<p>You have two options to run the environment, depending mainly on your host OS. Essentially, you can either run the containers on bare metal, or through a virtualised environment.</p>
<h2>Linux</h2>
<p>If you run Linux, you have both choices available to you. Running directly has certain advantages, not least of which the fact there's essentially zero overhead and full access to your system's muscle.</p>
<p>The advantage of running through a virtualised environment is mainly having your whole environment neatly packed into a single set of files for the virtual machine.</p>
<p>The choice is up to you. If you'd rather run the containers directly:</p>
<ul>
<li>Ensure you have the latest <code>docker engine</code> installed. Your distribution's package might be a little old, if you encounter problems, do upgrade. See https://docs.docker.com/engine/installation/</li>
<li>Ensure you have the latest <code>docker-compose</code> installed. See <a href="https://docs.docker.com/compose/install/">docs.docker.com/compose/install</a></li>
</ul>
<p>Once you're done, simply <code>cd</code> to the folder where you placed the files, then <code>docker-compose up -d</code>. This will initialise and start all the containers, then leave them running in the background.</p>
<h2>Other OS</h2>
<p>MacOS and Windows have no native support for docker containers. The way around this is to boot a minimal Linux virtual machine, then run the containers inside.</p>
<p>Whichever way to do this is entirely up to you, but PHPDocker.io already has you covered provided you have a recent version of <a href="https://www.vagrantup.com/">vagrant</a> and <a href="https://www.virtualbox.org/">virtualbox</a> installed.</p>
<p>Simply <code>cd</code> to the folder where you placed the files, then <code>vagrant up</code>. This will fire up <a href="http://boot2docker.io/">boot2docker</a>, then initialise the containers within. You can <code>vagrant ssh</code> to act on the containers from then on.</p>
<h2>Services exposed outside your environment</h2>
<p>You can access your application via <strong><code>localhost</code></strong>, if you're running the containers directly, or through <strong><code>192.168.33.68</code></strong> when run on a vm. nginx and mailhog both respond to any hostname, in case you want to add your own hostname on your <code>/etc/hosts</code></p>
<table>
<thead>
<tr>
<th>Service</th>
<th>Address outside containers</th>
<th>Address outside VM</th>
</tr>
</thead>
<tbody>
<tr>
<td>Webserver</td>
<td><a href="http://localhost:8088">localhost:8088</a></td>
<td><a href="http://192.168.33.68">192.168.33.68</a></td>
</tr>
</tbody>
</table>
<h2>Hosts within your environment</h2>
<p>You'll need to configure your application to use any services you enabled:</p>
<table>
<thead>
<tr>
<th>Service</th>
<th>Hostname</th>
<th>Port number</th>
</tr>
</thead>
<tbody>
<tr>
<td>php-fpm</td>
<td>hotelbookingwebapp-php-fpm</td>
<td>9000</td>
</tr>
<tr>
<td>MySQL</td>
<td>hotelbookingwebapp-mysql</td>
<td>3306 (default)</td>
</tr>
</tbody>
</table>
<h1>Docker compose cheatsheet</h1>
<p><strong>Note 1:</strong> you need to cd first to where your docker-compose.yml file lives</p>
<p><strong>Note 2:</strong> if you're using Vagrant, you'll need to ssh into it first</p>
<ul>
<li>Start containers in the background: <code>docker-compose up -d</code></li>
<li>Start containers on the foreground: <code>docker-compose up</code>. You will see a stream of logs for every container running.</li>
<li>Stop containers: <code>docker-compose stop</code></li>
<li>Kill containers: <code>docker-compose kill</code></li>
<li>View container logs: <code>docker-compose logs</code></li>
<li>Execute command inside of container: <code>docker exec -it hotelbookingwebapp-php-fpm COMMAND</code> where <code>COMMAND</code> is whatever you want to run. For instance, <code>/bin/bash</code> to open a console prompt.</li>
</ul>
</div>
<div class="pure-u-1-24"></div>
</div>
<script>
var tables = document.getElementsByTagName('table');
for (var i = 0; i < tables.length; i++) {
tables[i].className = "pure-table";
}
</script>
</body>
</html>

PHPDocker.io generated environment

#Add to your project#

  • Unzip the file.
  • Move the phpdocker folder into your project. You may rename this folder (see note below)
  • Ensure the webserver config on docker\nginx.conf is correct for your project. PHPDocker.io generates it either for a typical Symfony project (web/app|app_dev.php) or generic (public/index.php).

Note: you may place the files elsewhere in your project. Make sure you modify the volume linking on docker-compose.yml for both the webserver and php-fpm so that the folder being shared into the container is the root of your project. Also, if you're using the vagrant machine, modify accordingly the line after the #Bring up containers comment.

#How to run#

You have two options to run the environment, depending mainly on your host OS. Essentially, you can either run the containers on bare metal, or through a virtualised environment.

##Linux##

If you run Linux, you have both choices available to you. Running directly has certain advantages, not least of which the fact there's essentially zero overhead and full access to your system's muscle.

The advantage of running through a virtualised environment is mainly having your whole environment neatly packed into a single set of files for the virtual machine.

The choice is up to you. If you'd rather run the containers directly:

Once you're done, simply cd to the folder where you placed the files, then docker-compose up -d. This will initialise and start all the containers, then leave them running in the background.

##Other OS##

MacOS and Windows have no native support for docker containers. The way around this is to boot a minimal Linux virtual machine, then run the containers inside.

Whichever way to do this is entirely up to you, but PHPDocker.io already has you covered provided you have a recent version of vagrant and virtualbox installed.

Simply cd to the folder where you placed the files, then vagrant up. This will fire up boot2docker, then initialise the containers within. You can vagrant ssh to act on the containers from then on.

##Services exposed outside your environment##

You can access your application via localhost, if you're running the containers directly, or through 192.168.33.68 when run on a vm. nginx and mailhog both respond to any hostname, in case you want to add your own hostname on your /etc/hosts

Service Address outside containers Address outside VM
Webserver localhost:8088 192.168.33.68

##Hosts within your environment##

You'll need to configure your application to use any services you enabled:

Service Hostname Port number
php-fpm hotelbookingwebapp-php-fpm 9000
MySQL hotelbookingwebapp-mysql 3306 (default)

#Docker compose cheatsheet#

Note 1: you need to cd first to where your docker-compose.yml file lives

Note 2: if you're using Vagrant, you'll need to ssh into it first

  • Start containers in the background: docker-compose up -d
  • Start containers on the foreground: docker-compose up. You will see a stream of logs for every container running.
  • Stop containers: docker-compose stop
  • Kill containers: docker-compose kill
  • View container logs: docker-compose logs
  • Execute command inside of container: docker exec -it hotelbookingwebapp-php-fpm COMMAND where COMMAND is whatever you want to run. For instance, /bin/bash to open a console prompt.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "blinkreaction/boot2docker"
# Network config & shared folders
config.vm.network "private_network", ip: "192.168.33.68"
config.vm.synced_folder "..", "/home/docker/hotelbookingwebapp", id: "hotelbookingwebapp-dev" , type: "nfs"
config.vm.synced_folder "~/.composer/", "/home/docker/.composer", id: "hotelbookingwebapp-composer" , type: "nfs"
# VM definition
config.vm.provider "virtualbox" do |vb|
vb.name = "hotelbookingwebapp"
vb.memory = 2024
vb.cpus = 1
end
# Bring up containers
config.vm.provision "shell", run: "always", inline: "cd /home/docker/hotelbookingwebapp/phpdocker && docker-compose up -d 1>&2"
# Redirect webserver port down 80, etc
config.vm.provision "shell", run: "always", inline: "/usr/local/sbin/iptables -i eth1 -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8088 1>&2"
# Disable guest additions auto update as it won't work on boot2docker, and slows vm boot down boot
if Vagrant.has_plugin?("vagrant-vbguest")
config.vbguest.auto_update = false
end
end
<?php
require_once '../lib/module/room/model.class.php';
$class = new \lib\module\room\Model();
$class->_setId(1);
?>
<!DOCTYPE html>
<html>
<head>
<title>How to create Hotel Booking Web App with PHP</title>
</head>
<body>
<h1>How to create Hotel Booking Web App with PHP</h1>
<h2>Session 1: In the first session we will setting-up the Environment with Docker Compose. PHP Unit and MariaDB</h2>
<ul>
<li>Setting up Docker</li>
<li>Setting up PHP 7 with Docker</li>
<li>Setting up PHPUnit with Docker</li>
<li>Setting up MariaDB with Docker</li>
</ul>
only a test stream to check the setup and settings
</body>
</html>

Tutorial: How to Create Hotel Booking web app in PHP

Project Introduction: This tutorial will cover all the details (resources, tools, languages etc) that are necessary to build a complete and operational Hotel Booking web app. You will be guided through all the steps and concepts, starting from the basic ones like setting up the right tools and frameworks to the more advanced topics related to the development. And ultimately you will be able to create your own Hotel Booking web app without any difficulty. It is Live streamed on https://www.liveedu.tv/onko/lN60A-how-to-create-hotel-booking-web-app-in-php/

Introduction:

This tutorial will cover all the details (resources, tools, languages etc) that are necessary to build a complete and operational Hotel Booking web app. You will be guided through all the steps and concepts, starting from the basic ones like setting up the right tools and frameworks to the more advanced topics related to the development. And ultimately you will be able to create your own Hotel Booking web app without any difficulty.

What are the requirements?:

  • HTML/CSS/Bootstrap
  • JavaScript/AngularJS v1
  • Databases driven websites
  • Basic PHP and SQL
  • Docker

What is the target audience?:

  • Setup a environment for windows, mac, linux with docker
  • You want to build database driven Hotel Booking web app.
  • Learners who want to enhance their knowledge
  • This course will help the students who are doing their final projects

When are the streaming sessions (streaming schedule)?

Weekly 20 pm UTC +1 Europe time on Monday

Session 1: In the first session we will setting-up the Environment with Docker Compose. PHP Unit and MariaDB

  • Setting up Docker
  • Setting up PHP 7 with Docker
  • Setting up PHPUnit with Docker
  • Setting up MariaDB with Docker

--

  • Database model
  • PHP Model
  • PHP Controller

Session 2: In the second session we create a database model, the PHP model and the PHP controller, and a simple micro service

  • Simple micro service

Session 3: In the third session we create the frontend with booking form and call the micro service

  • HTML main frame with Angular.js
  • Formular for bookings
  • Use MicroServices

Session 4: In this session we create a cancelation and edit form for booking

  • Create cancelation from add cancelation rules
  • Create edit form
  • Create a user profile

_.. on going _ Create rooms and rates, cancelation policies, avaibility

Tools: Sublime MySQL Workbench

start phpunit testing

docker run -v c:\priv\hotelbookingwebapp:/app --rm phpunit/phpunit --bootstrap autoload.php tests

Session 1: In the first session we will setting-up the Environment with Docker Compose. PHP Unit and MariaDB

  • Setting up Docker
  • Setting up PHP 7 with Docker
  • Setting up PHPUnit with Docker
  • Setting up MariaDB with Docker

*** Session Start ***

  • What is Docker
  • Create a fast Docker Compose Setup with phpdocker.io
  • Make changes to the Docker files ** Add Port to the Database Container to connect directly to the Database with MySQL Workbench
<?php
declare(strict_types=1);
use PHPUnit\Framework\TestCase;
use lib\module\room\Model as Model;
/**
* @covers \lib\module\room\Model
*/
final class ModelTest extends TestCase
{
private $testObject;
/**
* @beforeClass
*/
public function setupModelObject()
{
$this->testObject = new Model();
}
public function testCreateEmptyRoomModel()
{
$this->testObject = new Model();
$this->assertEquals('lib\module\room\Model', get_class($this->testObject));
}
/**
* @covers Model::getId
*/
public function testModelIdIsEmpty()
{
$this->testObject = new Model();
$this->assertEquals(true, empty($this->testObject->getId()));
}
}
<phpunit bootstrap="/app/autoload.php">
<testsuites>
<testsuite name="hotelbookingwebapp\core">
<directory>/app/tests/core</directory>
</testsuite>
<testsuite name="hotelbookingwebapp\module">
<directory>/app/tests/module</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment