--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/php.rst Fri Dec 23 00:02:50 2011 +0200
@@ -0,0 +1,19 @@
+.. -*- coding: utf-8; -*-
+
+======
+ PHP.
+======
+
+Debugging.
+==========
+
+Pretty print variable::
+
+ print_r($var);
+
+Print backtrace::
+
+ debug_print_backtrace();
+
+ * http://php.net/manual/ru/function.print-r.php
+ * http://www.php.net/manual/en/function.debug-print-backtrace.php
--- a/solaris.rst Thu Dec 22 22:03:41 2011 +0200
+++ b/solaris.rst Fri Dec 23 00:02:50 2011 +0200
@@ -8,3 +8,7 @@
Solaris
http://sunfreeware.com/
Solaris Freeware Project
+ http://www.blastwave.org/
+ The "Blastwave Software Stack" is a commercial software service
+ for Solaris x86 and Solaris Sparc users
+
--- a/windows.rst Thu Dec 22 22:03:41 2011 +0200
+++ b/windows.rst Fri Dec 23 00:02:50 2011 +0200
@@ -521,4 +521,16 @@
cmd# control userpasswords2
+Format drive.
+=============
+Replace with own disk letter::
+
+ cmd# format E: /q /fs:ntfs
+
+See:
+
+ http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/format.mspx
+ Formats the disk in the specified volume to accept Windows
+ files.
+