Skip to content

Commit 7c869bc

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 7c869bc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/book/v2/adapter.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ 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+
93+
8794
This adapter requires the [laminas-math](https://docs.laminas.dev/laminas-math/) component:
8895

8996
```bash
@@ -133,6 +140,12 @@ programming-language-, platform-, and transport-neutral data interchange
133140
mechanism for passing data between different environments and different
134141
computers.
135142

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

0 commit comments

Comments
 (0)