Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-text-wddx

WDDX data exchange format
https://github.com/php/pecl-text-wddx

Don't use Z* macros for non-zvals.

a917b29ae075f446e60a719d6c9a4627a072dac3 authored almost 24 years ago
Cleaned up and optimized WDDX serialization - it's about twice

as fast now.

ebcb68349d44e3e2c4cf0a7c3d29caba65673787 authored almost 24 years ago
If external expat is used, header file is expat.h

93ebc3c9f8f2b63fc2276de59961151932fb81a8 authored about 24 years ago
Heads up people!

Updated the get_current_key() API - the relevant authors, please take
a look at the updated code...

4e780b8fd35fe8d1b5c94b01819a563247512e34 authored about 24 years ago
Fix call_user_function() with objects - it could leak under certain circumstances

c0abaa6834b8f4ca148751f52ea1fd215399eabf authored about 24 years ago
2nd step towards auto-credits

60f729536b8cb88fbb190939a9e39056538a4980 authored about 24 years ago
Use zend_register_list_destructors_ex() instead.

7631a22f431278a9d33e693091a5aee436ff2db4 authored over 24 years ago
Mega-patch to get better resource information for modules.

* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use...

11f0acc9897056dad4ed31e31d8274c4a6d44529 authored over 24 years ago
- Fix warnings

- Fix URL scanner startup crash

2b3b005e6834e5a6ebb4737ff737de80df43db79 authored over 24 years ago
Create module info function.

8a27de24f34d6cf4c69a70390e9967e24db18c80 authored over 24 years ago
Really fix the de-allocation.

0fe3db42c480ebb2d0e39dfbfbb0beefcad43da6 authored over 24 years ago
Fixed block overrun.

eef812a28e4a2e735ad931551d121b9551344e77 authored over 24 years ago
Add support for <binary> WDDX element.

b30b9c7bd961cd744f8892494d75528d4a92dd1f authored over 24 years ago
Fix attribution on NEWS.

d149f927e8d45581a361db858d546b85a122835e authored over 24 years ago
Rename macros which begin with underscore to appropiate macros. The general

rule is:

macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`

6ade09dba472b9d372c6d8c5e0795ecf479f557b authored over 24 years ago
Lowercase class name before checking for it

# I didn't really check it - have no WDDX

586037ccd2b0d317df88ee3d4910584409d96c92 authored over 24 years ago
Fix Win32 compilation

b52a25c5faa093898fbe4ceb4dc3e5f4614c3522 authored over 24 years ago
Make use of incomplete class API

183e9c2f75ecd193d55259c7e56c4bc172419f5b authored over 24 years ago
Revert earlier commit.

69670e0814a521d17d05348fd64add04fb9185f6 authored over 24 years ago
unserialize() and wddx_deserialize() now create an empty class if they enconter

a class which's code is yet unknown. this makes sessionized data retain the
class name of objects...

9e239f65a1974dbec12fe88a95c853a42b2d2b90 authored over 24 years ago
Call __wakeup() after all the instance variables are initialized.

d238c35873c42582e5d6706f051bcd16966452df authored over 24 years ago
- Fix a couple of wranings in the FTP code and in parsedate.y

- Be safer with LC_MESSAGES
- Align with the latest Zend change in call_user_function_ex()

0ac68ea7286080740ef37d937e20f77c8b110fee authored over 24 years ago
Have to use zval_ptr_dtor() on values returned from user functions.

01a28cba0a937f062ca957d52c9695f40e83dfa2 authored over 24 years ago
- Make Windows compile

- Windows doesn't support LC_MESSAGES

f4faf20c402dcb8e64fc21f0b2ab6559a19b2c74 authored over 24 years ago
Just to make extra sure.

04a1d79d98a4e7f8a3a42d4bd68920c722d63e05 authored over 24 years ago
@- Enhanced WDDX functions to call __sleep() and __wakeup() when working on

@ objects. (Andrei)

3a0461461b959f6b5cf458e325ad3bba070f7cad authored over 24 years ago
Protos looks now equal in both versions.

8f09d2b2c5c3d557f4653f2db9b9e70baceb5201 authored over 24 years ago
@- Changed WDDX to serialize arrays as structs only if needed. (Thies)

2a16dc6c6033fc3f0a936126e18eb52fd06694af authored over 24 years ago
@- Changed WDDX to always serialize arrays as structs. (Andrei)

Changed WDDX to always serialize arrays as structs. PR #4924

163c4b1a238cd4910e1c03b5c10b1309ea9d5a64 authored over 24 years ago
(php_wddx_deserialize_ex) return SUCCESS/FAILURE

Use that return value in WDDX session deserializer.

514d2aa8c1b05f752ee5b1b2558592b365b12c66 authored over 24 years ago
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch

7b66147aef873380907c63210e3bc852468e81df authored over 24 years ago
Update the license with the new clause 6

b789238bc073fae1b681d2e99fe01ed140451943 authored over 24 years ago
Got rid of infinite recursion when serializing $GLOBALS[].

@- Fixed infinite recursion when serializing $GLOBALS[] in WDDX. (Andrei)

bc01bfa0f727fee954b0ca194829da2b54962389 authored almost 25 years ago
. Reworked string serialization

. <, >, and & in strings are now properly escaped
. Removed a lot of unnecessary calls to strlen(...

0eca3c10edd078dc083ee2342c93bd0a5a389e5b authored almost 25 years ago
Remove trailing empty lines

c166d1dadba16cb98bdc9ecb434019c88155d311 authored almost 25 years ago
Large test commit IV

479cc29fde11de5a865167019a1127339747e5b3 authored almost 25 years ago
Large commit test III

aac6f8af63b9199322ba6a95247439ee64c37c8d authored almost 25 years ago
Improved in-tree shared libraries build system

The following new/revived shared modules are available now:

... MySQL (*)
... PCRE (*)
.....

34f95658cad2ad7472f9c4acc9f04049916e6ba5 authored almost 25 years ago
Overall UNIX build system improvements:

* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
...

2b56307c0ef280d379beee03ae90598a57a9e052 authored almost 25 years ago
Additional check for IS_OBJECT.

e6b09bc17ffa5746d3e021915545625fb0345409 authored almost 25 years ago
@- WDDX now defaults to ISO-8859-1. (Thies)

# andrei, plz have a look at my changes - seems to work for me!

1e1310092b7ded75eb04bbf75e50332a6c22692a authored almost 25 years ago
buffer was short by one

90761e6dcfed398d281a1fe2851f03f31985cdf4 authored almost 25 years ago
Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common

AC_MSG_CHECKING, AC_ARG_[ENABLE,WITH], AC_MSG_RESULT trio.

fc2204a3b5388ba49d881ac66130eb53b081eeef authored almost 25 years ago
Change extension names in all extensions' zend_module_entry to their

directory name.

4ccbd309ba1033e99e133d52e07994c218b2c792 authored almost 25 years ago
WDDX header comments now conform to the latest DTD.

9f386347c8c3047b9f4f3322dd49b3315bb0b6d5 authored almost 25 years ago
Is it ok, Andrei.

4c8e4fb0067d2b4c07366abe62af41360c7d40c2 authored almost 25 years ago
More protos.

869b901ff867e7bf6489a93ad2215a56bbeaf76f authored almost 25 years ago
the pipe is breaking all the time

433c503e4b85511337d17d5fff3d10923ce67262 authored almost 25 years ago
Don't need dlist.h anymore.

c3d0cb409af0dbc584698693cb5ae858d4cbedd2 authored almost 25 years ago
Updated to use Zend's internal doubly-linked list instead of dlist.[ch]

implementation.
Also fixed serialization to always output objects as struct. In the past,
if the ...

bae4ba3655a3d00fcbc4bb9d4a17f11c7865c791 authored almost 25 years ago
Fix enable again.

b8b53bc29bb50722fd530939fadfb53e12593bb0 authored almost 25 years ago
Changed --with-wddx to --enable-wddx.

d079ab3a3a06be796592bedb220fea77cec3161c authored almost 25 years ago
Test for --enable-xml.

a4d56efc05789a1b7c483c147652360458ed1d33 authored almost 25 years ago
(PHP wddx_deserialize) Fixed a problem with deserializing empty values.

(php_addslashes) Guard against NULL data.

f3216fcd83435cf948d754edff763f67b779d5ca authored about 25 years ago
(wddx_stack_destroy) Properly free the dangling varname.

(php_wddx_deserialize_ex) There should be only 1 value on the stack after
...

e2bfaddee78e088867378d78b15efdd397e74a2c authored about 25 years ago
Fix IS_UNSET -> IS_NULL rename.

1d8e9e658c1afe0d6f207957c6d280c41791a308 authored about 25 years ago
* Implemented <boolean> and <null> types. We now support WDDX version 1.0

as best as we can.
* Cleaned up the API function names, _ was really not needed.
* Cleaned up t...

8ec2f0876828ea52903e54795370efebd7844cc7 authored about 25 years ago
Happy Y2K patch! Happy new year (or the new millennium, depending on whether

you start counting at 0 or 1).

f3d0cfc0f906ea5e516781cd5aeddf715d608971 authored about 25 years ago
Get rid of config.h.stub. Note that you should embed a comment about

what the respective define does into the AC_DEFINE macro. I.e.

AC_DEFINE(HAVE_FOO, 1, [Whether y...

eca1ae1e4ff22793212ff89cf91aac45f712b38f authored about 25 years ago
Integration of -ng changes. Changes:

- added support for externally built modules,
- improved support for in-tree shared modules,
- f...

b4ca11aa4a62306a2bc8d664620de979ebaf99ee authored about 25 years ago
Change ALLOC_ZVAL() semantics

83d0437d6c0d34423e7b4ef9646554e08bb6add4 authored about 25 years ago
- Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much

more tricky and I'm not sure how many places this is. zval allocations
were only made directl...

e4ce5e865102236cdfa7d798901348f804a17534 authored about 25 years ago
- The tree compiles again

6b96f9d5df29ed08386eef260a738084bffbd29a authored about 25 years ago
Remove the extra INCLUDES line from most automake Mafiles. This is not

necessary, because we can change the value of INCLUDES globally in one
place (configure.in).

Als...

3e591da21f7b9e59c045a43ef54a8f61233b5200 authored about 25 years ago
(wddx_add_vars) adjusted to new resource-API

771e2a1b99404105598cfce8c80b1e367dec60e9 authored over 25 years ago
Remove _A.

94123c25cc0678b9ae721f2afa620d86089cd826 authored over 25 years ago
* archive-based convenience libraries completely replaced

with libtool components

* SAPI targets can enable thread-safe mode and define
...

e00c4cf62d16be73673baf7fb4411bf7c7ce769b authored over 25 years ago
rename.

3ab3c864c1876640994263c537e074093b58c3b4 authored over 25 years ago
Update WDDX for new high-performance function API.

4efe140f53e87270bfe15b5421c91c0b1fa8ec9d authored over 25 years ago
Compile fixes for WDDX, XML and Zlib (untested)

3daeaa2d7028bc1ca6aea4b67d608378619ee288 authored over 25 years ago
WDDX can now serialize and deserialize objects. It uses a variable named

'php_classname' to store the class name as part of the structure. This way
WDDX modules in other ...

2ef6f67dac7b6cb816f2b0f155c23149f5fc93d1 authored over 25 years ago
This format is also used by the XML module

allows us to compile with Apache's expat-lite dir

2dc276c85ee9b4915ff3eb933cf02b41018bff57 authored over 25 years ago
Make some things accessible from outside for session module

32f7ff4cd42cd6c9c3344dbdcef32ea78e452bb6 authored over 25 years ago
HASH_OF is now in php.h.

a3884d8846aab498f3f85134fad6cd4c9636916a authored over 25 years ago
- Fixed mem leak when undefined variable was passed in for serialization

- Made it properly serialize object properties

5c7c3a72049395cd4317a172f151b2205409ea9f authored over 25 years ago
Oops, don't need those commented out blocks.

0938381e9462b2a6a4a4f6bee37349bec6db9b0d authored over 25 years ago
Conform to new resource handling guidelines.

807895b705e817d4696f1418ce1526296e8f7bd6 authored over 25 years ago
Fixed resource handling to conform to PHP4 guidelines.

7a119bdd6d56a84317840cd927b9e2e6e4640fe6 authored over 25 years ago
Fix for #2161

912aace91e8131bb3a66eda0be39222725104aff authored over 25 years ago
Ported fixed for bug #2103 from PHP3.

94053c157b6c7a57cef2920c6af2cb728ab7e488 authored over 25 years ago
Fixed a bug in WDDX that occured when a number was passed in instead

of a variable name.

ba0b43cc185c16c900b0eafde8a2dedc68d1c261 authored over 25 years ago
Ported WDDX module.

c11ea27277988365f109c56d834945d03f495b07 authored over 25 years ago