Skip to content

Instantly share code, notes, and snippets.

@newz2000
Created April 27, 2014 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newz2000/11355104 to your computer and use it in GitHub Desktop.
Save newz2000/11355104 to your computer and use it in GitHub Desktop.
Air2:Fun matt$ mkdir test
Air2:Fun matt$ cd test
Air2:test matt$ ls
Air2:test matt$ php -S localhost:8000
PHP 5.4.24 Development Server started at Sun Apr 27 15:34:56 2014
Listening on http://localhost:8000
Document root is /Users/matt/Developer/Fun/test
Press Ctrl-C to quit.
[Sun Apr 27 15:35:01 2014] ::1:55711 [404]: / - No such file or directory
[Sun Apr 27 15:35:01 2014] ::1:55712 [404]: /favicon.ico - No such file or directory
Air2:test matt$ echo '<?php phpinfo(); ?>' > index.php
Air2:test matt$ cat index.php
<?php phpinfo(); ?>
Air2:test matt$ php -S localhost:8000
PHP 5.4.24 Development Server started at Sun Apr 27 15:35:57 2014
Listening on http://localhost:8000
Document root is /Users/matt/Developer/Fun/test
Press Ctrl-C to quit.
[Sun Apr 27 15:35:59 2014] ::1:55717 [200]: /
[Sun Apr 27 15:35:59 2014] ::1:55718 [200]: /?=PHPE9568F34-D428-11d2-A769-00AA001ACF42
[Sun Apr 27 15:35:59 2014] ::1:55719 [200]: /?=PHPE9568F35-D428-11d2-A769-00AA001ACF42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment