[PHP-DOC] #20160 [Com]: php_manual_zh_cn.chm

2003-07-09 Thread lq336 at 263 dot net
 ID:   20160
 Comment by:   lq336 at 263 dot net
 Reported By:  suming at eastday dot com
 Status:   Closed
 Bug Type: Documentation problem
 Operating System: win2000 pro,win xp pro
 PHP Version:  4.2.3
 New Comment:

fdsafa


Previous Comments:


[2003-05-14 09:25:54] [EMAIL PROTECTED]

Yes, should work fine now (although the name is php_manual_zh.chm now).



[2003-05-14 09:20:42] [EMAIL PROTECTED]

Maybe this has been fixed with recent changes to the build of the 
chms? 
 
Friedhelm Betz 



[2002-10-30 00:32:02] [EMAIL PROTECTED]

I'm familiar with this, but unless somebody explains me how to fix it
I'm afraid I can't help. I can't read chinese myself...

Suspending for now

Derick



[2002-10-29 21:34:02] suming at eastday dot com

 in the left of index page, the chinese words can not display well




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


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



[PHP-DOC] cvs: phpdoc /en/reference/classobj/functions get-class.xml get-parent-class.xml

2003-07-09 Thread Mehdi Achour
didou   Wed Jul  9 06:19:31 2003 EDT

  Modified files:  
/phpdoc/en/reference/classobj/functions get-class.xml 
get-parent-class.xml 
  Log:
  missing role
  
Index: phpdoc/en/reference/classobj/functions/get-class.xml
diff -u phpdoc/en/reference/classobj/functions/get-class.xml:1.3 
phpdoc/en/reference/classobj/functions/get-class.xml:1.4
--- phpdoc/en/reference/classobj/functions/get-class.xml:1.3Thu Jul  3 07:26:06 
2003
+++ phpdoc/en/reference/classobj/functions/get-class.xmlWed Jul  9 06:19:31 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/classobj.xml, last change in rev 1.4 --
   refentry id=function.get-class
refnamediv
@@ -27,7 +27,7 @@
 para
  example
   titleUsing functionget_class/function/title
