Ecosyste.ms: OpenCollective

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

github.com/php/php-src

The PHP Interpreter
https://github.com/php/php-src

Fix Warning

913f5ce8ec7abcc8129f565799ed875577208acc authored about 21 years ago
Enable inherited classes inside SPL and respect order of module init.

8f4e9d9e42e415f1794ab0801af8c02386373df7 authored about 21 years ago
Use external files only in 001.phpt & tests for bugs

bb678c07b589b18609b46a08ce098167d44761f0 authored about 21 years ago
Export access to class_entry by function.

9d5ef0070f2311104de685a932e7c131fe3559ea authored about 21 years ago
- fix for bug #26947 Crash by using DomDocument::getElementById()

743a8301023cd9834c82d977846fe1678052f6ab authored about 21 years ago
-test for more than one argument (this segfaulted before)

c9bd0195a3550c92b381827a595e8415454cfd7c authored about 21 years ago
Fix some casing issues

0a210d797623487ead0b5a73e37efb03ded1d20a authored about 21 years ago
ChangeLog update

2d5b7f7c278fa748c1eb98fd30ab43e829f75d04 authored about 21 years ago
update the tests proper-like

6bd7c45f749d70ad6c73288cf192e3d2fc8777cf authored about 21 years ago
update the examples

594f6433af44e7d223e30b247c8f995ef90a558e authored about 21 years ago
namespace accesses are now soley URI based as opposed to prefix based.

cb7e90119f4c231e0394622c4465cd846e215fca authored about 21 years ago
Make the compilation of vdbeaux.c dependent on the generation of sqlite.h.

An incremental 'make -j' build will now complete successfully.

e91fdf570f707ecc4c1f4c06766b93a522bea373 authored about 21 years ago
use Rasmus' words

0fa195d29e88917a8d3ee4e132ccf91e4fe1b69e authored about 21 years ago
- Fix typoes

c74bb5872131d2c9c1a1bffeeb289315341da2a7 authored about 21 years ago
Spell 'element' correctly.

c303c352d0d7eb4dc839a64086296c1e1c69bcb2 authored about 21 years ago
adding info about $argc and $argv in CLI mode

1a5599242f9d86b21d4471dc1095f53f4bb5195d authored about 21 years ago
Major bugfix for consistency.

# After long discussions we came to a conclusion on how to make this
# extension consistent in it...

9e29f17493284dee81d2842f6067b24fba9538a5 authored about 21 years ago
Clarification about phpDoc comments. Spotted by Greag Beaver.

d5d2d9ef492075e6ec55de9af7d3029babda5be7 authored about 21 years ago
No longer needed

# Found by Andrey

1ee90db6e60468413eba97656f0dd3284ef498d8 authored about 21 years ago
HEAD is bundled with ZE2

8b763f14b7b7ccd81d4698444770ee6e778130cc authored about 21 years ago
Drop the external xml files no longer needed

4ee7ba05bcd9db6381d1798820600efc29e13426 authored about 21 years ago
HEAD is now bundled only with ZE2

9e5df0c666d7d0b9cf8d2d1c2c912d56cf520736 authored about 21 years ago
No external xml files

c28af3a66097fcd61406827468ae798a7f7d43ad authored about 21 years ago
Don't use external xml files

253c97fbfe8e0766acee29d30861a51927030b87 authored about 21 years ago
fix Bug #594 PEAR_Common::analyzeSourceCode fails on string with $var and {

also fixes SOAP packaging error

a440ed69353fd3a3365470ff3a0441c5eb6f2fee authored about 21 years ago
#where has my bracket been gone?

64c76450094113cd3a1bc8a03757b25ee45fa01f authored about 21 years ago
remove the parser errors here, so they accurately reflect what should happen.

d0222780681f03be78aafce3a01f0a1be044fb36 authored about 21 years ago
Fix inheritance rule for interface Traversable

3edabd01bb9abbdef2afa023245aea4a6646059b authored about 21 years ago
Fix parameter list and protos

665a834a764676d7dfa32cdf8806b2b46693a3a0 authored about 21 years ago
Add test for inherited simplexml classes

9c2e37e89a2e89b19029807aa413ac830c500322 authored about 21 years ago
Make inherited sxe classes work

9df72efb7c4d3016e255b173bd001693320dd5af authored about 21 years ago
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5

f4983c0d3f56c2074458e4840db36643b2fec59b authored about 21 years ago
(gdImageSetPixel) Tidied 'normal' blending effect

# libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so
# gdFullA...

b851f3712388de9f6c4addf2063dbc3c663a0b3b authored about 21 years ago
typofix

f584b9e16848087f65efd4d1e9d75dfbf1cbbde3 authored about 21 years ago
ChangeLog update

