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

2003-07-07 Thread Brad House
hpdoc/scripts/xml_proto.php:1.9 --- phpdoc/scripts/xml_proto.php:1.8Thu May 22 12:57:18 2003 +++ phpdoc/scripts/xml_proto.phpMon Jul 7 23:29:13 2003 @@ -16,7 +16,7 @@ # | Authors: Brad House <[EMAIL P

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

2003-07-07 Thread Brad House
bradmsswTue Jul 8 00:29:22 2003 EDT Modified files: /phpdoc/en/reference/mcve reference.xml Log: forgot to link in constants into reference.xml Index: phpdoc/en/reference/mcve/reference.xml diff -u phpdoc/en/reference/mcve/reference.xml:1.6 phpdoc/en

[PHP-DOC] documentation update needs to be committed

2005-11-14 Thread Brad House
At one point in time, I had phpdoc cvs commit access, I guess I do not any more... (username bradmssw). I've got a fairly substantial documentation update that needs to be committed to phpdoc for mcve. I've attached a .tar.gz of the mcve subdirectory of phpdoc/en/reference/ with the exact conten

[PHP-DOC] cvs: phpdoc /entities global.ent

2005-11-15 Thread Brad House
bradmsswTue Nov 15 15:37:51 2005 EDT Modified files: /phpdoc/entitiesglobal.ent Log: mcve: update documentation location http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.249&r2=1.250&ty=u Index: phpdoc/entities/global.ent diff -u phpdoc/en

Re: [PHP-DOC] documentation update needs to be committed

2005-11-15 Thread Brad House
Ok, now I just need to figure out why the heck I had checked out phpdoc as 'cvsread' instead of my user... Sorry about that, think I had one too many energy drinks last night. -Brad Nuno Lopes wrote: I've cheked the the permissions, and you still have phpdoc write access. So go ahead and commi

[PHP-DOC] Documentation for MCVE Extension

2002-08-20 Thread Brad House
, and simply have the intro link this document. Thanks for your help. - Brad House Sr. Developer Main Street Softworks, Inc. [EMAIL PROTECTED] (352) 378-8228 - -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP-DOC] Documentation for MCVE Extension

2002-08-20 Thread Brad House
e it. Thanks. -Brad Rasmus Lerdorf wrote: > The easiest would be if you could apply for a cvs account and put these > docs into PHP's docbook framework. See http://www.php.net/cvs-php.php > > -Rasmus > > On Tue, 20 Aug 2002, Brad House wrote: > > >>I have co

[PHP-DOC] auto-generation of prototype .xml files

2002-08-20 Thread Brad House
It appears as though there was some sort of script run on the MCVE extension that auto-generated .xml files from the prototypes listed in the extension. Where can I get this script, or can someone run it for me before I start committing changes? There have been quite a few new functions added ...

[PHP-DOC] Generation of documentation

2002-10-20 Thread Brad House
Is there a script available to generate the necessary base .xml files by reading the proto definitions of an extension? It appears as though there must/might be. If so, I need to run it on the mcve extension. If not, please let me know too, so I can get started on the long way around. Thanks. -B

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

2002-10-20 Thread Brad House
bradmsswSun Oct 20 23:31:03 2002 EDT Modified files: /phpdoc/en/reference/mcve reference.xml Log: initial real docs Index: phpdoc/en/reference/mcve/reference.xml diff -u phpdoc/en/reference/mcve/reference.xml:1.3 phpdoc/en/reference/mcve/reference.

