| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and... | James Moore | 2001-02-22 | 4 | -44/+31 |
* | Initalize some of the global vars. Crashed under ms debugger without having ... | Shane Caraveo | 2001-02-21 | 1 | -3/+7 |
* | Adding crypt.c and php_crypt.h to win32 builds, they were missing.. | James Moore | 2001-02-21 | 1 | -0/+8 |
* | When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete() | Rainer Schaaf | 2001-02-21 | 1 | -1/+1 |
* | zend_compile_file returns a NULL on error, check for that before | Shane Caraveo | 2001-02-21 | 1 | -1/+2 |
* | fix possible leak. | Thies C. Arntzen | 2001-02-21 | 1 | -0/+8 |
* | If we cannot send the header, we don't need to continue with the page. | Sascha Schumann | 2001-02-21 | 1 | -1/+2 |
* | * dbmaker fix, shared support | Stig Bakken | 2001-02-21 | 1 | -3/+12 |
* | Fix memory leak. | Andrei Zmievski | 2001-02-21 | 1 | -0/+2 |
* | Add safety check | Stanislav Malyshev | 2001-02-21 | 1 | -1/+3 |
* | # make sebastian and compiler happy .) | Hartmut Holzgraefe | 2001-02-21 | 2 | -4/+7 |
* | There is no need to declare ap_php_(opterr|optopt) with external linkage | Sascha Schumann | 2001-02-21 | 1 | -2/+0 |
* | Instead of assuming that sendmail lives in /usr/lib, if we don't find it, | Sascha Schumann | 2001-02-21 | 1 | -1/+1 |
* | Correctly check for the existence of the st_rdev field. | Sascha Schumann | 2001-02-21 | 2 | -2/+4 |
* | Preprocessor stuff should go into CPPFLAGS. | Sascha Schumann | 2001-02-21 | 2 | -2/+2 |
* | Added note about PCRE update. | Sebastian Bergmann | 2001-02-21 | 1 | -0/+1 |
* | Corrected News entry. | Jason Greene | 2001-02-21 | 1 | -1/+1 |
* | ChangeLog update | | 2001-02-21 | 1 | -0/+183 |
* | NEWS update | | 2001-02-21 | 1 | -0/+2 |
* | will now initialize dynamic extensions *after* static ones | Hartmut Holzgraefe | 2001-02-21 | 2 | -21/+79 |
* | * allow empty passwords in dsn (for example "mysql://user:@database") | Stig Bakken | 2001-02-20 | 1 | -1/+1 |
* | Fix Win32 build | Zeev Suraski | 2001-02-20 | 2 | -54/+48 |
* | Enable UTF8 support (incomplete) by default. | Andrei Zmievski | 2001-02-20 | 2 | -0/+2 |
* | Include PHP compatibility header file. | Andrei Zmievski | 2001-02-20 | 1 | -0/+1 |
* | Upgrade PCRE to version 3.4. | Andrei Zmievski | 2001-02-20 | 41 | -253/+2301 |
* | proper prefix for lookup_hostname | Daniel Beulshausen | 2001-02-20 | 2 | -4/+4 |
* | make hyperwave build under win32 | Daniel Beulshausen | 2001-02-20 | 5 | -84/+220 |
* | make socket functions available to the outside | Daniel Beulshausen | 2001-02-20 | 2 | -26/+26 |
* | make gd work again under win32 | Daniel Beulshausen | 2001-02-20 | 4 | -17/+24 |
* | add configuration which links again libsasl.lib | Daniel Beulshausen | 2001-02-20 | 1 | -3/+61 |
* | Changed default behavior of array_search to match in_array | Jason Greene | 2001-02-20 | 1 | -12/+3 |
* | Patch for inherited interfaces by Daniel Stodden <stodden@in.tum.de> | David Eriksson | 2001-02-20 | 1 | -11/+55 |
* | added missing ELS_FETCH() | Daniel Beulshausen | 2001-02-20 | 1 | -1/+1 |
* | define HAVE_LIBICONV | Daniel Beulshausen | 2001-02-20 | 1 | -2/+2 |
* | Stop leaking ParameterType data | David Eriksson | 2001-02-20 | 1 | -5/+19 |
* | no swf under win32 | Daniel Beulshausen | 2001-02-20 | 2 | -129/+0 |
* | Corrected typo in config.m4 | David Eriksson | 2001-02-20 | 1 | -1/+1 |
* | changed zlibstat.lib -> zlib.lib, which is the correct name | Daniel Beulshausen | 2001-02-20 | 1 | -2/+2 |
* | Rename to array_search(). | Andrei Zmievski | 2001-02-20 | 3 | -7/+6 |
* | Yet another bug fix regarding present. | Adam Dickmeiss | 2001-02-20 | 1 | -6/+9 |
* | Phrase search support has been added to mnogosearch extenstion. | Sergey Kartashoff | 2001-02-20 | 2 | -1/+53 |
* | Moved the core of in_array into the function php_search_array, which is calle... | Jason Greene | 2001-02-20 | 3 | -11/+61 |
* | Restore COM.c | Zeev Suraski | 2001-02-20 | 1 | -1/+1 |
* | ChangeLog update | | 2001-02-20 | 1 | -0/+113 |
* | NEWS update | | 2001-02-20 | 1 | -0/+1 |
* | - Fix for bug 9277, two the same boundaries make sense in some cases | Derick Rethans | 2001-02-19 | 1 | -1/+1 |
* | Bug fix: number of records in yaz_range wrongly set to zero. | Adam Dickmeiss | 2001-02-19 | 1 | -4/+5 |
* | Simpler fix for the InvalidOid thing by Tom Lane. | Sascha Schumann | 2001-02-19 | 3 | -23/+3 |
* | Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2 | Sascha Schumann | 2001-02-19 | 1 | -0/+2 |
* | Fix incompatibility with PostgreSQL CVS. | Sascha Schumann | 2001-02-19 | 2 | -0/+21 |