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

BFN

c2785ecbf93a4b7a662acd7b57fb61fe1fdf8774 authored about 21 years ago
FIX: memory leak

c708524676f3bab5e370a7612bdfddb3f3bd3be1 authored about 21 years ago
WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was added

bee92aa395c622c4dfe42b100ec58e17b58ab5bf authored about 21 years ago
bugfix

86d0b7a1ed9aac48245190628fdea936a685d5de authored about 21 years ago
Don't treat strings containing : as potential constant names in

the .ini parser.
This fixes Bug #26893

d4deb460bdbb77b3c75ce7a6a328e3070e2aa527 authored about 21 years ago
reinstate this ifdef for people without .Net SDK

c205153a0a91a6280eeba121fc33f794d37f98a6 authored about 21 years ago
Fix refcount on these return values to avoid a leak and allow object dtor's to be called.

This in turn prevents a massive slow-down in CoUninitialize which would have to
forcibly destroy ...

bba1ded0b2aeb12fb93c327c44a4694ae4538461 authored about 21 years ago
Source ceanup

3961fec217f9f1d1395abdb1afd73612429198b2 authored about 21 years ago
fix getElementsByTagName and getElementsByTagNameNS - allow *

38f8ed0e0abc5580e8efe967ff4f8dea2e00f680 authored about 21 years ago
WSDL: support for multiple services/ports/bindings was implemented

98ff80dba9cefea315abed635828bb73823263c6 authored about 21 years ago
Fix leaking constructors.

Implement a cache for method signatures and DISPID's to
greatly improve performance when repeated...

4573a562a3df747cfe06d2a3eea98d5f5f155e92 authored about 21 years ago
Check for "<?xml" header was removed

5ebcab9da33899b643a54c5fe04db24c9bcd671e authored about 21 years ago
WSDL support: using types before declaration was fixed

ccd3f39e98e68ea19b24dab1a001b32377075517 authored about 21 years ago
XML parsing warnings and notices were disabled.

fceb95f12a0dcda2413d8938c2589f6dd9e9cb3f authored about 21 years ago
Support for WSDL <operation> without <input> message

51c86ab73f7d61f547593afbd6edd5f3f022f9ba authored about 21 years ago
HTTP Cookies support (see interop round2 base kafka)

964d9c586d4713b86862817efb5fc81aef3f1325 authored about 21 years ago
Don't even define this.

af4f949483b934389203263cd4726bac0ab2a97f authored about 21 years ago
Whoops... Ilia forgot a ')'

646389a1ffa0809b087dc0eaafa8a666a375af7c authored about 21 years ago
make usleep actually work properly

848684fa96cdee7f09f171edfa7f9a758baad7fa authored about 21 years ago
ChangeLog update

24f5ca6ab58cdc024aaa80cfd304431632bcd087 authored about 21 years ago
Support automatic handling of byref parameters

b7d0b397bc748d035a43eb0ee918279b0b5df2fe authored about 21 years ago
Fixed a bug that would cause the sqlite session database to grow endlessly.

47dddfa4ffeddfa4d4aaa3614279db77d078df99 authored about 21 years ago
More handsome solution for previous fix

fad3a6e42f9d9a2b8815fea1e01ff246ba041729 authored about 21 years ago
Added sanity check on ibase_[p]connect() dialect argument (fixes obscure unregistered bug)

961f398db56bd9a317c8461b9b5ea457c319365d authored about 21 years ago
Avoid duplicate symbols; definition is in bz2.c

a116666bc41c696093eb85541b8a111cd1d61d69 authored about 21 years ago
fix

ebc3266327629f1ebe36d9e1447f4a08fa461dd5 authored about 21 years ago
fix

6285b174c1ae38c3001fb265e9250c483ea0e79d authored about 21 years ago
Date comparsion was fixed to compare dates with different time zones.

3afeac36275460eebd5ffd93836ab799ad07bb32 authored about 21 years ago
Timezone support

d32ef43c3a781ebdb4d0178b2aabd3cef4cc18d0 authored about 21 years ago
Small error reporting fixes

a02de43dbb1117b402622238c0f3820abc467794 authored about 21 years ago
WSDL support: schema import

6b32938b203b5f181cda46da658dc1719dfd3233 authored about 21 years ago
WSDL support: support for wsdl import

29fe45887227a2d3f972252ac4a1783a3d700d1a authored about 21 years ago
This was way out of date.

9116f2750467d97e110b7f536855f30641420343 authored about 21 years ago
WSDL support: use of type before declaration (see interop round2 base OpenLink echoStructArray)

