summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and...James Moore2001-02-224-44/+31
* Initalize some of the global vars. Crashed under ms debugger without having ...Shane Caraveo2001-02-211-3/+7
* Adding crypt.c and php_crypt.h to win32 builds, they were missing..James Moore2001-02-211-0/+8
* When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete()Rainer Schaaf2001-02-211-1/+1
* zend_compile_file returns a NULL on error, check for that beforeShane Caraveo2001-02-211-1/+2
* fix possible leak.Thies C. Arntzen2001-02-211-0/+8
* If we cannot send the header, we don't need to continue with the page.Sascha Schumann2001-02-211-1/+2
* * dbmaker fix, shared supportStig Bakken2001-02-211-3/+12
* Fix memory leak.Andrei Zmievski2001-02-211-0/+2
* Add safety checkStanislav Malyshev2001-02-211-1/+3
* # make sebastian and compiler happy .)Hartmut Holzgraefe2001-02-212-4/+7
* There is no need to declare ap_php_(opterr|optopt) with external linkageSascha Schumann2001-02-211-2/+0
* Instead of assuming that sendmail lives in /usr/lib, if we don't find it,Sascha Schumann2001-02-211-1/+1
* Correctly check for the existence of the st_rdev field.Sascha Schumann2001-02-212-2/+4
* Preprocessor stuff should go into CPPFLAGS.Sascha Schumann2001-02-212-2/+2
* Added note about PCRE update.Sebastian Bergmann2001-02-211-0/+1
* Corrected News entry.Jason Greene2001-02-211-1/+1
* ChangeLog update2001-02-211-0/+183
* NEWS update2001-02-211-0/+2
* will now initialize dynamic extensions *after* static onesHartmut Holzgraefe2001-02-212-21/+79
* * allow empty passwords in dsn (for example "mysql://user:@database")Stig Bakken2001-02-201-1/+1
* Fix Win32 buildZeev Suraski2001-02-202-54/+48
* Enable UTF8 support (incomplete) by default.Andrei Zmievski2001-02-202-0/+2
* Include PHP compatibility header file.Andrei Zmievski2001-02-201-0/+1
* Upgrade PCRE to version 3.4.Andrei Zmievski2001-02-2041-253/+2301
* proper prefix for lookup_hostnameDaniel Beulshausen2001-02-202-4/+4
* make hyperwave build under win32Daniel Beulshausen2001-02-205-84/+220
* make socket functions available to the outsideDaniel Beulshausen2001-02-202-26/+26
* make gd work again under win32Daniel Beulshausen2001-02-204-17/+24
* add configuration which links again libsasl.libDaniel Beulshausen2001-02-201-3/+61
* Changed default behavior of array_search to match in_arrayJason Greene2001-02-201-12/+3
* Patch for inherited interfaces by Daniel Stodden <stodden@in.tum.de>David Eriksson2001-02-201-11/+55
* added missing ELS_FETCH()Daniel Beulshausen2001-02-201-1/+1
* define HAVE_LIBICONVDaniel Beulshausen2001-02-201-2/+2
* Stop leaking ParameterType dataDavid Eriksson2001-02-201-5/+19
* no swf under win32Daniel Beulshausen2001-02-202-129/+0
* Corrected typo in config.m4David Eriksson2001-02-201-1/+1
* changed zlibstat.lib -> zlib.lib, which is the correct nameDaniel Beulshausen2001-02-201-2/+2
* Rename to array_search().Andrei Zmievski2001-02-203-7/+6
* Yet another bug fix regarding present.Adam Dickmeiss2001-02-201-6/+9
* Phrase search support has been added to mnogosearch extenstion.Sergey Kartashoff2001-02-202-1/+53
* Moved the core of in_array into the function php_search_array, which is calle...Jason Greene2001-02-203-11/+61
* Restore COM.cZeev Suraski2001-02-201-1/+1
* ChangeLog update2001-02-201-0/+113
* NEWS update2001-02-201-0/+1
* - Fix for bug 9277, two the same boundaries make sense in some casesDerick Rethans2001-02-191-1/+1
* Bug fix: number of records in yaz_range wrongly set to zero.Adam Dickmeiss2001-02-191-4/+5
* Simpler fix for the InvalidOid thing by Tom Lane.Sascha Schumann2001-02-193-23/+3
* Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2Sascha Schumann2001-02-191-0/+2
* Fix incompatibility with PostgreSQL CVS.Sascha Schumann2001-02-192-0/+21