summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use new infrastructure.Zeev Suraski2003-08-0321-107/+190
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-1/+1
* Disable the test temporarily because "-d" flags in the command line doesn'tMoriyoshi Koizumi2003-08-031-0/+1
* Show interfacesMarcus Boerger2003-08-021-1/+8
* Use correct macroMarcus Boerger2003-08-022-8/+8
* Segfault fix.John Coggeshall2003-08-011-6/+12
* Fixed a number of memleaks and cleaned up the code a bit.John Coggeshall2003-08-012-177/+210
* Adding the tidy extension to PECLJohn Coggeshall2003-08-0118-0/+2707
* - Removed the unnecessary check of array_init() return value.foobar2003-07-311-3/+1
* Revert the fix for nowfoobar2003-07-303-9/+14
* Fixed bug #23792 (8 bit graphics don't rotate properly)Ilia Alshanetsky2003-07-301-59/+66
* Fix build on certain platforms which do not accept #include FOOBARfoobar2003-07-303-14/+9
* Fix yaz_record, type array to return bibliographic record partAdam Dickmeiss2003-07-301-0/+2
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-292-3/+15
* increment refcount for arrays passed to xml_set_handlerRob Richards2003-07-291-1/+2
* Make pclose() respect references.Ilia Alshanetsky2003-07-281-1/+2
* Fixed bug #24839 (missing </div>)foobar2003-07-281-1/+1
* ws fixfoobar2003-07-282-14/+15
* Fixed bug #13142 (strtotime not handling "M d H:i:s Y" format)Ilia Alshanetsky2003-07-282-0/+27
* Fix bug #24801 (xml_call_handler() causes segmentation fault)Rob Richards2003-07-271-2/+0
* remove xml debug codeRob Richards2003-07-271-1/+1
* Fixed bug #24557 (make fclose() respect refcount on the resource).Ilia Alshanetsky2003-07-271-1/+1
* Fixed bug #24827 (ob_gzhandler overrides Vary header)Ilia Alshanetsky2003-07-271-2/+2
* reworking xml namespace supportRob Richards2003-07-277-166/+224
* #damnMarcus Boerger2003-07-271-1/+1
* In protocol version < 3 we cannot test transaction status and do unconditiona...Marcus Boerger2003-07-271-1/+1
* Added new function pg_parameter_status()Marcus Boerger2003-07-272-0/+41
* Needed function detectionMarcus Boerger2003-07-271-0/+1
* New smart connect/shutdown for persistent connections.Marcus Boerger2003-07-271-15/+33
* doctype and namespace fixRob Richards2003-07-251-14/+28
* Fix typo (and debug build)foobar2003-07-251-1/+1
* Removed unused variable.Ilia Alshanetsky2003-07-251-1/+0
* Fix Bug#24784 single character search keys not respecting case sensitivity/re...Sara Golemon2003-07-252-7/+23
* Bug 24760 fix, in which the port number when non-default is not handledHarrie Hazewinkel2003-07-241-2/+0
* Update due to Zeev's latest engine changesMarcus Boerger2003-07-241-16/+9
* initial xpath implementationRob Richards2003-07-2410-25/+285
* fix the testfoobar2003-07-241-7/+3
* test for bug #14580 (key() not binary safe)foobar2003-07-241-0/+15
* Fix bug #19613Zeev Suraski2003-07-241-0/+2
* gztell() is not necessary, the return value of gzseek() represents theIlia Alshanetsky2003-07-241-7/+5
* Fixed GLOB_ONLYDIR to work on GNU libc based system.Ilia Alshanetsky2003-07-231-2/+8
* Removed unused variables.Ilia Alshanetsky2003-07-231-2/+1
* Fixed bug #24752 (Unhandled "uniqueidentifier" field type)Ilia Alshanetsky2003-07-232-0/+17
* Fix interfaceZeev Suraski2003-07-231-2/+2
* Fix segfault. Patch by Timm Friebe <thekid@thekid.de>.Sebastian Bergmann2003-07-231-1/+1
* - Fix leak when no fill is done (ilia)Pierre Joye2003-07-231-3/+4
* - Remove imagepng, not used in testPierre Joye2003-07-231-2/+1
* - imagefill testsPierre Joye2003-07-231-0/+86
* - Fix #bug24594Pierre Joye2003-07-231-86/+181
* Added pg_version() which returns an associative array of client/protocol/serverMarcus Boerger2003-07-223-0/+25