Re: [PHP-DOC] Variables/Include Problem

2003-07-24 Thread Philip Olson
Hello Eric- Wrong list, have a look here: http://www.php.net/support.php php-general would be a more appropriate list. Regards, Philip On Thu, 24 Jul 2003, Eric Fleming wrote: > I am having some problems using variables in included files. Can someone > please look at my code below and se

[PHP-DOC] Variables/Include Problem

2003-07-24 Thread Eric Fleming
I am having some problems using variables in included files. Can someone please look at my code below and see how I might accomplish what I am trying to do? The content would go here. Now, when I try to reference the subnav variable in the inHeader.php or incFooter.php files, it comes up

[PHP-DOC] #24789 [Opn->WFx]: English error in strip_tags documentation

2003-07-24 Thread philip
ID: 24789 Updated by: [EMAIL PROTECTED] Reported By: chris dot blackburn at softhome dot net -Status: Open +Status: Wont fix Bug Type:Documentation problem PHP Version: Irrelevant New Comment: Not many people are familiar with this word, error is pretty clear though.

Re: [PHP-DOC] Files with executable permissions

2003-07-24 Thread Gabor Hojtsy
Some XML source files in the en/ tree have their executable permissions set [1]. Is there a specific reason for this? This is a bit confusing, for example for translators: I first thought it meant something like "Do not translate", or another warning about the file. Maybe they were inserted into th

Re: [PHP-DOC] Character encoding (UTF-8 vs ISO-8859-1)

2003-07-24 Thread Gabor Hojtsy
Hi! The default encoding for the PHP manual is ISO-8859-1. Some other languages get special encodings (you can find these in configure.in, around line 655). This gives problems for some common languages. If you take a look at the French translation of the echo function [ http://php.net/manual/fr/f

[PHP-DOC] cvs: phpdoc /dsssl/docbook/common dbl1he.ent

2003-07-24 Thread Moshe Doron
momoThu Jul 24 05:34:42 2003 EDT Modified files: /phpdoc/dsssl/docbook/commondbl1he.ent Log: make derick's openjade happy (hopefully) Index: phpdoc/dsssl/docbook/common/dbl1he.ent diff -u phpdoc/dsssl/docbook/common/dbl1he.ent:1.2 phpdoc/dsssl/docbo

[PHP-DOC] #24789 [NEW]: English error in strip_tags documentation

2003-07-24 Thread chris dot blackburn at softhome dot net
From: chris dot blackburn at softhome dot net Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: English error in strip_tags documentation Description: On the documentation for the strip_tags function (http://www.php.n

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions htmlentities.xml md5.xml sha1.xml strlen.xml

2003-07-24 Thread Philip Olson
philip Thu Jul 24 05:13:46 2003 EDT Modified files: /phpdoc/en/reference/strings/functions htmlentities.xml md5.xml sha1.xml strlen.xml Log: Added an example. Index: phpdoc/en/reference/strings/functions/

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions addslashes.xml stripslashes.xml

2003-07-24 Thread Philip Olson
philip Thu Jul 24 04:48:10 2003 EDT Modified files: /phpdoc/en/reference/strings/functions stripslashes.xml addslashes.xml Log: Drastically increase descriptions and example uses, added an example, and see al