Login Register Actian.com  

Actian Community Wiki

Navigation
Learn About
Developing With
Ingres Talk
Information
Toolbox

PHP/Projects/Documentation Review

From Ingres Community Wiki

< PHP | Projects(Redirected from PHP Doc Review)
Jump to: navigation, search

Contents

Introduction

This page is the collaboration point for the March '09 Ingres PHP documentation review. If you wish to review the PHP Ingres docs please contact grantc@php.net.

Doc links

Comments / Bugs

Open

Page Comment Who
function.ingres-execute.html ingres_execute() is missing User:Grant
function.ingres-prepare.html ingres_prepare() is missing User:Grant

Closed

Page Comment Who Resolved?
ingres.installation.html Missing --enable-ingres2 information User:Grant Fixed
ingres.installation.html "you must compile PHP with Ingres support" - but it is a PECL extension - no need to recompile PHP. User:Alex Fixed
ingres.installation.html Last paragraph: "expicitly" User:Alex Fixed
ingres.configuration.html ingres.describe - what happens, when this is set to Off? Maybe add a word about having to set the types manually when using parameters - maybe a link to [1] where this is explained? User:Alex Fixed
ingres.configuration.html ingres.max_links/ingres.max_persistent - Add note: Will not overwrite server settings, or something like that. Where server settings = ingres server User:Alex Fixed
ingres.configuration.html ingres.scrollable - Period missing after FALSE User:Alex Fixed
ingres.configuration.html Add links to the entries in the table to their definition below User:Grant Fixed
ingres.constants.html INGRES_NUM - arrays don't always start at 1 User:Alex Fixed
ingres.constants.html Link constants to the function(s) where they can be used User:Grant Fixed
function.ingres-autocommit.html Add note, that without autocommit, the user needs to commit or otherwise all his actions will be rolled back at the end of the script User:Alex Fixed
function.ingres-commit.html Same here - should be noted that without commit, the transaction will be rolled back User:Alex Fixed
function.ingres-connect.html At Parameters -> database: "Must follows"

At options -> group: "Speficfies"

At options -> timezone: "it will default the the value"

User:Alex Fixed
function.ingres-cursor.html Two times: "Returns an string" User:Alex Fixed
function.ingres-errno.html See Also -> Gets/Gets/Get User:Alex Fixed
function.ingres-error.html See Also -> Gets/Gets/Get User:Alex Fixed
function.ingres-errsqlstate.html See Also -> Gets/Gets/Get User:Alex Fixed
function.ingres-fetch-array.html Missing comma in first example query: "select t1.f1 as foo t2.f1 as bar" User:Alex Fixed
function.ingres-fetch-row.html No mentioning of array_index_start User:Alex Fixed
function.ingres-next-error.html "repsective" User:Alex Fixed
function.ingres-num-rows.html Still erases the result? Thought that had changed with scrollable cursors User:Alex Fixed
function.ingres-pconnect.html "Must follows" User:Alex Fixed
function.ingres-query.html Parameters -> types: "conntaining " User:Alex Fixed
function.ingres-set-environment.html "An vector array" User:Alex Fixed
function.ingres.ingres-connect.html References ingres not Ingres with capitalisation. User:Verde02 NOTB - ingres is the extension not the DBMS
function.ingres-fetch-proc-return.html ingres_fetch_proc_return() is missing User:Grant
function.ingres-charset.html Unrequired "}" in the ingres_charset code example gives PHP parse error User:Verde02 Fixed
function.ingres.ingres-cursor.html Code example gives error: "PHP Warning: ingres_prepare() expects parameter 1 to be resource, string given in..." User:Verde02 Fixed
function.ingres-query.html Example #2 Passing query parameters to ingres_query()
 1. Missing ";" on line starting with $query gives parse error
 2. PHP Warning:  ingres_fetch_row() expects parameter 1 to be resource, boolean given
User:Verde02 Fixed
function.ingres-result-seek.html Code Example #1 missing "}" above ingres_commit($link); User:verde02 Fixed
function.ingres-set-environment.html Examples do not work , no row returned. Note we have moved away from consistent use of $link to $conn User:Verde02 Fixed
ingres.examples-basic.html In the example, use "iitables" instead of "iirelation" since access to the catalogs is always encouraged to be done through the Ingres standard catalogs (like iitables) rather than the internal ones (like iirelation). User:lunbr01 Fixed
function.ingres.ingres-pconnect.html There are only 2 differences between ... normally written "only two differences", specifying characters User:Verde02 Fixed
Personal tools
© 2011 Actian Corporation. All Rights Reserved