-  programlisting
+  programlisting role=php
 ![CDATA[
 ?php
 
Index: phpdoc/en/reference/classobj/functions/get-parent-class.xml
diff -u phpdoc/en/reference/classobj/functions/get-parent-class.xml:1.3 
phpdoc/en/reference/classobj/functions/get-parent-class.xml:1.4
--- phpdoc/en/reference/classobj/functions/get-parent-class.xml:1.3 Thu Jul  3 
07:26:06 2003
+++ phpdoc/en/reference/classobj/functions/get-parent-class.xml Wed Jul  9 06:19:31 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/classobj.xml, last change in rev 1.4 --
   refentry id=function.get-parent-class
refnamediv
@@ -25,7 +25,7 @@
 para
  example
   titleUsing functionget_parent_class/function/title
-  programlisting
+  programlisting role=php
 ![CDATA[
 ?php
 



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



Re: [PHP-DOC] Compilation errors (file-entities.ent cannot befopen'ed)

2003-07-09 Thread Jan Fabry
I figured out what the problem was: the PHP that ships with Red Hat is
configured with --enable-safe-mode, and this directive is commented out
in scripts/php.ini. If I re-enable it, everything works.

safe_mode seems to be commented out in php.ini since the first version
in CVS, is there a specific reason for this? Are there any pointers to
'uncommenting' this directive? I couldn't find anything about it in the
PHP Documentation HOWTO (like, what to do if compilation doesn't work
or something like that).

Anyway, I'm glad it works, so I can start real translation work.

Greetings,

Jan Fabry

PS: Good that I found this on my own, it seems everybody is at LinuxTag
;)

On Wed, 2003-07-09 at 04:10, Jan Fabry wrote:
 Hello,
 
 When trying to compile the PHP documentation, I keep getting the same
 error:
 
 ERROR: Failed to open /home/cheezy/phpdoc-nl/entities/file-entities.ent
 for writing
 
 I have searched the list archives, but could only find older articles
 dealing with this problem, and they couldn't help me. It seems that all
 calls to fopen in scripts/file-entities.php fail, but I have no idea
 why. If I try to fopen file-entities.ent from another php file, it
 works.
 
 I am using the PHP that came with Red Hat 9 (one upgrade), 4.2.2[-17.2].
 The directory is writeable, if I `touch` the file and test if it
 is_writable from file-entities.php, it all works, only the fopen fails.
 
 I have checked out the latest version of the documentation as phpdoc-nl,
 autoconf works, and then configure fails.
 
 Any pointers to more information are appreciated.
 
 Greetings,
 
 Jan Fabry
 


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



[PHP-DOC] make: *** [test] Error 1

2003-07-09 Thread Mehdi
Hi,

I'm trying to make test on the en tree, but I get some errors :
 http://didou.keliglia.com/build.html
Can someone tell me what's going wrong ? (yes, I did a cvs up)

Thanx

Mehdi

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


[PHP-DOC] #24561 [NEW]: install.txt on Apache configuration

2003-07-09 Thread davide dot chiodi at poste dot it
From: davide dot chiodi at poste dot it
Operating system: win2000 pro
PHP version:  5.0.0b1 (beta1)
PHP Bug Type: Documentation problem
Bug description:  install.txt on Apache configuration

Description:

install.txt of win32 binaries reports LoadModule php4_module
c:/php/sapi/php4apache.dll but Apache doesn't start reporting
configuration error.
Changing php4_module into php5_module works.


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


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



[PHP-DOC] #24561 [Opn-Csd]: install.txt on Apache configuration

2003-07-09 Thread edink
 ID:   24561
 Updated by:   [EMAIL PROTECTED]
 Reported By:  davide dot chiodi at poste dot it
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: win2000 pro
 PHP Version:  5.0.0b1 (beta1)
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


Previous Comments:


[2003-07-09 08:31:04] davide dot chiodi at poste dot it

Description:

install.txt of win32 binaries reports LoadModule php4_module
c:/php/sapi/php4apache.dll but Apache doesn't start reporting
configuration error.
Changing php4_module into php5_module works.






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


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



[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-affected-rows.xml mysql-client-encoding.xml mysql-close.xml mysql-connect.xml mysql-create-db.xml mysql-data-seek.xml mysql-db-name.xml mysql-drop-db.xml mysql-errno.xml mysql-error.xml mysql-escape-string.xml mysql-fetch-array.xml mysql-fetch-assoc.xml mysql-fetch-field.xml mysql-fetch-lengths.xml mysql-fetch-object.xml mysql-fetch-row.xml mysql-field-name.xml mysql-field-seek.xml mysql-field-type.xml mysql-get-client-info.xml mysql-get-host-info.xml mysql-get-proto-info.xml mysql-get-server-info.xml mysql-info.xml mysql-insert-id.xml mysql-list-dbs.xml mysql-list-fields.xml mysql-list-processes.xml mysql-list-tables.xml mysql-num-fields.xml mysql-num-rows.xml mysql-ping.xml mysql-query.xml mysql-real-escape-string.xml mysql-result.xml mysql-select-db.xml mysql-stat.xml mysql-tablename.xml mysql-thread-id.xml mysql-unbuffered-query.xml

2003-07-09 Thread Mehdi Achour
didou   Wed Jul  9 11:07:30 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-affected-rows.xml 
mysql-client-encoding.xml 
mysql-close.xml 
mysql-connect.xml 
mysql-create-db.xml 
mysql-data-seek.xml 
mysql-db-name.xml 
mysql-drop-db.xml 
mysql-errno.xml 
mysql-error.xml 
mysql-escape-string.xml 
mysql-fetch-array.xml 
mysql-fetch-assoc.xml 
mysql-fetch-field.xml 
mysql-fetch-lengths.xml 
mysql-fetch-object.xml 
mysql-fetch-row.xml 
mysql-field-name.xml 
mysql-field-seek.xml 
mysql-field-type.xml 
mysql-get-client-info.xml 
mysql-get-host-info.xml 
mysql-get-proto-info.xml 
mysql-get-server-info.xml 
mysql-info.xml 
mysql-insert-id.xml 
mysql-list-dbs.xml 
mysql-list-fields.xml 
mysql-list-processes.xml 
mysql-list-tables.xml 
mysql-num-fields.xml 
mysql-num-rows.xml 
mysql-ping.xml mysql-query.xml 
mysql-real-escape-string.xml 
mysql-result.xml 
mysql-select-db.xml 
mysql-stat.xml 
mysql-tablename.xml 
mysql-thread-id.xml 
mysql-unbuffered-query.xml 
  Log:
  fixed structures and added example for mysql_result()
  Index: phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.7 
phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.8
--- phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml:1.7 Sat May 17 
14:33:59 2003
+++ phpdoc/en/reference/mysql/functions/mysql-affected-rows.xml Wed Jul  9 11:07:29 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 !-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 --
   refentry id=function.mysql-affected-rows
refnamediv
@@ -73,13 +73,13 @@
   /programlisting
   para
   The above example would produce the following output:
-   screen
+  /para
+  screen
 ![CDATA[
 Records deleted: 10
 Records deleted: 0
 ]]
-   /screen
-  /para
+  /screen
  /example
  example
   titleUpdate-Query/title
@@ -100,17 +100,17 @@
   /programlisting
   para
The above example would produce the following output:
-   screen
+  /para
+  screen
 ![CDATA[
 Updated Records: 10
 ]]
-   /screen
-  /para
+  /screen
  /example 
 /para
 para
- See also: functionmysql_num_rows/function,
-   functionmysql_info/function.
+ See also functionmysql_num_rows/function,
+ functionmysql_info/function.
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/mysql/functions/mysql-client-encoding.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-client-encoding.xml:1.3 
phpdoc/en/reference/mysql/functions/mysql-client-encoding.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-client-encoding.xml:1.3   Tue May 27 
19:26:56 2003
+++ phpdoc/en/reference/mysql/functions/mysql-client-encoding.xml   Wed Jul  9 
11:07:29 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/mysql.xml, last change in rev 1.100 --
   refentry 

[PHP-DOC] Re: make: *** [test] Error 1

2003-07-09 Thread Mehdi


I'm trying to make test on the en tree, but I get some errors :
  http://didou.keliglia.com/build.html
Can someone tell me what's going wrong ? (yes, I did a cvs up)
Just doing ./configure again and make test solved the problem
Sorry for the news and thank you Andrew ;)
Mehdi

 



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


[PHP-DOC] cvs: phpdoc /en/reference/dbx constants.xml reference.xml /en/reference/dbx/functions dbx-connect.xml

2003-07-09 Thread Marc Boeren
mboeren Wed Jul  9 12:40:04 2003 EDT

  Modified files:  
/phpdoc/en/reference/dbxconstants.xml reference.xml 
/phpdoc/en/reference/dbx/functions  dbx-connect.xml 
  Log:
  Document addition of SQLite support in DBX (Marc).
  
  
Index: phpdoc/en/reference/dbx/constants.xml
diff -u phpdoc/en/reference/dbx/constants.xml:1.6 
phpdoc/en/reference/dbx/constants.xml:1.7
--- phpdoc/en/reference/dbx/constants.xml:1.6   Wed May 28 19:03:07 2003
+++ phpdoc/en/reference/dbx/constants.xml   Wed Jul  9 12:40:04 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
  section id=constants.dbx
  reftitle.constants;
  extension.constants;
@@ -74,6 +74,17 @@
  term
   constantDBX_SYBASECT/constant 
   (typeinteger/type)
+ /term
+ listitem
+  simpara
+   
+  /simpara
+ /listitem
+/varlistentry
+varlistentry
+ term
+  constantDBX_SQLITE/constant 
+  (typeinteger/type) (cvs only)
  /term
  listitem
   simpara
Index: phpdoc/en/reference/dbx/reference.xml
diff -u phpdoc/en/reference/dbx/reference.xml:1.11 
phpdoc/en/reference/dbx/reference.xml:1.12
--- phpdoc/en/reference/dbx/reference.xml:1.11  Wed Nov 27 19:42:43 2002
+++ phpdoc/en/reference/dbx/reference.xml   Wed Jul  9 12:40:04 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.11 $ --
+!-- $Revision: 1.12 $ --
 
 !-- 
 If anyone from the translator group has problems with the 
@@ -65,6 +65,11 @@
   listitem
simpara
 link linkend=ref.oci8Oracle (oci8)/link (available from PHP 4.3.0).
+   /simpara
+  /listitem
+  listitem
+   simpara
+link linkend=ref.sqliteSQLite/link (cvs only).
/simpara
   /listitem
  /itemizedlist
Index: phpdoc/en/reference/dbx/functions/dbx-connect.xml
diff -u phpdoc/en/reference/dbx/functions/dbx-connect.xml:1.6 
phpdoc/en/reference/dbx/functions/dbx-connect.xml:1.7
--- phpdoc/en/reference/dbx/functions/dbx-connect.xml:1.6   Tue Feb 11 18:13:12 
2003
+++ phpdoc/en/reference/dbx/functions/dbx-connect.xml   Wed Jul  9 12:40:04 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 !-- splitted from ./en/functions/dbx.xml, last change in rev 1.3 --
   refentry id=function.dbx-connect
refnamediv
@@ -67,6 +67,11 @@
   listitem
simpara
 constantDBX_OCI8/constant or oci8 (available from PHP 4.3.0)
+   /simpara
+  /listitem
+  listitem
+   simpara
+constantDBX_SQLITE/constant or sqlite (cvs only)
/simpara
   /listitem
  /itemizedlist



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



[PHP-DOC] #24568 [NEW]: IIS 5 instructions irrelevant

2003-07-09 Thread p dot wolstenholme at computer dot org
From: p dot wolstenholme at computer dot org
Operating system: MS Windows 2000 Pro
PHP version:  4.3.1
PHP Bug Type: Documentation problem
Bug description:  IIS 5 instructions irrelevant

Description:

For  IIS 4, the current manual says:
 If you want to use the CGI binary, do the following: 

 Under 'Home Directory', 'Virtual Directory',  or 'Directory', click on
the 'Configuration' button, and  then enter the App Mappings tab. 

 Click Add, and in the Executable box, type:  c:\php\php.exe (assuming
that you have unziped PHP in c:\php\). 

My W2000 has IIS 5 and these instructions are meaningless. No such tabs or
buttons. I have checked all the tricks I could find, and php runs php -i
from the command line O.K., but I can not inform IIS about its presence.
Not bug 16336!


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


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



[PHP-DOC] #24571 [NEW]: preg ungreedy modifier documentation unclear

2003-07-09 Thread matthewb at syrah dot us
From: matthewb at syrah dot us
Operating system: Irrelevant
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  preg ungreedy modifier documentation unclear

Description:

The preg documentation for setting the ungreedy modifier in the middle of
a pattern is unclear on this page:

http://www.php.net/manual/en/pcre.pattern.modifiers.php

In the U (PCRE_UNGREEDY) section it says: 

It [the ungreedy modifier] can also be set by a (?U) modifier setting
within the pattern.

This is confusing.  Why is the U inside the parentheses?  Why are the
parentheses even here?  As far as I can tell, neither the parentheses nor
the U have anything to do with using ? to make a particular quantifier
ungreedy within a pattern.  Specifically, neither /,.*?U,/ nor /,.*(?U),/
seem to make the * ungreedy.

In my opinion, it would be more clear to say:

The ungreedy modifier can also be applied to individual quantifiers
within a pattern by placing a ? after the quantifier. For example
/,.*?,/ will ungreedily match characters between the commas.

(Aside: I admit that the effects of the ? inside patterns is well
documented on this page:

http://www.php.net/manual/en/pcre.pattern.syntax.php

But unfortunately the word ungreedy, while it does appear on the page,
does not appear near the section describing the ungreedy effects of ?.)

Many thanks.


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


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



[PHP-DOC] #24568 [Opn-Bgs]: IIS 5 instructions irrelevant

2003-07-09 Thread fmk
 ID:   24568
 Updated by:   [EMAIL PROTECTED]
 Reported By:  p dot wolstenholme at computer dot org
-Status:   Open
+Status:   Bogus
 Bug Type: Documentation problem
 Operating System: MS Windows 2000 Pro
 PHP Version:  4.3.1
 New Comment:

I have Win2000 as well and the instructions are ok.

You get to these pages by viewing Propperties on the web site (Home
Directory tab), A virtual Directory or a Directory within the web site.


Previous Comments:


[2003-07-09 15:59:16] p dot wolstenholme at computer dot org

Description:

For  IIS 4, the current manual says:
 If you want to use the CGI binary, do the following: 

 Under 'Home Directory', 'Virtual Directory',  or 'Directory', click
on the 'Configuration' button, and  then enter the App Mappings tab. 

 Click Add, and in the Executable box, type:  c:\php\php.exe (assuming
that you have unziped PHP in c:\php\). 

My W2000 has IIS 5 and these instructions are meaningless. No such tabs
or buttons. I have checked all the tricks I could find, and php runs
php -i from the command line O.K., but I can not inform IIS about its
presence. Not bug 16336!






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


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