[PHP-DOC] cvs: phpdoc /en/reference/mcve/functions mcve-adduser.xml mcve-adduserarg.xml mcve-bt.xml mcve-checkstatus.xml mcve-chkpwd.xml mcve-chngpwd.xml mcve-completeauthorizations.xml mcve-connect.xml mcve-connectionerror.xml mcve-deleteresponse.xml mcve-deletetrans.xml mcve-deleteusersetup.xml mcve-deluser.xml mcve-destroyconn.xml mcve-destroyengine.xml mcve-disableuser.xml mcve-edituser.xml mcve-enableuser.xml mcve-force.xml mcve-getcell.xml mcve-getcellbynum.xml mcve-getcommadelimited.xml mcve-getheader.xml mcve-getuserarg.xml mcve-getuserparam.xml mcve-gft.xml mcve-gl.xml mcve-gut.xml mcve-initconn.xml mcve-initengine.xml mcve-initusersetup.xml mcve-iscommadelimited.xml mcve-liststats.xml mcve-listusers.xml mcve-maxconntimeout.xml mcve-monitor.xml mcve-numcolumns.xml mcve-numrows.xml mcve-override.xml mcve-parsecommadelimited.xml mcve-ping.xml mcve-preauth.xml mcve-preauthcompletion.xml mcve-qc.xml mcve-responseparam.xml mcve-return.xml mcve-returncode.xml mcve-returnstatus.xml mcve-sale.xml mcve-setblocking.xml mcve-setdropfile.xml mcve-setip.xml mcve-setssl.xml mcve-settimeout.xml mcve-settle.xml mcve-text-avs.xml mcve-text-code.xml mcve-text-cv.xml mcve-transactionauth.xml mcve-transactionavs.xml mcve-transactionbatch.xml mcve-transactioncv.xml mcve-transactionid.xml mcve-transactionitem.xml mcve-transactionssent.xml mcve-transactiontext.xml mcve-transinqueue.xml mcve-transnew.xml mcve-transparam.xml mcve-transsend.xml mcve-ub.xml mcve-uwait.xml mcve-verifyconnection.xml mcve-verifysslcert.xml mcve-void.xml

2002-10-20 Thread Brad House
bradmsswSun Oct 20 23:28:15 2002 EDT Added files: /phpdoc/en/reference/mcve/functions mcve-connectionerror.xml mcve-deletetrans.xml mcve-getuserparam.xml

[PHP-DOC] cvs: phpdoc / manual.xml.in

2002-10-20 Thread Brad House
bradmsswSun Oct 20 23:33:33 2002 EDT Modified files: /phpdoc manual.xml.in Log: uncomment mcve extension docs Index: phpdoc/manual.xml.in diff -u phpdoc/manual.xml.in:1.137 phpdoc/manual.xml.in:1.138 --- phpdoc/manual.xml.in:1.137 Fri Oct 11 14:3

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

2002-10-21 Thread Brad House
found it: http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server it's $argc=$_SERVER["argc"]; $argv=$_SERVER["argv"]; for future reference... -Brad Gabor Hojtsy wrote: what I really meant, was is there a way to do it if register_globals was off? There's obviousl

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

2002-10-21 Thread Brad House
I probably would have written it in PHP, if I knew how to get arguments off the command line ... If someone could tell me how to do that, I'd be glad to convert it to PHP -Brad Gabor Hojtsy wrote: goba Mon Oct 21 11:53:27 2002 EDT Added files: /phpdoc/scripts xml_pr

Re: [PHP-DOC] Generation of documentation

2002-10-21 Thread Brad House
Nevermind on this ... I wrote a quick C program to do this for me. I've attached it for anyone else that wants it Just: gcc -Wall -O3 -o xml_proto xml_proto.c Then pass the php extension.c file to the new program, and it will spit out a crapload of files based on the protos. Worked for me.

[PHP-DOC] /scripts xml_proto.c -- PHP conversion

2002-10-21 Thread Brad House
ipt (or my own for that matter) should rely on it being on. There is no need to. Anyway, just a "thanks" :) Philip P.S. http://www.php.net/features.commandline P.S.S. Oh dear, that man page assumes register_globals being on! Will change that sometime. On Mon, 21 Oct 2002, Brad Hou

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

[PHP-DOC] New xml_proto.php -- greatly improved

2002-10-26 Thread Brad House
cense and are unable to | # | obtain it through the world wide web, please send a note to | # | [EMAIL PROTECTED] so we can mail you a copy immediately| # +--+ # | Authors: Brad House <[EMAIL P

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

2002-10-27 Thread Brad House
1.4 phpdoc/scripts/xml_proto.php:1.5 --- phpdoc/scripts/xml_proto.php:1.4 Sun Oct 27 05:02:55 2002 +++ phpdoc/scripts/xml_proto.php Sun Oct 27 15:13:00 2002 @@ -16,7 +16,7 @@ # | Authors: Brad House <[EMAIL PRO