2b0ed796072c209070b687fa42a0de626774acf9 authored about 21 years ago
- Return the PHP 4 behavior of not allowing class declerations within

- class declerations. This happened when declaring a class within a
- method.
class A {
function...

92eb129bd9566e45702b74d4372a13baffa92c46 authored about 21 years ago
Synch mysql_fetch_object with mysqli, sqlite and pgsql

3fb99f62e085e162698248a5692f3f996f4cbbe7 authored about 21 years ago
Add some tests

d129242ad5dcd5da69492e3e1de0e595006cf15d authored about 21 years ago
ChangeLog update

ac8b58603bcb59f49b08da6656fb2ec7c4f76a0b authored about 21 years ago
Proto fix

635e3b19802f3c5b3b9736e51cb435a8cf899713 authored about 21 years ago
No longer needed

9c41d8e7b55b089e91a5c1d80edf8b9be5e3a514 authored about 21 years ago
Add missing macro

# by popular demand, more and more exts need this

61fc2a920981a68cb58261243eb06211babb99b6 authored about 21 years ago
TSRMLS fix

910e20064a673af1661c5b1d128791b32dd3da5b authored about 21 years ago
Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option).

3b7da77480e0ff048ef5f1fb8e02dc9992ff22cc authored about 21 years ago
- Re-allow conditional class declerations. Needless to say that I also

- think it's not great coding.. Use polymorphism instead :)

ac5d5c7f35561f9469d77ca3346a4d68c3272a28 authored about 21 years ago
- This should fix the problem of conditional function decleration on the

- same line of code not to work. You should re-evaluate your coding style
- if you really code th...

e69f4f6f25602275d0328f5e1f144a1a7cc857ca authored about 21 years ago
oops..

028fcd7ec3dc3332afaa39405acb62d211241a59 authored about 21 years ago
BFN

a201e10c9b7b94c4843012f52b4be192c6ec2017 authored about 21 years ago
add test case for bug #26869

fcf131ce235e4156c091511a9020cd31887dc118 authored about 21 years ago
fixing test

4b2a32b70116dfa834fb81c11d73048b8f6ee82e authored about 21 years ago
added utf8 support option for sqlite >= 2.8.9.

de07b4bbc17a182fdb5a9fc1e5a3636309027628 authored about 21 years ago
ChangeLog update

a4872e0c31efff5374d3ec6080a9695fcd24d7e4 authored about 21 years ago
typos

a3dc201d1efc57ec719261b918454fbbade56153 authored about 21 years ago
fixing tests after last Derick's commit that changed the behaviour of

var_export() :)

9ca6b7448d23e15b8c8224b23b181e9bbc917815 authored about 21 years ago
Do not run test if session extension is not avaliable.

0e32fbb4dd2401c3e4ad2aa90ad9867db6cd553a authored about 21 years ago
Update attribute tests.

# There is a memory leak with += when accessing the attributes directly
# But yet ->elem[$n] is n...

cc5773e775e15b1800ca1fe388af42afeb1fcc8e authored about 21 years ago
- Cleanup class_entry

- allow derived classes
- fix new SimpleXML_Element()

fffdd9686557074b7982564fa834a4caad5f2498 authored about 21 years ago
Fix memory corruption with libxml's error handling.

c66c9e7102514bf530fe6a08472e20e7872156f7 authored about 21 years ago
Remove conflict

f5e9ca64b147b0b751243b9e5211ffb6c878fbd6 authored about 21 years ago
Update tests

840979858cc00ea1e835fdb7faa6bd1e253fc05a authored about 21 years ago
XPath query returns nodelist object rather than array

394bf2ba5b457a5befed5a7fbadae0ce50e024d4 authored about 21 years ago
Added error mask to set_error_handler()

Patch by Christian Schneider <[email protected]>

a72c1ab93be75e9e206e6ba90fe04c2676110e72 authored about 21 years ago
BUGFIX: server006.phpt

170476d9ea72e004341d2034715199f21ae68ba9 authored about 21 years ago
*** empty log message ***

1101a375c3b59a5c6d02bb32455883575c809871 authored about 21 years ago
ChangeLog update

b04960746d5391889772b187a91b65ab0010c8e0 authored about 21 years ago
include PECL targets in snap build...

4a7577e4ab8370c1eb4f5d1c0a4f02326281705b authored about 21 years ago
support for building asm in the unix buildsys.

Also, when ZEND_ACCONFIG_H_NO_C_PROTOS is defined,
omit the C prototypes from the configuration h...

