[PHP-DOC] #20075 [Asn->Csd]: assert() callback doesn't get expression

2002-10-24 Thread derick
ID: 20075 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Documentation problem Operating System: RH 7.2 PHP Version: 4.3.0-pre1 Assigned To: derick Previous Comments: --

[PHP-DOC] cvs: phpdoc /en/reference/info/functions assert.xml

2002-10-24 Thread Derick Rethans
derick Fri Oct 25 01:47:49 2002 EDT Modified files: /phpdoc/en/reference/info/functions assert.xml Log: - Document passing of the condition to the assertion handler some more. Index: phpdoc/en/reference/info/functions/assert.xml diff -u phpdoc/en/reference/i

[PHP-DOC] #20075 [Opn->Asn]: assert() callback doesn't get expression

2002-10-24 Thread sniper
ID: 20075 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned -Bug Type: *General Issues +Bug Type: Documentation problem Operating System: RH 7.2 PHP Version: 4.3.0-pre1 -Assigned To:

Re: [PHP-DOC] Questions

2002-10-24 Thread Philip Olson
Please don't reply to me, reply to the list. Did you read that howto? Regards, Philip On Fri, 25 Oct 2002, Billie wrote: > That's fine,so can u tell me that how i can start?and how can i upload files > after i have done, and the main is who can i contact after i have finish, > and How many fi

Re: [PHP-DOC] Questions

2002-10-24 Thread Philip Olson
Hello Billie- I'm not sure what program you're referring to but if you want to help translate the PHP manual, have a look at the howto. Download it here: http://www.php.net/dochowto There is a section on translations. It also explains where the XML source files are located, which is through

[PHP-DOC] Questions

2002-10-24 Thread Billie
their are futher questions that sbout to join the team: 1. What can i do in this program? 2. Where can I get the source files? 3. should I need the setup any software? Billie

[PHP-DOC] cvs: phpdoc /howto README

2002-10-24 Thread Philip Olson
philip Thu Oct 24 20:36:27 2002 EDT Modified files: /phpdoc/howto README Log: Added: Where to get online howto, and the location of build.log Index: phpdoc/howto/README diff -u phpdoc/howto/README:1.4 phpdoc/howto/README:1.5 --- phpdoc/howto/README:1.4

[PHP-DOC] cvs: phpdoc /en/faq build.xml

2002-10-24 Thread Philip Olson
philip Thu Oct 24 20:15:10 2002 EDT Modified files: /phpdoc/en/faq build.xml Log: Added build.apache-sharedcore faq. Index: phpdoc/en/faq/build.xml diff -u phpdoc/en/faq/build.xml:1.18 phpdoc/en/faq/build.xml:1.19 --- phpdoc/en/faq/build.xml:1.18

[PHP-DOC] cvs: phpdoc /scripts xml_proto.php

2002-10-24 Thread Philip Olson
philip Thu Oct 24 17:48:44 2002 EDT Modified files: /phpdoc/scripts xml_proto.php Log: write_xml_files() : $Revision was being evaluated on commit, let's not allow that. Index: phpdoc/scripts/xml_proto.php diff -u phpdoc/scripts/xml_proto.php:1.2 phpdoc/

Re: [PHP-DOC] cvs: phpdoc /scripts xml_proto.php

2002-10-24 Thread Philip Olson
That makes sense :) On Thu, 24 Oct 2002, Gabor Hojtsy wrote: > > Hmm, $Revision automatically changed ... I swear my > > diff didn't show that :) Would \$Revision make a > > difference? > > > > - "\n" . > > > + "\n" . > > I don't think so. > > "\n" . > > wou

Re: [PHP-DOC] cvs: phpdoc /scripts xml_proto.php

2002-10-24 Thread Gabor Hojtsy
> Hmm, $Revision automatically changed ... I swear my > diff didn't show that :) Would \$Revision make a > difference? > > - "\n" . > > + "\n" . I don't think so. "\n" . would ;) The trick is that $ and Revision should not come after each other. in \$Revision th

Re: [PHP-DOC] cvs: phpdoc /scripts xml_proto.php

2002-10-24 Thread Philip Olson
Hmm, $Revision automatically changed ... I swear my diff didn't show that :) Would \$Revision make a difference? Regards, Philip On Thu, 24 Oct 2002, Philip Olson wrote: > philipThu Oct 24 16:52:36 2002 EDT > > Modified files: > /phpdoc/scripts xml_proto

[PHP-DOC] cvs: phpdoc /scripts xml_proto.php

2002-10-24 Thread Philip Olson
philip Thu Oct 24 16:52:36 2002 EDT Modified files: /phpdoc/scripts xml_proto.php Log: write_xml_files() : Check for references in argument names. & -> & Index: phpdoc/scripts/xml_proto.php diff -u phpdoc/scripts/xml_proto.php:1.1 phpdoc/scripts/xml_pro

Re: [PHP-DOC] cvs: phpdoc /en/reference/mcve/functions mcve-completeauthorizations.xml

2002-10-24 Thread Brad House
Yeah, that str_replace is fine, add it... I wrote that thing is such a short amount of time, I guess I didn't attempt to forsee stuff like &. Anyhow, I'm not really sure of PHP data types, I'm more of a C person, but what it creates is an array of integers. You pass the array by reference, and the

Re: [PHP-DOC] remote_addr

2002-10-24 Thread Hartmut Holzgraefe
mz wrote: Hi, I´m tryig to display IP address from user who visit my abc.php page. On system Win9x it is OK, but on Win2000, ME I see IP address which belong to firewall. Why? Code is: $ip = $_SERVER["REMOTE_ADDR"]; echo $ip; wrong list, ask php-general@ instead of php-doc@, please hint: pro

Re: [PHP-DOC] creating tables

2002-10-24 Thread Hartmut Holzgraefe
Tony Tzankoff wrote: Hello fellow PHPers... This is my first post and I am not sure if I am even posting to the right group, so please bear with me here. ok, but next time it is php-general@, not php-doc@, ok? $syst=mysql_query($cmnd) or die("COULD NOT CREATE TABLE"); you are overwriting you

[PHP-DOC] creating tables

2002-10-24 Thread Tony Tzankoff
Hello fellow PHPers... This is my first post and I am not sure if I am even posting to the right group, so please bear with me here. I have run into a seriously stubborn problem. I am trying to creat a table using the following code...but here is the catch: it only create the first table and not th

[PHP-DOC] remote_addr

2002-10-24 Thread mz
Hi, I´m tryig to display IP address from user who visit my abc.php page. On system Win9x it is OK, but on Win2000, ME I see IP address which belong to firewall. Why? Code is: $ip = $_SERVER["REMOTE_ADDR"]; echo $ip; -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: