summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* fix for #16469Wez Furlong2002-04-071-1/+1
* Nuke waring with ZTS buildYasuo Ohgaki2002-04-071-1/+1
* Fixed ZTS buildYasuo Ohgaki2002-04-071-1/+1
* Added BC support for old style zlib: wrapper.Wez Furlong2002-04-061-0/+2
* - Fix zzip_entry_readDerick Rethans2002-04-061-1/+1
* Chages for new pg_last_notice()Yasuo Ohgaki2002-04-062-3/+13
* Make pg_last_notice() work as it is designed. It returns last notice message ...Yasuo Ohgaki2002-04-061-23/+50
* - Fixed a leak in xml_decode().Andrei Zmievski2002-04-064-4/+8
* Use get_active_function_name() for error messages.Yasuo Ohgaki2002-04-061-43/+84
* Added test suite for domxml extension.Joseph Tate2002-04-052-0/+331
* Added unlink_node alias for consistencyJoseph Tate2002-04-051-0/+1
* -testing unicode user-commentMarcus Boerger2002-04-052-0/+29
* -correct length for ASCIIMarcus Boerger2002-04-051-11/+22
* include comma separated encoding lists in testMarcus Boerger2002-04-052-0/+20
* no space for comma separated encoding listsMarcus Boerger2002-04-051-3/+3
* aligning #Marcus Boerger2002-04-051-102/+103
* oops. that was an error not detected in shared library mode ...Christian Stocker2002-04-051-1/+1
* added domxml_parser(), domxml_parser_add_chunk() and domxml_parser_end().Christian Stocker2002-04-052-2/+150
* @Add zlib.output_compression_level option (Stig)Stig Bakken2002-04-052-9/+30
* Fix gzip/bz2 builds for WindowsZeev Suraski2002-04-054-47/+47
* Add error message from _notice_handler()Yasuo Ohgaki2002-04-051-0/+2
* Fix pg_last_notice() double free.Yasuo Ohgaki2002-04-051-1/+1
* Add notice message testYasuo Ohgaki2002-04-052-0/+23
* Update messageYasuo Ohgaki2002-04-051-2/+2
* Add bytea field to test table.Yasuo Ohgaki2002-04-053-3/+3
* Add real pg_escape_bytea() test.Yasuo Ohgaki2002-04-053-2/+31
* Fixed way of exporing functions. (Need PHPAPI for Win)Yasuo Ohgaki2002-04-052-10/+20
* Unicode is now based on php_mb_convert_encoding if availableMarcus Boerger2002-04-051-4/+59
* new function php_mb_convert_encodingMarcus Boerger2002-04-052-40/+102
* removed calls to wctomb, wcstombsMarcus Boerger2002-04-041-26/+21
* mailparse moved to pear/PECL.jim winstead2002-04-0425-4478/+0
* Fixed build with multiple concurrent jobs (make -j)Sander Roobol2002-04-042-0/+2
* Fix testsYasuo Ohgaki2002-04-042-6/+7
* Revert the bogus patch.foobar2002-04-041-5/+5
* Added pg_escape_*() testYasuo Ohgaki2002-04-042-0/+38
* Clean up pg_escape_*()Yasuo Ohgaki2002-04-041-17/+9
* - fixed a lot of memory leaks (by Lukas Schroeder)Christian Stocker2002-04-041-20/+25
* Fixed crash with pg_escape_*()Yasuo Ohgaki2002-04-041-1/+5
* Fixed sigfault in ibase_close(). Bug #15419 #15992Daniela Mariaschi2002-04-041-2/+11
* - OS X support for dynamically loaded extensions. (patch by Marko)foobar2002-04-041-4/+4
* fix bug #15150, thanks to daniel at haxx.se for the fixSterling Hughes2002-04-031-4/+4
* - Fix as suggested my MarcusDerick Rethans2002-04-031-0/+5
* fix TS buildWez Furlong2002-04-031-2/+2
* Tidy up win32 implementation of proc_open.Wez Furlong2002-04-033-105/+251
* add test for mailparse_extract_part_fileWez Furlong2002-04-031-0/+88
* main/streams.cWez Furlong2002-04-026-140/+532
* - Fix layoutDerick Rethans2002-04-021-1/+1
* - WhitespaceDerick Rethans2002-04-021-67/+53
* Be a bit more verbose about what was not found.foobar2002-04-021-1/+1
* (PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2Kirill Maximov2002-04-013-4/+21