Here's a third set of typographical errors in the PHP English documentation. Could someone with CVS access please commit them for me?
What does it take for me to get sufficient privileges to be able to commit changes like these myself? Also, now that I've pretty much finished with the typos, I'd like to move on and edit the main manual text itself - perhaps to add some clarity in places, or just to add more examples where they are thin on the ground. Should I submit that sorta thing to this list also? Thanks, --Paul ----- http://uk.php.net/manual/en/ref.ccvs.php "allowing you to directly work with" - "allowing you to work directly with" "PHP Will attempt to look in the" - "PHP will" http://uk.php.net/manual/en/ref.muscat.php "any memory back to php" - "PHP" "api" - "API" (multiple) http://uk.php.net/manual/en/ref.domxml.php "The domxml extension has been overhauled in PHP Version 4.3.0 in favour of a better compliance of the DOM standard" - "The domxml extension has been overhauled in PHP 4.3.0 to provide better compliance with the DOM standard" "There a quite some functions which do not fit" - "There are quite a few functions that do not fit" "Deprecated functions and its replacements" - "Deprecated functions and their replacements" "require a xml" "require an XML" http://uk.php.net/manual/en/ref.aspell.php "use spell-checking capabilities in php" - "PHP" http://uk.php.net/manual/en/ref.msql.php "you must compile php with msql " - "PHP" http://www.php.net/manual/en/faq.databases.php "construct your tables in access" - "Access" http://www.php.net/manual/en/function.getimagesize.php "Some Programs use these APP markers to embedd text" - "Some programs use these APP markers to embed text" "A very common one in to embed" - "A very common use is to embed" http://uk.php.net/manual/en/function.iptcparse.php This is an image function - how come it is listed in misc. rather than in image functions? Could at least a link be placed somewhere in the image section? Or in http://www.php.net/manual/en/function.iptcembed.php, which *is* under images? :) http://www.php.net/manual/en/function.imagecopy.php Just to make the function definition a little more obvious to the reader... "int imagecopy ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h) Copy a part of src_im onto dst_im starting at the x,y coordinates src_x, src_y with a width of src_w and a height of src_h. The portion defined will be copied onto the x,y coordinates, dst_x and dst_y. " - "int imagecopy ( resource dest_image, resource source_image, int dest_x, int dest_y, int source_x, int source_y, int source_width, int source_height) Copy a part of source_image onto dest_image starting at the x,y coordinates source_x, source_y with a width of source_width and a height of source_height. The portion defined will be copied onto the x,y coordinates, dest_x and dest_y. http://uk.php.net/manual/en/ref.snmp.php "including their respective object id withing the specified" - "including their respective object ID within the specified" http://uk.php.net/manual/en/ref.iconv.php "Iconv library function converts files between various encoded character sets" - "The iconv library functions convert files between various character sets encodings." http://uk.php.net/manual/en/ref.pfpro.php "These functions have been added in PHP 4.0.2." - "These functions were added in PHP 4.0.2." http://uk.php.net/manual/en/ref.wddx.php "which comes with apache 1.3.7 or higher" - "Apache" _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php