KentarouTakeda
f5419b6edd
Fix PGSQL_TRACE_SUPPRESS_TIMESTAMPS version: 8.3.0 → 8.4.20 ( #5422 )
...
Due to a preprocessor guard typo in pgsql.stub.php
(`PQTRACE_SUPPPRESS_TIMESTAMPS` — triple P), this constant was
never registered. Fixed in php-src and will be available from
PHP 8.4.20.
php-src fix: https://github.com/php/php-src/pull/21386
For patch-version notation precedent, see MYSQLI_REFRESH_REPLICA
(Available as of PHP 8.1.2, doc-en PR #1006 ).
2026-03-14 11:31:04 +00:00
KentarouTakeda
3c6c95fcfd
PHP 8.4: pgsql: Add pg_set_chunked_rows_size, PGSQL_TUPLES_CHUNK ( #4117 )
...
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2024-11-21 21:50:47 +00:00
haszi
63916fd88a
Add PGSQL_ERRORS_SQLSTATE constant ( #3510 )
2024-06-30 19:55:51 +01:00
Mikhail Alferov
cb25637724
Update constants.xml
...
Typo "fieds" → "fields"
2023-12-24 16:29:26 +00:00
Mikhail Alferov
74f6297a1b
Amended of funcion name in pgsql/constants.xml
...
The funcion pg_set_error_context_set_visibility() doesn't exists, probably typo
2023-12-24 16:29:26 +00:00
David CARLIER
3f2e2d4a8c
[PHP 8.3] pg_trace update ( #2961 )
2023-11-22 18:42:31 +00:00
David CARLIER
ebd624e434
[PHP 8.3] pgsql update ( #2955 )
...
[PHP 8.3] pgsql update
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2023-11-22 06:05:30 +00:00
David CARLIER
9d6701a720
Revert ext/pgsql pipeline mode documentation after revert ( #2953 )
...
* Revert "[skip-revcheck] fixed typo in pgsql constants update (#2951 )"
This reverts commit b286de7e88 .
* Revert "deleted needless example description <para>, part II."
This reverts commit 1f5de88647 .
* Revert "deleted needless example description <para>."
This reverts commit 98f571b5cf .
* Revert "[PHP 8.3] pgsql constants update (#2941 )"
This reverts commit 842c0ebebf .
* Revert "ext/pgsql: document new PHP 8.3 functions (#2934 )"
This reverts commit 4d566363a3 .
2023-11-21 00:23:34 +00:00
Yoshinari Takaoka
b286de7e88
[skip-revcheck] fixed typo in pgsql constants update ( #2951 )
2023-11-19 19:35:32 +09:00
David CARLIER
842c0ebebf
[PHP 8.3] pgsql constants update ( #2941 )
...
[PHP 8.3] pgsql constants update
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2023-11-15 08:00:53 +00:00
Máté Kocsis
5bc8ebe3c1
Synchronize predefined constants with stubs - part 3 ( #2742 )
...
Fix wrong constant types. Apparently, in some cases, the type of the relevant option is documented as the constant type.
2023-09-05 11:16:57 +01:00
Máté Kocsis
5e9500ddad
[skip-revcheck] Syncronize predefined constants with stubs - part 1 ( #2739 )
...
Preparation commit for syncing constants with stub.
This reformats the page, which is mainly just whitespace changes.
2023-09-04 23:37:50 +01:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 ( #545 )
2021-04-24 20:01:17 +03:00
Christoph M. Becker
fa7cb182a0
PGSQL_LIBPQ_VERSION_STR is deprecated as of PHP 8.0.0
...
We also fix the constant names; the migration and UPGRADING got that
wrong[1].
[1] <2e854791af >
2020-12-31 00:39:30 +01:00
Christoph Michael Becker
86e6094e86
Use canonical type names
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
f211666868
PostgresSQL: add missing constants & annotate since version
...
Updating: https://www.php.net/manual/en/pgsql.constants.php
* Add a few constants which weren't listed, but were added in PHP 5.6 / PHP 7.3.
* Annotate the `since` version for various constants.
Refs:
* https://www.php.net/manual/en/migration56.constants.php#migration56.constants.pgsql
* https://www.php.net/manual/en/migration73.constants.php#migration73.constants.pgsql
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349989 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-28 07:02:36 +00:00
Christoph Michael Becker
d2ab5f1003
Add the PGSQL_DIAG_SEVERITY_NONLOCALIZED Constant and details
...
--
Provided by anonymous 93865 (neranjan125@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345760 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-01 17:30:47 +00:00
Jakub Vrana
5ad34a5a05
Document pg_last_notice(, option)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344147 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-01 11:55:49 +00:00
Adam Harvey
dc136f50a3
Add new PostgreSQL functions and constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334633 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 04:27:35 +00:00
Yasuo Ohgaki
d2cb67973d
Fixed bug #65638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334209 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-09 05:45:07 +00:00
Yasuo Ohgaki
4501571c0d
Update pgsql for 5.6.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332864 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-17 02:21:22 +00:00
Jakub Vrana
4de5cce5d8
Linkable reference constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Antony Dovgal
1b14e8748a
fix copy/paste typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314242 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-04 11:07:49 +00:00
Pierrick Charron
2dea760475
Fixed bug #54841
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311198 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-18 15:52:47 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
ddcceba83e
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283831 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:37:21 +00:00
Philip Olson
173f0bdc2e
MFB: Upgrade to the new-reference-structure
...
- Split reference.xml into book.xml, setup.xml, and examples.xml
- Moved from reference.xml to book.xml:
- The intro text (partintro), and link to various pages
- Moved from reference.xml to setup.xml:
- The rest: requirements, installation, configuration, and resources
- Changed the constants section to be an <appendix>
- Changed the intro ID from <extname>.intro to intro.<extname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248799 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-23 04:15:57 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Christopher Kings-Lynne
40dca4563b
- Fix erroneous pg_result_status docs. Document pg_convert
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185607 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-02 01:46:15 +00:00
Christopher Kings-Lynne
2c48aaf9a9
- Convert more pgsql docs to new docs style. Add undocumented constant. Update reference.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183634 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 05:55:14 +00:00
Christopher Kings-Lynne
728feed4d1
- Document all ext/pgsql constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183473 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-03 09:51:51 +00:00
Christopher Kings-Lynne
f874069b81
- Document the optional second parameter to pg_result_status()
...
# This optional second parameter has existed since at least 5.0.0, why
# was it not documented?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182904 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-26 08:08:35 +00:00
Christopher Kings-Lynne
2e95af0fd1
- Document new pg_set_error_verbosity() function.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182691 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-23 03:11:05 +00:00
Christopher Kings-Lynne
309b32626c
Add basic documentation for all the new pgsql module functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182478 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-20 08:54:31 +00:00
Philip Olson
5a36bf3125
Replace <link linkend="language.types.x">x</link> with <type>x</type>.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129076 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-28 23:03:10 +00:00
Friedhelm Betz
7ac01b9dc8
new structure applied and constants added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91142 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-07 10:01:28 +00:00