summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary castsSascha Schumann2002-04-221-1/+1
* Set the close-on-exec flag for fds. Child processes should not inheritSascha Schumann2002-04-221-10/+7
* set up a proxy object when requesting a reference to a variableHarald Radi2002-04-222-3/+52
* fixes a warning when compiling under win32Harald Radi2002-04-221-1/+1
* changes related to the latest commit of the zend engineHarald Radi2002-04-226-62/+335
* hash keys lengths include the NUL-byte, so we need to copy one byte less.Sascha Schumann2002-04-221-2/+4
* small performance improvement when pass is selected as input encoding.Rui Hirokawa2002-04-211-4/+6
* Apply that patch I wrote ages ago that fixes some problems with true-colorWez Furlong2002-04-215-53/+116
* refactoring in pgsql_do_connect and some "leaner" code in pgsql_add_quotesSascha Schumann2002-04-211-118/+80
* Avoid allocating resources, if we know that the input array is empty.Sascha Schumann2002-04-211-21/+21
* speling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/Sascha Schumann2002-04-211-3/+3
* The default has been changed to assume failure, because there were 5-10Sascha Schumann2002-04-211-1/+1
* Add PGSQL_RETURN_OID which encapsulates the LONG_MAX check etc.Sascha Schumann2002-04-211-25/+17
* Also support --disable-shared installations of pgsqlSascha Schumann2002-04-211-1/+1
* My patch as posted to php-dev + warnings/errors fixed as seen inSascha Schumann2002-04-211-689/+214
* Tiny typo..foobar2002-04-212-12/+12
* simplify and improve speed of smart_str_print_long.Sascha Schumann2002-04-212-35/+41
* expletives deleted.Sterling Hughes2002-04-211-3/+7
* some more fixes towards making it work againSterling Hughes2002-04-211-5/+5
* allocate space for NULSascha Schumann2002-04-201-1/+1
* - initialize globals properlyDerick Rethans2002-04-201-0/+7
* include the checks for various support libraries to --with-gd=php section. thejim winstead2002-04-201-0/+10
* s/.o/.c/jim winstead2002-04-201-1/+1
* realloc buffer downSterling Hughes2002-04-201-1/+3
* If I don't want mbstring, I also don't want this transparent encodingSascha Schumann2002-04-201-0/+2
* Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid ...Yasuo Ohgaki2002-04-202-76/+194
* Added comment to fix large OID value handling later.Yasuo Ohgaki2002-04-201-7/+10
* Added missing 'd'.Yasuo Ohgaki2002-04-201-4/+4
* Some cleanup.Yasuo Ohgaki2002-04-201-25/+23
* Fixed OID overflow. If value is larger than MAX_LONG,Yasuo Ohgaki2002-04-201-8/+16
* Added API version for C programsYasuo Ohgaki2002-04-201-0/+2
* Remove warnings.Yasuo Ohgaki2002-04-201-17/+18
* throw a warning if encoding support not available...Sterling Hughes2002-04-191-1/+3
* make it work with dom processing, this allows DOM tree caching to avoidSterling Hughes2002-04-192-116/+199
* Indentation;)Adam Dickmeiss2002-04-191-1/+1
* fix warningAdam Dickmeiss2002-04-191-1/+2
* Revert bogus patch.Andrei Zmievski2002-04-191-7/+7
* - Fix warnings in VCDerick Rethans2002-04-191-7/+7
* Fixed pg_insert/update/select/delete overflow.Yasuo Ohgaki2002-04-191-18/+15
* Update testsYasuo Ohgaki2002-04-194-22/+26
* Added "NOT NULL" check and do not add converted variable when field is NULL a...Yasuo Ohgaki2002-04-191-13/+191
* Changed "default" -> "has default" (metadata)Yasuo Ohgaki2002-04-191-5/+7
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-193-5/+3
* Remove compiler warningsYasuo Ohgaki2002-04-192-6/+6
* Fixed file include errorYasuo Ohgaki2002-04-196-6/+6
* Remove warning.Yasuo Ohgaki2002-04-191-1/+1
* Fixed test title (strlen -> mb_strlen)Yasuo Ohgaki2002-04-191-1/+1
* Leave "" (null string) when converting.Yasuo Ohgaki2002-04-191-1/+1
* Remove warningsYasuo Ohgaki2002-04-191-2/+2
* Fixed messagesYasuo Ohgaki2002-04-191-4/+4