summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix headers.Sebastian Bergmann2002-02-282-4/+4
* Fix iconv. Patch by (itai@siftology.com)Yasuo Ohgaki2002-02-281-4/+4
* +Added UNICODE support for CommentsMarcus Boerger2002-02-283-328/+452
* Initial MCVE extension added (Credit Card Processing)Brad House2002-02-2710-0/+2181
* This has been scaring people off.Andrei Zmievski2002-02-272-19/+1
* - Fix protoDerick Rethans2002-02-271-1/+1
* Implemented yaz_schema. Cleanup. 1.8 YAZ requiredAdam Dickmeiss2002-02-272-161/+86
* Bug fix 15719 as submited by Joseph Southwell and allows NULL values in ODBCDan Kalowsky2002-02-261-0/+7
* Allow use of dl() when CLI is compiled with ZTS (bug #15717).Edin Kadribasic2002-02-261-1/+1
* - Fix the fix.. no need to escape " in single quotesDerick Rethans2002-02-241-1/+1
* - Add slashes around string outputDerick Rethans2002-02-241-1/+5
* Make phpinfo() look nicer.Sebastian Bergmann2002-02-241-1/+3
* - Fix info output (Peter Neuman <neuman_peter@hotmail.com>).Markus Fischer2002-02-231-1/+1
* fixed configure error with freetype1.Rui Hirokawa2002-02-231-0/+4
* fixed a comment and default output encoding changed to pass.Rui Hirokawa2002-02-232-3/+3
* php.h included.Rui Hirokawa2002-02-231-0/+1
* Return true on update success.Frank M. Kromann2002-02-221-1/+1
* Fix crash bug 15607Yasuo Ohgaki2002-02-221-0/+1
* Added fmod() functionYasuo Ohgaki2002-02-213-0/+17
* Adding object aggregation capability along with tests.Andrei Zmievski2002-02-2116-2/+975
* "o|a|b" is not valid ZE code. changed to "o|ab"Christian Stocker2002-02-201-1/+1
* Split CRC32 table out into a header file so other code can use itRasmus Lerdorf2002-02-202-81/+110
* - Fix for bug #15628 (for real now :)Derick Rethans2002-02-201-1/+1
* - Fix for bug #15638Derick Rethans2002-02-201-1/+1
* Oops: source copy&paste should be done with care :) (Mc)Marc Boeren2002-02-181-3/+3
* Added support for Sybase-CT to dbx module (Mc).Marc Boeren2002-02-1810-8/+385
* Fix parse stringJason Greene2002-02-151-1/+1
* fix for bug 15516, patch submitted by torben@php.netDan Kalowsky2002-02-151-3/+17
* Fix problem with sesssion_pgsql moduleYasuo Ohgaki2002-02-151-2/+1
* Fix cosmetic bug. (#15142)Sean Bright2002-02-151-1/+1
* - Remove duplicate constantDerick Rethans2002-02-141-1/+0
* Fixing release and debug build on Win32Frank M. Kromann2002-02-131-3/+2
* Fix memory leaks.Yasuo Ohgaki2002-02-131-2/+6
* Fixed bug where users with empty passwords could not connect. (Mc)Marc Boeren2002-02-131-7/+7
* Initialize automatic persistent connection reset flagYasuo Ohgaki2002-02-121-0/+1
* Fix a long-standing infelicity that resulted in extra regex informationAndrei Zmievski2002-02-122-9/+9
* Expose pcre_get_compiled_regex as an API function.Andrei Zmievski2002-02-122-7/+7
* Added one more tweak for 4.0.x compatibility.Mark L. Woodward2002-02-111-4/+4
* - Fix protos.Markus Fischer2002-02-111-35/+35
* '0b' could be the beginning of a hex string (without leading '0x') so ifSean Bright2002-02-101-1/+1
* Add a new test for GMP base recognition.Sean Bright2002-02-101-0/+49
* Fix for bugs #10133 and #15454.Sean Bright2002-02-101-12/+35
* Renamed zval_debug_dump() to debug_zval_dump()Jason Greene2002-02-103-9/+9
* only rollback at script end if there is something to rollback.Thies C. Arntzen2002-02-102-9/+30
* Added php_sockaddr_size() in network.c (and the header file). This is usedStig Venaas2002-02-101-3/+4
* TSRM fixes.Sebastian Bergmann2002-02-101-3/+3
* @Added zval_debug_dump which works similar to var_dump yet displays extraJason Greene2002-02-103-0/+101
* Fix typoYasuo Ohgaki2002-02-101-1/+1
* *** empty log message ***Andrei Zmievski2002-02-092-2/+2
* * ZTS fixStig Bakken2002-02-091-3/+3