Pierre Ambroise
e2db993fbd
Fix oci-set-call-timeout typo (GH-3675)
2024-08-22 22:34:29 +02:00
haszi
aca4a6319c
Add missing OCI8 constants ( #3502 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-07 15:54:17 +01:00
Gina Peter Banyard
4d17b7b494
[skip-revcheck] Convert class markup to be compatible with DocBook 5.2
...
Closes GH-3415
2024-06-14 17:04:53 +01:00
Gina Peter Banyard
f4c44b8694
Make OCI8 documentation DocBook 5.2 conformant ( #3329 )
...
The main issue is that a `<section>` tag must be followed by a `<title>` tag, which is not done here.
2024-05-09 01:37:24 +01:00
haszi
61374bbe22
Change literal to constant tags
2024-04-16 10:45:49 +01:00
haszi
f80105b4fc
Remove constant tag from literal values ( #3251 )
...
* Remove constant tag from literal values
* [skip-revcheck] Fix whitespace
---------
Co-authored-by: haszi <haszika80@gmail.com >
2024-03-10 21:34:11 +01:00
Gina Peter Banyard
d4d5216e7a
[skip-revcheck] Replace PHP_INI_* with INI_* constants
...
Performed via a bash script which can be found on PR GH-3140
Closes GH-3140
Co-authored-by: haszi <haszika80@gmail.com >
2024-01-26 14:00:36 +00:00
Kamil Tekiela
28529d3539
Remove unnecessary parentheses
2023-12-11 21:51:20 +01:00
Máté Kocsis
14767af0f0
Use new class synopsis markup ( #2611 )
...
Follow-up on https://github.com/php/phd/pull/77
2023-08-30 12:28:30 +01:00
Adiel Cristo
9e2d8231b5
Replace PECL <link> with entity &link.pecl; ( #2580 )
...
And also:
* Remove obsolete paragraph
* Remove personalization (usage of 'you' and 'your')
* Update autoconf version
Co-authored-by: Adiel Cristo <adiel@php.net >
Co-authored-by: George Peter Banyard <girgias@php.net >
2023-07-31 15:17:32 +01:00
魔王卷子
5e41012cfd
Remove PHP 5 related descriptions in OCI8 section ( #2492 )
2023-06-19 14:21:17 +01:00
魔王卷子
78be3d554e
Fix parameter name in oci_password_change() ( #2435 )
...
Drive by dropping outdated note
2023-04-29 10:13:11 +01:00
Chuck Burgess
665c1d6da5
Update length verbiage to differentiate behavior between BLOB bytes and CLOB characters ( #2348 )
2023-04-09 14:57:58 +01:00
Pierrick Charron
bf345aac8b
Make CTRL+C clearer in documentation ( #2387 )
...
* Make CTRL+C clearer in documentation
* Use keycombo
2023-04-01 00:00:28 -04:00
Pierrick Charron
b9d8c47005
Use see also entity ( #2388 )
2023-03-27 00:24:36 +01:00
Máté Kocsis
deb6ee3600
Update ext/oci8 role attributes ( #1978 )
2022-12-11 20:37:16 +01:00
Sergey Panteleev
9d29b38286
Fix foreach links ( #1706 )
2022-07-20 12:46:53 +03:00
Christoph M. Becker
35dc939fd1
Remove superfluous changelog
...
`oci_set_prefetch_lob()` has been introduced with oci8 3.2 what is
already documented in versions.xml, so there is no need for a changelog
entry.
2022-06-29 19:45:47 +02:00
George Peter Banyard
73fae4ee51
Fix syntax errors in examples ( #1504 )
2022-04-05 11:15:46 +01:00
Máté Kocsis
b9e6268918
Rename OCI-Lob and OCI-Collection
...
Closes GH-1323.
2022-01-14 14:26:19 +01:00
Máté Kocsis
5b4252de4f
Generate various method synopses based on stubs
...
Closes GH-1015.
2021-12-15 20:08:13 +01:00
Máté Kocsis
d231ec9e7d
Generate ext/oci8 class synopses from stubs
...
Closes GH-1105.
2021-12-15 19:01:20 +01:00
Christopher Jones
a48db6e7cd
Document new function oci_set_prefetch_lob()
2021-12-11 23:18:09 +11:00
Christopher Jones
93ca935fa7
Add doc for oci8.prefetch_lob_size
2021-11-12 21:36:47 +11:00
Sergey Panteleev
8a2141dcc0
Deprecated functions and constants
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
Closes GH-981.
2021-10-04 16:53:40 +02:00
Christoph M. Becker
d33a6756e7
Fix #71206 : oci_fetch_all() returns 0 on failure
...
The signature has recently been updated, but the
&return.falseforfailure; has been overlooked.
2021-09-23 17:48:18 +02:00
Máté Kocsis
ed6de1ae20
Update ext/oci8 methodsynopses based on stubs ( #601 )
2021-09-23 13:55:36 +01:00
Kamil Tekiela
9d2b858bca
Remove magic_quotes_runtime docs
...
Closes GH-719.
2021-06-25 19:27:30 +02:00
Sergey Panteleev
f6d269c002
Fix issues in oci8 directory ( #722 )
2021-06-24 14:55:17 +03:00
George Peter Banyard
d26548d335
Fix most section issues in OCI8
...
Part of #658
2021-06-13 19:33: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
6dfe076725
xi:include INI settings documented elsewhere in ini.list
...
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).
We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Yoshinari Takaoka
ff4f4328f6
Added PHP 8 into versions.xml for oci8 based on stubs.
...
Closes GH-374.
2021-01-28 00:30:29 +01:00
Christopher Jones
8b3444158b
Update OCI8 install
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351756 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 00:30:38 +00:00
Christoph Michael Becker
e41806c30b
Revert revision(s) 351724 from phpdoc/en/trunk:
...
Document false and null return types
Cf. <https://news-web.php.net/php.doc.cvs/17645 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Christoph Michael Becker
4754397753
Revert revision 351727 from phpdoc/en/trunk:
...
Document false and null return types
Cf. <https://news-web.php.net/php.doc.cvs/17645 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b
Document false and null return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Christoph Michael Becker
83debcada4
OCI8 class renaming for PHP 8
...
Signed-off-by: Christopher Jones <sixd@php.net >
Closes GH-246.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351725 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 14:11:50 +00:00
Jakub Vrana
c80da7c04a
Document false and null return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Yoshinari Takaoka
763506217e
fixed broken build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351568 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 09:36:50 +00:00
Christopher Jones
4cdf7c89db
Update oci_internal_debug doc to note its removal in PHP 8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351563 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 04:57:28 +00:00
Christopher Jones
5fcbcd6b56
Do a pass through the OCI8 doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351562 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 04:34:15 +00:00
Christopher Jones
0e0c883110
PHP 8 OCILob and OCICollection name change
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351556 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 00:53:02 +00:00
Christoph Michael Becker
b95d28e6ec
Fix return types
...
Functions which return false on failure should state that in their
signature as well.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00: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
7f569e1f17
Remove more changelog entries, mostly from PHP 5.3 era
...
Patch contributed by Sobak <msobaczewski@gmail.com >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Christopher Jones
37f5235ffe
Fix cut/paste error in example string
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350190 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-22 07:12:36 +00:00
Christopher Jones
2bbdb795c4
Make OCI8 TAF example runnable
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350179 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-21 06:29:26 +00:00
Christoph Michael Becker
c8c2221d70
OCI8: various tweaks to the function version numbers
...
Patch contributed by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349988 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-28 06:49:55 +00:00
Christopher Jones
0e349f4e1d
Small tweaks about Oracle Database versions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347493 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-27 02:34:09 +00:00