[PHP-DOC] #38810 [NEW]: GLOB_BRACE not available

2006-09-13 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Operating system: Solaris
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  GLOB_BRACE not available

Description:

GLOB_BRACE seems only available on systems with GNUs glibc. This should be
documented in the manual. On Solaris for example the constant is undefined
and the feature does not work.


-- 
Edit bug report at http://bugs.php.net/?id=38810&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=38810&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=38810&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=38810&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=38810&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=38810&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=38810&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=38810&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=38810&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=38810&r=support
Expected behavior:http://bugs.php.net/fix.php?id=38810&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=38810&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=38810&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=38810&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=38810&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=38810&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=38810&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=38810&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=38810&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=38810&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=38810&r=mysqlcfg


[PHP-DOC] #37640 [Opn->Csd]: ignore_user_abort default value

2006-09-13 Thread bjori
 ID:   37640
 Updated by:   [EMAIL PROTECTED]
 Reported By:  rvt at ok dot ru
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: windows XP Pro (WinXP)
 PHP Version:  Irrelevant
-Assigned To:  
+Assigned To:  bjori
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




Previous Comments:


[2006-05-30 07:19:07] rvt at ok dot ru

Description:

On the page
http://ru.php.net/manual/en/features.connection-handling.php it is
written that the default behaviour is to abort on disconnection (FALSE
value).

So is it on the page http://php.net/manual/en/ini.php#ini.list ("0"
value)

But, on the page
http://php.net/manual/en/ref.misc.php#ini.ignore-user-abort it is
specified that the default behaviour is to ignore disconnection (TRUE
value).

The same applies to the *.chm version of the documentation dated as
2005-10-04.






-- 
Edit this bug report at http://bugs.php.net/?id=37640&edit=1


[PHP-DOC] cvs: phpdoc /en/reference/misc ini.xml

2006-09-13 Thread Hannes Magnusson
bjori   Wed Sep 13 13:05:46 2006 UTC

  Modified files:  
/phpdoc/en/reference/misc   ini.xml 
  Log:
  Bug#37640 (default value for ignore_user_abort() is false, not true)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/ini.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/misc/ini.xml
diff -u phpdoc/en/reference/misc/ini.xml:1.8 
phpdoc/en/reference/misc/ini.xml:1.9
--- phpdoc/en/reference/misc/ini.xml:1.8Tue Feb 22 17:36:08 2005
+++ phpdoc/en/reference/misc/ini.xmlWed Sep 13 13:05:46 2006
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.runtime;
  &extension.runtime;
@@ -82,9 +82,8 @@
 
 
  
-  &true; by default. If changed to &false; scripts will be terminated
-  as soon as they try to output something after a client has aborted
-  their connection.
+  &false; by default. If changed to &true; scripts will not be terminated
+  after a client has aborted their connection.
  
  
   See also ignore_user_abort.