[PHP-DOC] PHP Account

2004-01-28 Thread Ray Hunter
I had a php account for documentation and I am wondering...what is the url to check on that account? Thanks, Ray

[PHP-DOC] cvs: phpdoc /en/reference/ldap/functions ldap-bind.xml

2002-12-09 Thread Ray Hunter
ray Mon Dec 9 12:22:39 2002 EDT Modified files: /phpdoc/en/reference/ldap/functions ldap-bind.xml Log: Fixed brace problem. Index: phpdoc/en/reference/ldap/functions/ldap-bind.xml diff -u phpdoc/en/reference/ldap/functions/ldap-bind.xml:1.3

Re: [PHP-DOC] cvs: phpdoc /en/reference/ldap/functionsldap-bind.xml

2002-12-09 Thread Ray Hunter
wrote: Also you may want to reread the coding standard, I thought the howto mentions this... if ($foo) { boo(); } NOT if ($foo { boo(); } Regards, Philip On 9 Dec 2002, Ray Hunter wrote: Yeah, CVS moved the brace over from the main if( $ldapconn ) block

[PHP-DOC] cvs: phpdoc /en/reference/ldap/functions ldap-bind.xml

2002-12-09 Thread Ray Hunter
ray Mon Dec 9 15:25:54 2002 EDT Modified files: /phpdoc/en/reference/ldap/functions ldap-bind.xml Log: Fixed examples to coding standards. Index: phpdoc/en/reference/ldap/functions/ldap-bind.xml diff -u

[PHP-DOC] cvs: phpdoc /en/reference/ldap/functions ldap-bind.xml

2002-12-08 Thread Ray Hunter
ray Sun Dec 8 22:27:15 2002 EDT Modified files: /phpdoc/en/reference/ldap/functions ldap-bind.xml Log: Added 2 examples demonstrating ldap_bind. Index: phpdoc/en/reference/ldap/functions/ldap-bind.xml diff -u

[PHP-DOC] Commit question

2002-12-03 Thread Ray Hunter
If i commit a change to an doc file, do i have to tag it in anyway or will that be done automatically? -- Ray Hunter -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-12-02 Thread Ray Hunter
ray Mon Dec 2 10:13:07 2002 EDT Modified files: /phpdoc/en/reference/ldap/functions ldap-connect.xml Log: Added 2 examples demonstrating ldap-connect. Index: phpdoc/en/reference/ldap/functions/ldap-connect.xml diff -u

Re: [PHP-DOC] LDAP Examples

2002-11-22 Thread Ray Hunter
Does anyone have any complaints about the 2 examples that i added to ldap-connect.xml? If not then i will go ahead and commit it to cvs -- Ray On Thu, 2002-11-21 at 16:21, Ray Hunter wrote: I would like to add a bunch of examples to the LDAP extension functions. Could everyone give me

[PHP-DOC] Doc location question

2002-11-21 Thread Ray Hunter
me in the write direction? Thanks, -- Ray Hunter email: [EMAIL PROTECTED] www:http://venticon.com -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] Doc location question

2002-11-21 Thread Ray Hunter
. Basically, I would like to know in what file contains the introduction section? On Thu, 2002-11-21 at 14:03, Derick Rethans wrote: On 21 Nov 2002, Ray Hunter wrote: First, I am new to the whole layout of the doc section. I would like to add some examples for the ldap extension. I have

Re: [PHP-DOC] Doc location question

2002-11-21 Thread Ray Hunter
Nevermind, i am a dumb ass... i am total spacing it... On Thu, 2002-11-21 at 14:03, Derick Rethans wrote: On 21 Nov 2002, Ray Hunter wrote: First, I am new to the whole layout of the doc section. I would like to add some examples for the ldap extension. I have downloaded the phpdoc

[PHP-DOC] LDAP Examples

2002-11-21 Thread Ray Hunter
+// that you issued your secure certificate to +$ldaphost = 'ldaps://ldap.example.com/'; + +// Connecting to LDAP +$ldapconn = ldap_connect( $ldaphost ) + or die( Could not connect to {$ldaphost} ); + +? +]] + /programlisting +/example /refsect1 /refentry -- Ray Hunter

[PHP-DOC] LDAP Documentation

2002-11-19 Thread Ray Hunter
Who is in charge of doing the LDAP documentation. I would like to help on the documentation and provide some examples of use. -- Ray Hunter email: [EMAIL PROTECTED] www:http://venticon.com -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-DOC] LDAP Documentation

2002-11-19 Thread Ray Hunter
, Philip On 19 Nov 2002, Ray Hunter wrote: Who is in charge of doing the LDAP documentation. I would like to help on the documentation and provide some examples of use. -- Ray Hunter email: [EMAIL PROTECTED] www:http://venticon.com -- PHP