[PHP-DOC] #21774 [Com]: Chokes on php_version.h during configure

2003-02-26 Thread dark_panda at hushmail dot com
 ID:   21774
 Comment by:   dark_panda at hushmail dot com
 Reported By:  ven at whineandbitch dot com
 Status:   Open
 Bug Type: Documentation problem
 Operating System: Solaris 8
 PHP Version:  4.3.0
 New Comment:

Confirmed. xpg4 sed works fine. Here's how sed stacks up 
on Solaris 8: 
 
/usr/local/bin/sed (GNU): works 
/usr/xpg4/bin/sed (Sun POSIX stuff): works 
/usr/ucb/sed (SunOS BSD-compatible): dies 
/bin/sed (Solaris): dies 
 
J


Previous Comments:


[2003-02-02 11:09:30] [EMAIL PROTECTED]

I was told by a user that there is a "xpg4 sed" that works just fine
when compiling PHP and it's found here on a Solaris box:
/usr/xpg4/bin/sed

Maybe someone can confirm this?



[2003-01-20 13:13:31] [EMAIL PROTECTED]

It is a known issue that using non-gnu utilities may cause PHP install
not to work. This should be documented.



[2003-01-20 10:25:30] ven at whineandbitch dot com

I've had problems with compiling php 4.3 on 4 different solaris 8
machines. Last thing you can see on the screen is 'Updated
php_version.h'.

At this point it just hangs, System load goes up to 1.00. A list of
processes show a high cpu usage on 'tr'.

ps looks like
admin  26932 77.3  0.1  928  528 pts/2R 11:13:46  0:31 tr x-
x_

top looks like
26932 admin1   00  928K  528K run  1:02 93.78% tr

Solution. I was to install the GNU Textutils
http://www.gnu.org/directory/textutils.html

Works perfect.

Figured this may help other users if the same problem occures




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


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



[PHP-DOC] #22433 [Opn]: [chm] bug on function.range.html

2003-02-26 Thread sniper
 ID:   22433
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sergey at sociology dot kharkov dot ua
 Status:   Open
-Bug Type: *General Issues
+Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  4.3.0
 New Comment:

reclassified..



Previous Comments:


[2003-02-26 07:43:17] sergey at sociology dot kharkov dot ua

I have found a bug on page function.range.html
[chm date: 2002-12-27]...

Server hand-ups when I use russian letters:

foreach(range('à','ÿ') as $letter) { 
   echo $letter; 
} 




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


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



[PHP-DOC] cvs: phpdoc /en/reference/yaz configure.xml

2003-02-26 Thread Adam Dickmeiss
dickmeiss   Wed Feb 26 11:39:07 2003 EDT

  Modified files:  
/phpdoc/en/reference/yazconfigure.xml 
  Log:
  Notes for shared libraries and Windows
  
Index: phpdoc/en/reference/yaz/configure.xml
diff -u phpdoc/en/reference/yaz/configure.xml:1.5 
phpdoc/en/reference/yaz/configure.xml:1.6
--- phpdoc/en/reference/yaz/configure.xml:1.5   Mon Feb 24 18:37:31 2003
+++ phpdoc/en/reference/yaz/configure.xml   Wed Feb 26 11:39:06 2003
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -25,6 +25,25 @@
 ]]>

   
+ 
+ 
+  If you are using YAZ as a shared extension, add (or uncomment) the following
+  line in php.ini on Unix:
+  
+   extension=php_yaz.so
+  
+  And for Windows:
+  
+   extension=php_yaz.dll
+  
+ 
+ 
+  On windows, php_yaz.dll depend on
+  yaz.dll. You'll find yaz.dll
+  in sub directory dlls in the Win32 zip archive.
+  Copy yaz.dll to a directory in your PATH environment
+  (c:\winnt\system32 or
+  c:\windows\system32).
  
 
  &warn.imaprecodeyaz;



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



[PHP-DOC] #22426 [NEW]: New sybase's functions are not in the documentation

2003-02-26 Thread mad at dactar dot ch
From: mad at dactar dot ch
Operating system: 
PHP version:  4.3.1
PHP Bug Type: Documentation problem
Bug description:  New sybase's functions are not in the documentation

The following new sybase's functions added in 4.3.0 are not
in the documentation :

>Added a new function sybase_unbuffered_query() 
>Added a new function sybase_fetch_assoc() 

@++
JC
-- 
Edit bug report at http://bugs.php.net/?id=22426&edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=22426&r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=22426&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=22426&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=22426&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=22426&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=22426&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=22426&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=22426&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=22426&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=22426&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22426&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=22426&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=22426&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=22426&r=gnused


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



[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions readfile.xml

2003-02-26 Thread Derick Rethans
derick  Wed Feb 26 04:53:46 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   readfile.xml 
  Log:
  - Fix parameter type and use the true entity
  
  
Index: phpdoc/en/reference/filesystem/functions/readfile.xml
diff -u phpdoc/en/reference/filesystem/functions/readfile.xml:1.3 
phpdoc/en/reference/filesystem/functions/readfile.xml:1.4
--- phpdoc/en/reference/filesystem/functions/readfile.xml:1.3   Thu Sep 26 09:56:53 
2002
+++ phpdoc/en/reference/filesystem/functions/readfile.xml   Wed Feb 26 04:53:43 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@
  
   intreadfile
   stringfilename
-  intuse_include_path
+  booluse_include_path
  
 
  Reads a file and writes it to the output buffer.
@@ -19,11 +19,11 @@
 
  Returns the number of bytes read from the file. If an error
  occurs, &false; is returned and unless the function was called as
- @readfile, an error message is printed.
+ @readfile, an error message is printed.
 
 &tip.fopen-wrapper;
 
- You can use the optional second parameter and set it to "1", if
+ You can use the optional second parameter and set it to &true;, if
  you want to search for the file in the include_path, too.
 



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