[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-gzhandler.xml ob-start.xml

2006-03-06 Thread Jakub Vrana
vrana   Tue Mar  7 00:11:55 2006 UTC

  Modified files:  
/phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
ob-start.xml 
  Log:
  Callback returning false (bug #36530)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.11 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.12
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.11  Mon Jan 
10 23:32:49 2005
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Tue Mar  7 
00:11:55 2006
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -31,6 +31,8 @@
  none at all) and will return its output accordingly.  All
  browsers are supported since it's up to the browser to send the
  correct header saying that it accepts compressed web pages.
+ If a browser doesn't support compressed pages this function returns
+ &false;.
 
 
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/outcontrol/functions/ob-start.xml?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/en/reference/outcontrol/functions/ob-start.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.19 
phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.20
--- phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.19  Tue Apr  5 
12:59:58 2005
+++ phpdoc/en/reference/outcontrol/functions/ob-start.xml   Tue Mar  7 
00:11:55 2006
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -43,6 +43,8 @@
  PHP_OUTPUT_HANDLER_START,
  PHP_OUTPUT_HANDLER_CONT and
  PHP_OUTPUT_HANDLER_END.
+ If output_callback returns &false; original input
+ is sent to the browser.
 
 
  


[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-gzhandler.xml

2005-01-10 Thread Derek Ford
derek   Mon Jan 10 18:32:49 2005 EDT

  Modified files:  
/phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
  Log:
  Changed --with-zlib note to link to ref.zlib
  
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.10 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.11
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.10  Mon Jan 
10 18:14:04 2005
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Mon Jan 10 
18:32:49 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -17,8 +17,8 @@
  
 
  
-  In order to use ob_gzhandler you will have to 
-  configure php --with-zlib.
+  ob_gzhandler requires the zlib 
+  extension.
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-gzhandler.xml

2005-01-10 Thread Derek Ford
derek   Mon Jan 10 18:14:04 2005 EDT

  Modified files:  
/phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
  Log:
  Added --with-zlib note
  
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.9 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.10
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.9   Fri Aug 
13 09:27:34 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Mon Jan 10 
18:14:04 2005
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -15,6 +15,12 @@
   
stringbuffer
   intmode  
  
+
+ 
+  In order to use ob_gzhandler you will have to 
+  configure php --with-zlib.
+ 
+
 
  ob_gzhandler is intended to be used as a
  callback function for ob_start to help


[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-gzhandler.xml

2004-08-13 Thread Friedhelm Betz
betzFri Aug 13 09:27:34 2004 EDT

  Modified files:  
/phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
  Log:
  remove ini. from presentation
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.8 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.9
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.8   Thu Aug 12 
14:11:58 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Fri Aug 13 09:27:34 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -54,9 +54,9 @@
  
   You cannot use both ob_gzhandler and
   
-  ini.zlib.output_compression.  Also note that 
+  zlib.output_compression.  Also note that 
   using 
-  ini.zlib.output_compression is preferred over
+  zlib.output_compression is preferred over
   ob_gzhandler.
  
 


[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-gzhandler.xml ob-list-handlers.xml ob-start.xml output-add-rewrite-var.xml output-reset-rewrite-vars.xml

2004-05-19 Thread Yannick TORRES
yannick Wed May 19 12:09:22 2004 EDT

  Modified files:  
/phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
ob-list-handlers.xml 
ob-start.xml 
output-add-rewrite-var.xml 
output-reset-rewrite-vars.xml 
  Log:
  typos
  
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.5 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.6
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.5   Wed Jan 14 
07:21:59 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Wed May 19 12:09:22 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -15,11 +15,6 @@
   stringbuffer
   intmode
  
-
- 
-  mode was added in PHP 4.0.5.
- 
-
 
  ob_gzhandler is intended to be used as a
  callback function for ob_start to help
@@ -31,9 +26,14 @@
  browsers are supported since it's up to the browser to send the
  correct header saying that it accepts compressed web pages.
 
+
+ 
+  mode was added in PHP 4.0.5.
+ 
+
 
  
-  ob_gzhandler Example
+  ob_gzhandler example
   
 
   
  
 
-
- See also ob_start and
- ob_end_flush.
-
 
  
   You cannot use both ob_gzhandler and
@@ -64,6 +60,11 @@
   ob_gzhandler.
  
 
+
+ See also 
+ ob_start and
+ ob_end_flush.
+

   
 
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.3 
phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.3   Sat Jan  3 
12:37:46 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml   Wed May 19 
12:09:22 2004
@@ -1,5 +1,5 @@
 
-
+
   

 ob_list_handlers
@@ -54,9 +54,11 @@
  
 
 
- See also ob_end_clean,
+ See also 
+ ob_end_clean,
  ob_end_flush,
- ob_get_flush, and ob_start.
+ ob_get_flush,
+ ob_start.
 

   
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-start.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-start.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.9 
phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.10
--- phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.9   Sat Feb 28 10:13:39 
2004
+++ phpdoc/en/reference/outcontrol/functions/ob-start.xml   Wed May 19 12:09:22 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -109,7 +109,7 @@
 
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml
diff -u phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.3 
phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.3 Tue 
Jan  6 10:06:45 2004
+++ phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml Wed May 19 
12:09:22 2004
@@ -1,5 +1,5 @@
 
-
+
   

 output_add_rewrite_var
@@ -63,8 +63,10 @@
  
 
 
- See also output_reset_rewrite_vars,
- ob_flush and ob_list_handlers.
+ See also 
+ output_reset_rewrite_vars,
+ ob_flush and 
+ ob_list_handlers.
 

   
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml
diff -u phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.3 
phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.3  Tue 
Jan  6 03:54:24 2004
+++ phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml  Wed 
May 19 12:09:22 2004
@@ -1,5 +1,5 @@
 
-
+
   

 output_reset_rewrite_vars
@@ -46,8 +46,10 @@
  
 
 
- See also output_add_rewrite_var,
- ob_flush, ob_list_handlers and
+ See also 
+ output_add_rewrite_var,
+ ob_flush, 
+ ob_list_handlers and
  session_start.
 



[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-gzhandler.xml

2004-01-14 Thread Mehdi Achour
didou   Wed Jan 14 07:21:59 2004 EDT

  Modified files:  
/phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
  Log:
  typo (user note)
  
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.4 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.5
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.4   Mon Jun 16 
14:50:48 2003
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Wed Jan 14 07:21:59 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -27,7 +27,7 @@
  compressed web pages.  Before ob_gzhandler
  actually sends compressed data, it determines what type of
  content encoding the browser will accept ("gzip", "deflate" or
- none at all) and will return it's output accordingly.  All
+ none at all) and will return its output accordingly.  All
  browsers are supported since it's up to the browser to send the
  correct header saying that it accepts compressed web pages.
 


[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-gzhandler.xml

2003-01-18 Thread Philip Olson
philip  Sat Jan 18 17:50:03 2003 EDT

  Modified files:  
/phpdoc/en/reference/outcontrol/functions   ob-gzhandler.xml 
  Log:
   Can't use this with ini.zlib.output_compression.  Closes bug #16745
  
  
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.2 
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.3
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.2   Wed Apr 17 
02:42:34 2002
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml   Sat Jan 18 17:50:02 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -31,6 +31,16 @@
  browsers are supported since it's up to the browser to send the
  correct header saying that it accepts compressed web pages.
 
+
+ 
+  You cannot use both ob_gzhandler and
+  
+  ini.zlib.output_compression.  Also note that 
+  using 
+  ini.zlib.output_compression is preferred over
+  ob_gzhandler.
+ 
+
 
  
   ob_gzhandler Example



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php