php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #53359 Exemple for param_hook
Submitted: 2010-11-19 18:23 UTC Modified: 2010-11-19 19:23 UTC
From: jinmoku at hotmail dot com Assigned:
Status: Not a bug Package: PDO related
PHP Version: 5.3.3 OS:
Private report: No CVE-ID: None
 [2010-11-19 18:23 UTC] jinmoku at hotmail dot com
Description:
------------
hi, 
In PDO documentation appear somme constants :
PDO_PARAM_EVT_ALLOC
PDO_PARAM_EVT_FREE
PDO_PARAM_EXEC_PRE
PDO_PARAM_EXEC_POST
PDO_PARAM_FETCH_PRE
PDO_PARAM_FETCH_POST

http://www.php.net/manual/en/pdo.constants.php
http://www.php.net/manual/en/internals2.pdo.implementing.php

How to use them ?
thanks ;)




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-19 19:23 UTC] frozenfire@php.net
-Status: Open +Status: Bogus
 [2010-11-19 19:23 UTC] frozenfire@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

So far as I understand, the PDO::PARAM_EVT_* constants are only used internally, as part of the driver interface.

It might be a good idea to simply remove the constants from the pdo.constants ref, but for now it's not really something worth documenting, since it's strictly internal.
 [2010-11-19 19:50 UTC] jinmoku at hotmail dot com
ok this is what i thought, i think too it's a good to remove this contants.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 02:01:30 2024 UTC