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

Removing the DB extension warning message. The DB extension is no longer

included in the PHP distribution.

20658020bd44b7c74fb5127a5ebb93b621754259 authored about 21 years ago by Jon Parise <[email protected]>
some tweaks for Frank

34df2ae23953e21e777e8aa224b2568a1c7ad340 authored about 21 years ago by Wez Furlong <[email protected]>
ChangeLog update

4dce55f28bfc86787e79a8cb07a8480ba5c9e75c authored about 21 years ago by <[email protected]>
Optimize strrpos/strripos for single char strings and fix offset to report correctly

feee37a17aa09d32ef9841079697f441fda3493a authored about 21 years ago by Sara Golemon <[email protected]>
Restore ability to use strrpos/strripos with an ordinal needle

3d6fcddfd297b37b5bafa4b5ee76209fb03cb69d authored about 21 years ago by Sara Golemon <[email protected]>
avoid vs.net specific option for now

86c8a87283d1624bec940e0b6a2b2666e6178bf5 authored about 21 years ago by Wez Furlong <[email protected]>
Avoid death when wrapping null/undefined values

68f77f37ba2cd0bc1e362a905722d60babda162b authored about 21 years ago by Wez Furlong <[email protected]>
make help more useful

5b7e8bb4f6faa2ca0bc1a1ce67da231a8c5f5630 authored about 21 years ago by Wez Furlong <[email protected]>
add win32 build readme

ccb682b652f69182d3de6fc08b1c716b4f687110 authored about 21 years ago by Wez Furlong <[email protected]>
Adding shmop config file for the new build system

4e483f9d351069230927a6f6bda73fa1981abb39 authored about 21 years ago by Ilia Alshanetsky <[email protected]>
Adding FrontBase config file for the new build system

a829089e25668980f335c8c4fd639ca26c451349 authored about 21 years ago by Frank M. Kromann <[email protected]>
Fix build if you don't have apache headers and want to disable apache...

0e0f78df63da70eb26984db2653cb0cd338a1289 authored about 21 years ago by Wez Furlong <[email protected]>
oops. this should be with and not enable

305d2a394869666b69f44cc527d284e85bf686b9 authored about 21 years ago by Frank M. Kromann <[email protected]>
Adding mssql config file for the new build system

de96d34adb1e8ecaebdd9e4eb95c0e6e49dc818d authored about 21 years ago by Frank M. Kromann <[email protected]>
Clarify a little.

2d0eaa398921641ed99b029c030ced40e86b7535 authored about 21 years ago by Wez Furlong <[email protected]>
Add new (optional!) win32 build infrastructure.

Will follow up to internals@ shortly.

05b9b20ed8e2f98b3fb71a227e49e11bdf7b9c6b authored about 21 years ago by Wez Furlong <[email protected]>
Export this so that shared session modules can use it under win32.

30b631d9f613e1644123e9cea0285ff1f7278b08 authored about 21 years ago by Wez Furlong <[email protected]>
Export these so that ftp extension can be build as shared ext.

5e4eac57bd804db627e41654a37f13abd4d966ec authored about 21 years ago by Wez Furlong <[email protected]>
Remove automatic call to __toString() since it is supposed to cause too

much trouble. See discussion on the mailing list.

ff57d33fe2cd4d3fd1023e241140932facacdba1 authored about 21 years ago by Marcus Boerger <[email protected]>
- Uncomment my code which improves Windows behavior of TSRM file paths.

- This will now not work on Windows 95 anymore.

5620f21dd5fc47bb785b52cd9196a63b94c4b2f8 authored about 21 years ago by Andi Gutmans <[email protected]>
- Revert the revert of these patches. This overloading can only be used

- by C extensions such as SimpleXML and *NOT* PHP code. Reasons given
- on the mailing list and p...

23b231d0eb86c3f1ce835f5df3946b1ab35763d9 authored about 21 years ago by Andi Gutmans <[email protected]>
Register url_stat flag constants in userspace

dacb3a68fe043073fcacead1c60c094d5b0264f0 authored about 21 years ago by Sara Golemon <[email protected]>
Populate userstream objects with context property

1aaf7da2ceb5ca059c9270318641e210c7cccecd authored about 21 years ago by Sara Golemon <[email protected]>
Update userspace/url_stat proto

88ccc6a630286258309f51e6a59a11924ce23e7c authored about 21 years ago by Sara Golemon <[email protected]>
set freed pointer to null to avoid reuse

a7e2f95247930d12ce4fceff027e1bf1888b7c8e authored about 21 years ago by Frank M. Kromann <[email protected]>
Improving the wording of the "don't use the DB extension" warning.

4f51656de9042099deafdb2aca878d8369527d7e authored about 21 years ago by Jon Parise <[email protected]>
this can't be persistent

da9093be3ac792e62351c332be44bd11d85f3884 authored about 21 years ago by Wez Furlong <[email protected]>
check node type for ->attributes and ->childNodes

6fa6d3c4707b1fa1327292e1197445114304ab61 authored about 21 years ago by Rob Richards <[email protected]>
- Updated credits

49af06e7b42db83caa26bc9dfafa8187ab392823 authored about 21 years ago by foobar <[email protected]>
removed some non-existing extensions/sapis

0377c1fab290078ab3ffe6b0961ade515357b4cd authored about 21 years ago by foobar <[email protected]>
Moved qtdom to PECL

c7b3a02c85a6b49c8f4b09dab523757b518f96a8 authored about 21 years ago by foobar <[email protected]>
- Fix for bug #26182

d7f839cce7d2c728cb457faef12a43d59eb9edba authored about 21 years ago by Andi Gutmans <[email protected]>
- Don't include E_STRICT in E_ALL.

393376d93693a4dc28b49cbded088122b4d2bf1f authored about 21 years ago by Andi Gutmans <[email protected]>