92f9989ad8eee5afa69c2c129b4d24c3c1d1d006 authored about 21 years ago
Expose zend_std_call_user_call(), needed for implementation of things like

__call handlers.

0a8a950fcfb9a131f5eea6d552fb09405c36a353 authored about 21 years ago
Nuke compile warning by using the LANG_SCNG macro instead

796938ec7f9bdffe8c52867fb4b7a04d068de8de authored about 21 years ago
Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as shared)

2c71464b40cb7beaa908b495e2e7ff9f5c631cc8 authored about 21 years ago
update file for win32 build

a017b4c5e693e3a339ca3207a923a049b3ce2c1c authored about 21 years ago
update the profile of how namespaces should work after discussions with

shane and rob richards. there were a lot of race conditions with regards
to the way namespaces h...

a8951066061e5672feb07742049932bba970dd61 authored about 21 years ago
- Fixed bug #26640 (__autoload() not invoked by Reflection classes)

# Also removed double call of reflection_register_implement() on
# reflection_extension_ptr.
# F...

b6b3443d0a1d951d67df9bf1ad5ad9191aee04b6 authored about 21 years ago
Add a "profile" of simplexml's expected behaviour in the form of tests.

This will be expanded as issues arise and will be a formal definition
(in code) of simplexml's be...

7f5b508f26b32f02bce859f6d9c801224291419b authored about 21 years ago
Kill warning (bug #26937)

69e6b296e0f6e4e8c94300e3a7f74c2bce690e87 authored about 21 years ago
Added test case for bug #26640

07cf80886138126a9ea5f6e058e4db7849cfda89 authored about 21 years ago
Update TODO

d8d76f0fccf2dabea1c3238e1dee79a2c53f1b0b authored about 21 years ago
Added Antony Dovgal as OCI8 maintainer.

b779a27852370fc8107ac84386f3f8dd9da572bc authored about 21 years ago
Fixed division by zero warning.

a0664d54d16216cbd406961c5bb89e831bf39808 authored about 21 years ago
Added missing skip condition.

1d86ea88516c88ecfbf314b0f39f76452d04342a authored about 21 years ago
fix

4add085d23a9f15b9eac4351a75abdc43c52ae77 authored about 21 years ago
WSDL support was improved

support for message/part element attribute was implemented
support for portType operation input...

1dcf2467cfa4b4642ef9d1dbc821ed02091e33bb authored about 21 years ago
BFN

88b2348f9fc359c0d6457efe1b71cdc98044054e authored about 21 years ago
Fix the mime_magic.debug option init

99bc88b7c0c4df7c8ff4d2672795bbf018703c18 authored about 21 years ago
Add myself at last =)

88ccaf664e4780e3b9986859720b1c1c34103a30 authored about 21 years ago
faultcode/faultstring mismatch was fixed

9bf8d5bfe9e076177991e9a9ee737ecb0395dbcf authored about 21 years ago
Support for SOAP 1.2 HTTP binding namespase was added

7e19a6724757b0104ef30c4572aa989f12217e6c authored about 21 years ago
Tests where updated.

501ac09f08868280d1b510f3c8d44ac3459c8bd1 authored about 21 years ago
SOAP 1.2: enc:id & enc:ref attributes support and fault codes (Sender/Receiver) where implemented

ad648d82e5acac9b22dde891c863b61a74a1a2b5 authored about 21 years ago
Fixed Bug #26927 (preg_quote() does not escape \0).

071565178549a718e9a19c6f659723b22a49cb8f authored about 21 years ago
ChangeLog update

c1ac285760eb9e9aee5bdff5b2b4960274970968 authored about 21 years ago
Fix shutdown

a19a36551b622992e46306698c70e79f347e1aa7 authored about 21 years ago
- Fix the php dependency

(wide copy/paste is not that good no? ;) )

5ecbbf0a8db35e3e9c47fa97b13dee7df8ae2337 authored about 21 years ago
SOAP 1.2 support was improved

d0f5bd0b68daa921ac75bf2164d1ec3dcd96f040 authored about 21 years ago
Nice patch Christian, but it wasn't at all enabled? :)

Fix bug #26883

32007b19d8d9d4fc05310b6cf3200bad40618f21 authored about 21 years ago
Fix bug #26892, ORA-21301 in ocinewcollection() call.

pEnv should be initialized in object mode too.

649b844c3c7603fae30d8bfb6e28e30488f3f6ca authored about 21 years ago
Changed to mixed-case response header codes. This is in keeping with

the changes to >= Continuity mk4 mod1.

036e3663f025cf7ce3bfb32c839c47023a076ea5 authored about 21 years ago
Support for SOAP 1.2 array encoding/decoding was implemented

7c01c773b0bb78ed37b9f76175261de0832dc15d authored about 21 years ago
SOAP 1.2 support was improved

ef9e73459376b23a268ffaa7f71877cac5851c45 authored about 21 years ago
Drop userspace iteration correctly.