57e2ef89e4f5d2fef800e000fb4c1ff8f98bd188 authored about 21 years ago
this one is declined

686281d087adcc89ba088e9780a2fca8885a2307 authored about 21 years ago
Use pg_config if it can be found.

b460ae868eb43e03692e2e6dc14c491a32d0dc88 authored about 21 years ago
Source cleanup.

9a3cdc6491872bd1fe7eba2005df06748bc12a32 authored about 21 years ago
must be extern to avoid problems with some compilers

e3baf1a07da972a81f46582b02a8c9a85cb1e16d authored about 21 years ago
BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute)

9f8d30f2153db31f63ea22a541999af8a77948e0 authored about 21 years ago
BUGFIX: close string with smart_str_0()

d9328fb38eaf47b8308197bd9bb5f39091daf569 authored about 21 years ago
let soap build with php5

5e57f973cc932264229027df50cdae97af2db09e authored about 21 years ago
export tsrm id for session globals.

6ac364048beb1c7a72fa7e15401c72aaab2722ab authored about 21 years ago
let informix build

143ca6384610f55587ef52a08e11cbef790ddceb authored about 21 years ago
Tests were improved (https:// support)

6af0639c92aaf07567d9cdd874ba2d6dfb0eb20c authored about 21 years ago
fix expect

b9052251e74f0ced91237ac7c4629c3f8d26db85 authored about 21 years ago
Fixed test

caf47aee992762b2500f5f991d2f0f19c9fb029c authored about 21 years ago
Fixed build.

577439e9755a6eb684432ae5b0edacae946f7052 authored about 21 years ago
SOAP Encoding/Decoding were improved.

792b0e8f0b1a5ac0f8eb51ad43db364fbae1c6a6 authored about 21 years ago
Fix ZTS build

cf7afb8f180b36eb675d28e3e760c5c711c98468 authored about 21 years ago
Support for persistent HTTP connections was implemented (keep-alive)

498254e17a3cedf76c51bc9574092e10121e8fc3 authored about 21 years ago
Bug #25816 - disallow arrays in class constants

c4b6a637e5a0c5beb641d95621c9fa134c69c556 authored about 21 years ago
add test

209497cfdf342af332058852557249f591abb65e authored about 21 years ago
Fix Bug #26077 - memory leak when new() result is not assigned

and no constructor defined

e321eba06b24936cf6834d32c4aa050f9d16f16e authored about 21 years ago
let mhash build

9e229aa09d6ee367a09686875472815372a66231 authored about 21 years ago
add a rule to clean pecl things; split up the command line into 3 to

try to avoid possible problems with line-length under VC6

fc1d460a99c1bf33c0e3aed3ff876cbdc6f1389f authored about 21 years ago
Separate pecl extensions and sapi into their own target, and have mkdist.php

create a separate pecl dir and zip when building a win32 snapshot.

2aa33945fc319bcdfb2b26f285f5ac1ccf53a068 authored about 21 years ago
fix PHP_SPL problem when you don't have a pecl checkout.

af1522ad2d5fa3207f467f1ce3c3b978aebb85fa authored about 21 years ago
Remove these initializers as they are unused.

5ca7c382c9f761cd5a7d38f478939120fdbdea92 authored about 21 years ago
- Fix build

bbd9449e6bd6c6ea77b6816229ba22942d2ef2bc authored about 21 years ago
sqlite news

f4828675ebe439c04472e0c1314f9472a7e65bc8 authored about 21 years ago
Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces)

2736c55e3e6cf2bcb21dbb161a4afcd557ffdc92 authored about 21 years ago
ChangeLog update

47c81de40f8a8cd7b7c9d162db366c332296df4d authored about 21 years ago
Fixed compile failure of session extension is not present.

f5a3f2515962c87cf4a7f4cde053c60ad23c5f17 authored about 21 years ago
Fix dumping, when dumping a text element, for example:

<?php
$doc = simplexml_load_string('<?xml version="1.0"?>
<namelist>
<name>
<first>helly</fir...

406c2156d175a2e8005208ad36e8e01289821168 authored about 21 years ago
add optional dep on spl for simplexml.

Fix dep handling in buildconf

510dd7cca578e097a3ba7f615a19820c1337d29a authored about 21 years ago
Add some minimalistic documentation

3fc4dc44ae228c0eed2489dd82316babc4a44efa authored about 21 years ago
Fix windows build issue

526c6bd09c20bd37bff474253f3589f1f15e3d03 authored about 21 years ago
Cannot use shared SPL

fb38ee26a41a62704df1bd04ea66034f27f13b14 authored about 21 years ago