merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 19 Dec 2011 18:27:54 +0200
changeset 1149 101697080733
parent 1141 7c5ca700ff02 (current diff)
parent 1148 34d44e540328 (diff)
child 1150 7396fd5619e7
merged
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/php.rst	Mon Dec 19 18:27:54 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	Sat Dec 17 22:27:32 2011 +0200
+++ b/solaris.rst	Mon Dec 19 18:27:54 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	Sat Dec 17 22:27:32 2011 +0200
+++ b/windows.rst	Mon Dec 19 18:27:54 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.
+