diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-01-13 10:21:40 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-01-13 10:21:40 +0000 |
commit | ab71e2cbaa97c50e12a855d5033652768f184be3 (patch) | |
tree | 6e1772c5e4bebf637a352b9d04bb4f2ed1a5a084 /ext/rpc/xmlrpc/xmlrpc-epi-php.c | |
parent | 2cbcb743d8e46a71f80ad4a9a6652e151dac2947 (diff) | |
download | php-git-ab71e2cbaa97c50e12a855d5033652768f184be3.tar.gz |
. Implemented a common filter parameter parsing function.
# For example "base64-encode.line-break-chars=--,base64-decode.blah=foobar"
# will be parsed and splitted into a zval array as
# array(2) {
# ["base64-encode"]=>
# array(1) {
# ["line-break-chars"]=>
# string(2) "--"
# }
# ["base64-decode"]=>
# array(1) {
# ["blah"] =>
# string(6) "foobar"
# }
# }
. Added automatic line-breaking feature for base64 encode filter. This
can be turned on by putting a option entry "base64-encode.line-length"
to the filter parameters.
Diffstat (limited to 'ext/rpc/xmlrpc/xmlrpc-epi-php.c')
0 files changed, 0 insertions, 0 deletions