merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 21 Dec 2011 23:42:11 +0200
changeset 1150 7396fd5619e7
parent 1149 101697080733 (diff)
parent 1143 3a3389b22964 (current diff)
child 1151 dfcec55a1240
child 1152 8436c285c139
merged
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/php.rst	Wed Dec 21 23:42:11 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	Tue Dec 20 20:51:13 2011 +0200
+++ b/solaris.rst	Wed Dec 21 23:42:11 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	Tue Dec 20 20:51:13 2011 +0200
+++ b/windows.rst	Wed Dec 21 23:42:11 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.
+