# People if you do such things then please fix the class tree.

43b0a9e96b6b0e201980efea5077d86699d95a52 authored about 21 years ago
SOAP 1.2 support was improved

fb52edb19492c7e2a63c6013eee1095bcbfd8789 authored about 21 years ago
Fix typo

ad11617f293441db4870e19255dc25f348163904 authored about 21 years ago
- Fixed bug #26844 (ext/mime_magic: magic file validation broken).

124e6c8b6dc63c799a36a1300efdcfbff5b2faa9 authored about 21 years ago
ChangeLog update

97a741e57890a9c0379c8615c891c8f9dec4c5b0 authored about 21 years ago
Fixed bug #26909 (crash in imap_mime_header_decode() when no encoding is

used).

827a79ad8d53ce8566f7e8744512decad67c79da authored about 21 years ago
fix get_class() case-sensitive incompatibility in PHP5

7dc2bf36050091ead6ce9259449f456db0306906 authored about 21 years ago
This is no longer usefull in any way.

6915f5a2f51210b40d71987742611ea115f8042b authored about 21 years ago
MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from

empty queries).

b3853af0b7509d135b84e22e8caa3141ba5d9422 authored about 21 years ago
test user define namespace aliases

8a40a946dead2672a3a5593183ca7d1a7736297e authored about 21 years ago
touch generated parser.

02ea3938becd8b39e2e5f5ad6fdb4d03e96ebb13 authored about 21 years ago
Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).

6e350b553bedcfe4694a7118d8b44f80266201f4 authored about 21 years ago
WSDL: restrictions support (whiteSpace, minLength, maxLength, length)

49b698c67ed0f8408c54d0754672e552376b7554 authored about 21 years ago
array/object encoding

51cbc1f84fbe2b6e762e527608e62835f2baa753 authored about 21 years ago
SOAP message must not contain a Document Type Declaration

fc69cc8ccf5ef153745e3a5cc43476664474fc75 authored about 21 years ago
Remove stale code from flock();

spotted by Hartmut.

09fb5dc1e64eaa7adbc0b1fa0c6afb07773a46be authored about 21 years ago
Fix #26772: fgets returns NULL instead of FALSE.

cd4262eedd9da3c6b1d4292075842902b36704ea authored about 21 years ago
Don't allow interfaces to implement anything

59d168eda7c1d63ecb063af8a3f70b49c000a181 authored about 21 years ago
WSDL: encoding rpc/document and encoded/literal

8f0ea19fcb4baa90edda4422cf376ec583cff96c authored about 21 years ago
touch

39ac35b0832f9df34c9631d34da8cfbe33886afd authored about 21 years ago
fix crash when throwing an exception

c69945961fb18c9270b5e1665f6664ba5ab1c6ed authored about 21 years ago
- Fix package.xml file

bbc746c29caccaf8c3a22c0eea690d4d2f533e53 authored about 21 years ago
- Remove bogus macros

0458bf10e44bc2fda10f2910588bb79970062ef0 authored about 21 years ago
- Remove use of bogus macro

3286cb35bdbfae25296af622d9c2e73cc4bbf1cf authored about 21 years ago
Apparently MSVC is not C99 compatible making variable marco arguments

in the TIDY_THROW() marco broken in (at least) Win32. This provides a suitable
workaround for non...

f3932751d8aeb60b84920948d7d66818b1bfcedd authored about 21 years ago
Doh.. snuck by me!

0878fa901fe1a5891adb29b4b457bb223eb97dca authored about 21 years ago
Forgot to add these tests

a06377c32db5f3dc6dd383249ddeb23d3ba33119 authored about 21 years ago
Add optional php-win.exe variation of the CLI sapi.

php-win.exe runs in the windows GUI subsystem, and thus
has no console; stdio handles are effecti...

31f7699a857534d24990b1c7d5e06ed81e85ad9b authored about 21 years ago
With the approval of Andi, changing the Tidy API to reduce the possible

amount of confusion when setting Tidy configuration options. All
configuration must now be done p...

604890702933a37814b379b0a947bb092e837b3e authored about 21 years ago
ChangeLog update

bc9cbe271565af7eb1ad4ad30125bb68a43a8b24 authored about 21 years ago
Fixed bug #26878 (problem with multiple references to the same variable

with different types).

43becc02f14bd1d57b60e7ae2d7400e0c854ae45 authored about 21 years ago
add support for $foo["a:bar"]

fix xsearch to only return values for text,element and attribute nodes
fix getChildren and return...

ad47abf0f6d838cc508dfb115ca5e3fff9d621fb authored about 21 years ago
- Fixed bug #26896 (ext/ftp does not work as shared extension)

5b59254761be32f82aa404c3ff3d758243b3434e authored about 21 years ago