Commit graph

311 commits

Author SHA1 Message Date
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
Peter Cowburn
4691215483 set standard svn:eol-style svn:keywords properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346395 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-18 21:10:59 +00:00
Christopher Jones
e783f0d0bf Really add oci_set_db_operation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346247 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 06:30:41 +00:00
Christopher Jones
729d3d6ef5 Add oci_set_db_operation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346246 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 06:28:34 +00:00
Christopher Jones
039a079a7a Add oci_set_call_timeout
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346244 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 05:03:03 +00:00
Jakub Vrana
7c50ead1ed Fix versions based on parsed php-src
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344068 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:23:17 +00:00
Jakub Vrana
967b4405b2 Unify version format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344059 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 14:56:09 +00:00
Jakub Vrana
fa994a739c Fix function signatures
Some of these probably deserve an entry in changelog, please add it if you have energy.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
André Luis Ferreira da Silva Bacci
e9366ee458 Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-02 18:42:15 +00:00
Christopher Jones
3de9010847 Add oci-unregister-taf-callback
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342769 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-04 02:03:40 +00:00
Christopher Jones
4f61452f52 Add oci_unregister_taf_callback
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342697 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-26 06:26:03 +00:00
Christopher Jones
2cbc05daa7 Add OCI8 TAF doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342612 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-20 05:29:58 +00:00
Maciej Sobaczewski
95bdd6883b Another round of PHP 4 content removal (mostly inline mentions)
Review is welcome

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Christoph Michael Becker
0569968660 fixed typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338266 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-16 14:54:46 +00:00
Pasindu De Silva
a44a1e0b79 Minor typo, grammar and example Fixes (By Christoph Becker cmb@php.net)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336715 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-04 19:48:31 +00:00
Maciek Sokolewicz
ae5ececd17 Fixed code-error in example of oci::commit (patch by Michael Fuccaro)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336415 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-06 20:45:10 +00:00
Richard Quadling
cb2e7b70b1 svn:keywords, svn:eol-style, svn:ignore all set appropriately.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334955 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 12:08:23 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00