Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 15 | -31/+50 |
| | | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0 | ||||
* | Add Aspell module | Rasmus Lerdorf | 1999-07-09 | 5 | -0/+304 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-09 | 3 | -4/+13 |
| | |||||
* | Send a SIGSEGV instead of exiting, to trigger a core dump | Zeev Suraski | 1999-07-09 | 1 | -0/+8 |
| | |||||
* | * Support recoverable failure from erealloc() | Zeev Suraski | 1999-07-09 | 3 | -27/+32 |
| | | | | | * Fix the shutdown code on an unrecoverable erealloc() failure | ||||
* | Fix the mess in SIGSEGV handling, hopefully | Zeev Suraski | 1999-07-09 | 1 | -5/+14 |
| | |||||
* | More cleanup. | Andrey Hristov | 1999-07-08 | 5 | -0/+0 |
| | |||||
* | Reduce clutter a bit. | Andrey Hristov | 1999-07-08 | 18 | -1/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-08 | 1 | -0/+1 |
| | |||||
* | Avoid sending NULL argument to printf | Zeev Suraski | 1999-07-08 | 1 | -2/+2 |
| | |||||
* | Support definition of classes that are derived from classes that are defined ↵ | Zeev Suraski | 1999-07-08 | 2 | -22/+73 |
| | | | | in runtime | ||||
* | on par with latest php3 | Thies C. Arntzen | 1999-07-08 | 2 | -179/+215 |
| | |||||
* | Fix a memory leak by not allowing session_start() to be called more than once. | Andrey Hristov | 1999-07-07 | 1 | -0/+2 |
| | |||||
* | enable it, until we find a better way | Sascha Schumann | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | add sendmail | Sascha Schumann | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Support PCRE under Win32 | Zeev Suraski | 1999-07-06 | 5 | -7/+106 |
| | |||||
* | avoid two copies of pcre.c in the repository | Zeev Suraski | 1999-07-06 | 2 | -1/+1 |
| | |||||
* | make Solaris gcc happy | Sascha Schumann | 1999-07-05 | 1 | -1/+2 |
| | |||||
* | Correct option caching | Andrey Hristov | 1999-07-05 | 2 | -1/+7 |
| | |||||
* | use void * instead of long for 64-bit test | Sascha Schumann | 1999-07-05 | 2 | -2/+2 |
| | |||||
* | ups | Thies C. Arntzen | 1999-07-05 | 1 | -4/+4 |
| | |||||
* | fixed mem-leak | Thies C. Arntzen | 1999-07-05 | 1 | -2/+4 |
| | |||||
* | ported IPTC fro php3 | Thies C. Arntzen | 1999-07-05 | 3 | -17/+286 |
| | |||||
* | added RESOURCE-returning | Thies C. Arntzen | 1999-07-05 | 1 | -3/+3 |
| | |||||
* | up to php3 version | Thies C. Arntzen | 1999-07-05 | 1 | -21/+15 |
| | | | | | returns resources now! | ||||
* | added RETVAL_RESOURCE and RETURN_RESOURCE | Thies C. Arntzen | 1999-07-05 | 1 | -0/+9 |
| | |||||
* | Make convert_to_string() regard false as "" instead of "0" | Zeev Suraski | 1999-07-04 | 1 | -2/+7 |
| | |||||
* | updated to latest php3 | Thies C. Arntzen | 1999-07-04 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-03 | 1 | -0/+4 |
| | |||||
* | Support x-httpd-php-source | Zeev Suraski | 1999-07-03 | 1 | -5/+15 |
| | |||||
* | *** empty log message *** | Sascha Schumann | 1999-07-03 | 1 | -3/+9 |
| | |||||
* | remove cvsignore files as well | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | don't wipe files for distributions | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | 'make dist' builds an easy distributable tarball | Sascha Schumann | 1999-07-03 | 1 | -0/+28 |
| | |||||
* | add missing include | Sascha Schumann | 1999-07-03 | 1 | -0/+1 |
| | |||||
* | checking for ints won't work, since they are 32 bit on both platforms | Sascha Schumann | 1999-07-03 | 2 | -2/+2 |
| | |||||
* | ignore this | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | would be logical to enable display source mode | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | Support isset()/empty() for string offsets | Zeev Suraski | 1999-07-03 | 1 | -4/+21 |
| | |||||
* | ar t is a little bit noisy on Rhapsody | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | Fix a crash | Zeev Suraski | 1999-07-03 | 1 | -0/+3 |
| | |||||
* | almost no config.m4 substitutes these anymore. | Sascha Schumann | 1999-07-03 | 1 | -62/+62 |
| | |||||
* | work around the Apache problem that it pollutes the namespace | Sascha Schumann | 1999-07-03 | 1 | -0/+8 |
| | |||||
* | add usual rhapsody hack | Sascha Schumann | 1999-07-03 | 1 | -0/+6 |
| | |||||
* | missing DL_HANDLE broke build | Sascha Schumann | 1999-07-03 | 1 | -0/+1 |
| | |||||
* | there must be a better way | Sascha Schumann | 1999-07-03 | 1 | -0/+1 |
| | |||||
* | typo | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | let's start OS X hacking | Sascha Schumann | 1999-07-03 | 1 | -0/+6 |
| | |||||
* | .. | Sascha Schumann | 1999-07-02 | 1 | -0/+1 |
| | |||||
* | ... | Sascha Schumann | 1999-07-02 | 1 | -1/+0 |
| |