summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Adding config file for win32. This allows to build with c-client 2002eFrank M. Kromann2003-12-082-0/+28
|
* wsfoobar2003-12-081-1/+1
|
* fix getElementsByTagname iterationRob Richards2003-12-082-14/+20
|
* export libxml2 and iconv symbolsRob Richards2003-12-085-15/+16
| | | | | extensions no longer link against either of those
* Implement CahingIterator and CachingRecursiveIterator as C-code.Marcus Boerger2003-12-084-54/+361
| | | | | | #Script examples/directorytree.php has a few memleaks though but besides #that all works fine.
* Use better name for the constantMarcus Boerger2003-12-084-8/+8
|
* Update examples to new parameter handlingMarcus Boerger2003-12-081-1/+1
|
* - A bug in Udm_Hash32 function was fixed.Sergey Kartashoff2003-12-081-0/+4
|
* Avoid using non-portable test syntax. This was causing problems onMoriyoshi Koizumi2003-12-081-1/+1
| | | | | Solaris. (Reported by Uwe Schindler. Thanks!)
* NULL pointers can be passed to free_fcn. This is the correct behaviour.Moriyoshi Koizumi2003-12-081-1/+3
|
* Fix iconv stream filter to properly handle multibyte characters thatMoriyoshi Koizumi2003-12-081-118/+147
| | | | | span at the alignment of a hunk.
* Fix a convert filters bug that occurs when multiple buckets are coming in.Moriyoshi Koizumi2003-12-081-1/+1
|
* Removed unused variable.Ilia Alshanetsky2003-12-071-6/+0
|
* wsfoobar2003-12-071-4/+5
|
* Remove unnecessary #includefoobar2003-12-071-1/+0
|
* The correct (tm) way.foobar2003-12-071-1/+1
|
* revert here tooMarcus Boerger2003-12-071-3/+2
|
* revert, not neededfoobar2003-12-072-6/+3
|
* Revert this part, tooMarcus Boerger2003-12-071-1/+1
|
* Fix logicfoobar2003-12-071-14/+8
|
* Revert, not needed hereMarcus Boerger2003-12-072-3/+2
|
* Use a single bit field for the flags hereMarcus Boerger2003-12-074-13/+15
|
* - Fixed bug #26548 (Malformed HTTP dates in headers).Derick Rethans2003-12-071-1/+1
|
* Update examplesMarcus Boerger2003-12-073-6/+6
|
* allow $node['not_yet_existing_attribute'] = $value; to workWez Furlong2003-12-071-1/+12
|
* fix warning for shared debugRob Richards2003-12-073-19/+26
| | | | | fix test bug26384 - WS issue
* tweak build so that it mirrors the source filesystem layout under the build ↵Wez Furlong2003-12-071-25/+29
| | | | dir. This allows GD extension to build.
* First attemt at win32 build with the new build system.Edin Kadribasic2003-12-071-0/+43
| | | | | #No workie yet, the build sys needs tweaking
* Enable shared buildMarcus Boerger2003-12-071-0/+2
|
* Added filepro to the new win32 build. Works both as sharedEdin Kadribasic2003-12-071-0/+9
| | | | | and built-in extension on windows.
* Fixed win32 build (no such include on windows).Edin Kadribasic2003-12-071-0/+2
|
* Added fdf to the new win32 build. Works both as sharedEdin Kadribasic2003-12-071-0/+15
| | | | | and built-in extension on windows.
* Added dbx to the new win32 build. Works both as sharedEdin Kadribasic2003-12-071-0/+10
| | | | | and built-in extension on windows.
* Fix enabling shared builds.Marcus Boerger2003-12-074-38/+36
|
* Added dbase to the new win32 build. Works both as sharedEdin Kadribasic2003-12-071-0/+10
| | | | | and built-in extension on windows.
* Added dba to the new win32 build. Works both as sharedEdin Kadribasic2003-12-061-0/+17
| | | | | and built-in extension on windows.
* MFB: PHP_PQ_ERROR() changeMarcus Boerger2003-12-061-53/+46
|
* #args, reinsert skipif for extension checkMarcus Boerger2003-12-061-0/+3
|
* Do not dynamically load the extension in skipifMarcus Boerger2003-12-061-7/+0
|
* Implement SeekableIterator and LimitIterator as C code.Marcus Boerger2003-12-063-37/+232
|
* Update examplesMarcus Boerger2003-12-065-23/+64
|
* com_create_guid() returns...Wez Furlong2003-12-063-1/+22
|
* Fix ftp build when openssl is built as a shared extension.Wez Furlong2003-12-063-20/+20
|
* Fix a problem resolving the php.ini path under win32 terminal services ↵Wez Furlong2003-12-061-9/+0
| | | | | | | environment. Remove config-file-path option from configure under win32; it is not used except to display what might have been chosen, so lets default to the getenv() thingy.
* use quotes if the user specifies a path, but don't otherwise (since we don't ↵Wez Furlong2003-12-061-1/+5
| | | | want the getenv calls quoted).
* Add missing iconv_close() callMoriyoshi Koizumi2003-12-061-0/+1
|
* fix protofoobar2003-12-061-1/+1
|
* make it build under win32Wez Furlong2003-12-062-0/+10
|
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-063-19/+24
| | | | | | The ws2tcpip.h header links to IPv6 functions dynamically and the generated binary will run on win98 and later.
* openssl support for the new buildWez Furlong2003-12-051-0/+17
|