Skip to content

Commit 049a670

Browse files
committed
added deprecation note on PythonPickle and Wddx in v2 docs
Signed-off-by: Dennis Riehle <webmaster@riehle-web.com>
1 parent 44c3deb commit 049a670

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/book/v2/adapter.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ This adapter converts PHP types to a [Python Pickle](http://docs.python.org/libr
8484
string representation. With it, you can read the serialized data with Python and
8585
read Pickled data from Python with PHP.
8686

87+
<!-- markdownlint-disable-next-line heading-increment -->
88+
> ### Deprecated
89+
>
90+
> Starting in version 2.15.0 this adapter has been deprecated. It will be removed
91+
> in 3.0.0 without any replacement.
92+
8793
This adapter requires the [laminas-math](https://docs.laminas.dev/laminas-math/) component:
8894

8995
```bash
@@ -133,6 +139,12 @@ programming-language-, platform-, and transport-neutral data interchange
133139
mechanism for passing data between different environments and different
134140
computers.
135141

142+
<!-- markdownlint-disable-next-line heading-increment -->
143+
> ### Deprecated
144+
>
145+
> Starting in version 2.15.0 this adapter has been deprecated. It will be removed
146+
> in 3.0.0 without any replacement.
147+
136148
The adapter uses the [wddx](http://php.net/wddx) PHP functions. Please read the
137149
PHP manual to determine how you may enable them in your installation.
138150

0 commit comments

Comments
 (0)