[PHP-DOC] Getting started with the docs

2007-09-06 Thread Paul Reinheimer
mind? thanks paul -- Paul Reinheimer Zend Certified Engineer

[PHP-DOC] [patch] First attempt to play with the docs

2007-09-07 Thread Paul Reinheimer
I added a simple explanation of how that is handled, and why it is a special case. paul -- Paul Reinheimer Zend Certified Engineer Index: reference.xml === RCS file: /repository/phpdoc/en/reference/simplexml/reference.xml,v retrievin

[PHP-DOC] [patch] Second attempt at working with a patch

2007-09-07 Thread Paul Reinheimer
Thanks to some pointers on IRC this is my second attempt. Fixed spelling mistakes Moved the CDATA declarations onto their own line Replaced tabs with spaces. paul -- Paul Reinheimer Zend Certified Engineer Index: reference.xml

[PHP-DOC] Patch and structure question

2007-09-12 Thread Paul Reinheimer
sort of an if structure. var_dump() makes the most sense to me, but it has the requirement of understanding what it is paul -- Paul Reinheimer Zend Certified Engineer is_int.patch Description: Binary data

Re: [PHP-DOC] Patch and structure question

2007-09-12 Thread Paul Reinheimer
go for a hybrid and indicate both.. But the doc docs indicate a preference for being short. I brought this up because I wasn't sure if there is a clear cut rule on the issue. Overall, I think the addition of the word type in the defenition of the function is really the biggest improvement I made. paul -- Paul Reinheimer Zend Certified Engineer

[PHP-DOC] patch for is_float and is_string

2007-09-16 Thread Paul Reinheimer
I'm working on adding examples to the is_* functions. Please find some patches attached. Comments please. In particular, is my commenting of the sceintific notation used apropriate. paul -- Paul Reinheimer Zend Certified Engineer ? is_stuff.diff.txt Index: is-floa

[PHP-DOC] Patch for mysql_escape_string

2007-09-22 Thread Paul Reinheimer
Please find a patch for mysql_escape_string attached, I'd like to commit so people know which characters are actually getting escaped, it took me a long time to figgure it out :) http://blog.preinheimer.com/index.php?/archives/247-addslashes-vs-mysql_escape_string.html#extended paul --

Re: [PHP-DOC] Patch for mysql_escape_string

2007-10-02 Thread Paul Reinheimer
Thanks for the feedback, Comments/questions - Removed the whitespace, thanks - According to the ascii chart's i've read the official name for that character is Substitue, ? - Moved the note, considered a warning, but chickened out patch attachd paul -- Paul Reinheimer Zend

Re: [PHP-DOC] Ctype and PHP 6

2007-12-04 Thread Paul Reinheimer
This question came up while I was heading to the Airport with Sara Golemon. The ctype libraries are based on some underlying libraries that handle the checks, but don't handle unicode. There will be a new library that does ctype_* like functionality, under a new name. We can't simply make the ctype

[PHP-DOC] count_chars

2007-12-24 Thread Paul Reinheimer
7;s to commit feel free, or I'll come up with something upon my return. -- Paul Reinheimer Zend Certified Engineer

[PHP-DOC] Patch for list() function

2008-02-19 Thread Paul Reinheimer
repository/phpdoc/en/reference/array/functions/list.xml,v retrieving revision 1.18 diff -r1.18 list.xml 13c13 < mixed... --- > mixed... Short version, you can invoke list with a single parameter, which while silly, makes the current docs incorrect. paul p.s. I'm back :) -- Paul Rein

[PHP-DOC] New tool in the wings for version comparison

2008-03-22 Thread Paul Reinheimer
member to join, phpc is a bit more likely, or php on efnet) if there's some code you'd like to see run. I'd like to open up access a bit more if i can figgure out an easy way to make doing so "safe". paul -- Paul Reinheimer Zend Certified Engineer

[PHP-DOC] How to link to reserved words?

2008-08-05 Thread Paul Reinheimer
Hey all How do I link to a reserved word in the see also section? Ideally I want to link file_get_contents() to http://ca.php.net/manual/en/reserved.variables.httpresponseheader.php paul -- Paul Reinheimer Zend Certified Engineer