| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adding config file for win32. This allows to build with c-client 2002e | Frank M. Kromann | 2003-12-08 | 2 | -0/+28 |
| | | |||||
| * | Exporting symbols used in the imap extension | Frank M. Kromann | 2003-12-08 | 2 | -6/+6 |
| | | |||||
| * | ws | foobar | 2003-12-08 | 1 | -1/+1 |
| | | |||||
| * | Removed extraneous php4_close() function and Windows compile checks. | Alex Leigh | 2003-12-08 | 1 | -20/+0 |
| | | |||||
| * | fix getElementsByTagname iteration | Rob Richards | 2003-12-08 | 2 | -14/+20 |
| | | |||||
| * | New SAPI module for Continuity HTTP server (ashpool.com) | Alex Leigh | 2003-12-08 | 3 | -0/+564 |
| | | |||||
| * | - Make it compile again | Derick Rethans | 2003-12-08 | 1 | -1/+1 |
| | | |||||
| * | export libxml2 and iconv symbols | Rob Richards | 2003-12-08 | 7 | -28/+30 |
| | | | | | | extensions no longer link against either of those | ||||
| * | typofix | foobar | 2003-12-08 | 1 | -2/+1 |
| | | |||||
| * | Implement CahingIterator and CachingRecursiveIterator as C-code. | Marcus Boerger | 2003-12-08 | 4 | -54/+361 |
| | | | | | | | #Script examples/directorytree.php has a few memleaks though but besides #that all works fine. | ||||
| * | Use better name for the constant | Marcus Boerger | 2003-12-08 | 4 | -8/+8 |
| | | |||||
| * | Update examples to new parameter handling | Marcus Boerger | 2003-12-08 | 1 | -1/+1 |
| | | |||||
| * | - A bug in Udm_Hash32 function was fixed. | Sergey Kartashoff | 2003-12-08 | 1 | -0/+4 |
| | | |||||
| * | Avoid using non-portable test syntax. This was causing problems on | Moriyoshi Koizumi | 2003-12-08 | 1 | -1/+1 |
| | | | | | | Solaris. (Reported by Uwe Schindler. Thanks!) | ||||
| * | NULL pointers can be passed to free_fcn. This is the correct behaviour. | Moriyoshi Koizumi | 2003-12-08 | 1 | -1/+3 |
| | | |||||
| * | ChangeLog update | 2003-12-08 | 1 | -0/+5 | |
| | | |||||
| * | Fix iconv stream filter to properly handle multibyte characters that | Moriyoshi Koizumi | 2003-12-08 | 1 | -118/+147 |
| | | | | | | span at the alignment of a hunk. | ||||
| * | Fix a convert filters bug that occurs when multiple buckets are coming in. | Moriyoshi Koizumi | 2003-12-08 | 1 | -1/+1 |
| | | |||||
| * | entries for get_declared_interfaces/get_declared_classes | Andrey Hristov | 2003-12-07 | 1 | -0/+3 |
| | | |||||
| * | Apply Andrey Hristov's patch adding get_declared_interfaces() | Stanislav Malyshev | 2003-12-07 | 1 | -4/+30 |
| | | |||||
| * | Removed unused variable. | Ilia Alshanetsky | 2003-12-07 | 1 | -6/+0 |
| | | |||||
| * | ws | foobar | 2003-12-07 | 1 | -4/+5 |
| | | |||||
| * | BFN | foobar | 2003-12-07 | 1 | -0/+1 |
| | | |||||
| * | Remove unnecessary #include | foobar | 2003-12-07 | 1 | -1/+0 |
| | | |||||
| * | bfn reorder | foobar | 2003-12-07 | 1 | -4/+3 |
| | | |||||
| * | The correct (tm) way. | foobar | 2003-12-07 | 1 | -1/+1 |
| | | |||||
| * | revert here too | Marcus Boerger | 2003-12-07 | 1 | -3/+2 |
| | | |||||
| * | revert, not needed | foobar | 2003-12-07 | 2 | -6/+3 |
| | | |||||
| * | Revert this part, too | Marcus Boerger | 2003-12-07 | 1 | -1/+1 |
| | | |||||
| * | Fix logic | foobar | 2003-12-07 | 1 | -14/+8 |
| | | |||||
| * | Revert, not needed here | Marcus Boerger | 2003-12-07 | 2 | -3/+2 |
| | | |||||
| * | Use a single bit field for the flags here | Marcus Boerger | 2003-12-07 | 4 | -13/+15 |
| | | |||||
| * | - Add comment, I put this ina week ago and it already confused me :) | Derick Rethans | 2003-12-07 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #26548 (Malformed HTTP dates in headers). | Derick Rethans | 2003-12-07 | 2 | -1/+2 |
| | | |||||
| * | Update examples | Marcus Boerger | 2003-12-07 | 3 | -6/+6 |
| | | |||||
| * | fix potential buffer overrun | Stanislav Malyshev | 2003-12-07 | 1 | -2/+7 |
| | | |||||
| * | allow $node['not_yet_existing_attribute'] = $value; to work | Wez Furlong | 2003-12-07 | 1 | -1/+12 |
| | | |||||
| * | fix warning for shared debug | Rob Richards | 2003-12-07 | 3 | -19/+26 |
| | | | | | | fix test bug26384 - WS issue | ||||
| * | tweak build so that it mirrors the source filesystem layout under the build ↵ | Wez Furlong | 2003-12-07 | 3 | -33/+49 |
| | | | | | dir. This allows GD extension to build. | ||||
| * | First attemt at win32 build with the new build system. | Edin Kadribasic | 2003-12-07 | 1 | -0/+43 |
| | | | | | | #No workie yet, the build sys needs tweaking | ||||
| * | Enable shared build | Marcus Boerger | 2003-12-07 | 1 | -0/+2 |
| | | |||||
| * | ChangeLog update | 2003-12-07 | 2 | -0/+205 | |
| | | |||||
| * | Added filepro to the new win32 build. Works both as shared | Edin Kadribasic | 2003-12-07 | 1 | -0/+9 |
| | | | | | | and built-in extension on windows. | ||||
| * | Fixed win32 build (no such include on windows). | Edin Kadribasic | 2003-12-07 | 1 | -0/+2 |
| | | |||||
| * | Added fdf to the new win32 build. Works both as shared | Edin Kadribasic | 2003-12-07 | 1 | -0/+15 |
| | | | | | | and built-in extension on windows. | ||||
| * | fix #279 | Greg Beaver | 2003-12-07 | 2 | -0/+9 |
| | | |||||
| * | Added dbx to the new win32 build. Works both as shared | Edin Kadribasic | 2003-12-07 | 1 | -0/+10 |
| | | | | | | and built-in extension on windows. | ||||
| * | Fix enabling shared builds. | Marcus Boerger | 2003-12-07 | 4 | -38/+36 |
| | | |||||
| * | fix #205, wider column names for pear list | Greg Beaver | 2003-12-07 | 1 | -1/+1 |
| | | |||||
| * | Added dbase to the new win32 build. Works both as shared | Edin Kadribasic | 2003-12-07 | 1 | -0/+10 |
| | | | | | | and built-in extension on windows. | ||||
