Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Leave this for now. | Andi Gutmans | 1999-09-15 | 1 | -1/+2 |
| | |||||
* | - Thread-unsafe win32 compiles again | Andi Gutmans | 1999-09-15 | 1 | -2/+1 |
| | | | | | - Some strlcpy changes including one bug fix. | ||||
* | you can now override the CFLAGS while doing make - eg: | Thies C. Arntzen | 1999-08-10 | 1 | -1/+5 |
| | | | | | make CFLAGS="-g" | ||||
* | file did not end with a newline, causing problems for Sun's C compiler | Mike Gerdts | 1999-08-03 | 1 | -1/+1 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -13/+13 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros. | ||||
* | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 2 | -11/+11 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | Finish porting aspell - tested and works ok now | Rasmus Lerdorf | 1999-07-12 | 1 | -2/+2 |
| | |||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -2/+3 |
| | | | | | - Change the hash destructor to return int | ||||
* | vpath thingie | Sascha Schumann | 1999-07-01 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-06-23 | 3 | -9/+9 |
| | |||||
* | Backing out changes. | Andrey Hristov | 1999-06-21 | 1 | -5/+3 |
| | |||||
* | Fixed a bug in preg_replace. | Andrey Hristov | 1999-06-09 | 1 | -2/+0 |
| | |||||
* | Fix an ereg_replace() crash bug | Zeev Suraski | 1999-06-07 | 1 | -1/+1 |
| | |||||
* | Added push(), pop(), shift(), unshift(), splice(), and slice() array functions. | Andrey Hristov | 1999-06-05 | 1 | -1/+0 |
| | | | | | | | | The first 5 work like their Perl counterparts. slice() returns a chunk of the array specified by offset and length arguments. Backport to PHP3 and docs will be coming soon. | ||||
* | Not sure that's the right fix, but at least it fixes the symptom | Zeev Suraski | 1999-06-05 | 1 | -2/+5 |
| | |||||
* | more VPATH work | Sascha Schumann | 1999-05-29 | 1 | -2/+2 |
| | |||||
* | Fixing a couple of long standing bugs. | Andrey Hristov | 1999-05-26 | 1 | -3/+5 |
| | |||||
* | remove debug messages | Sascha Schumann | 1999-05-21 | 1 | -4/+0 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -12/+16 |
| | |||||
* | * HTTP-auth bugfix | Zeev Suraski | 1999-05-13 | 2 | -13/+15 |
| | | | | | * Patch the regex thread safe code to compile in thread safe mode | ||||
* | - regex cache (needs some work) | Sascha Schumann | 1999-05-12 | 2 | -10/+120 |
| | | | | | - str_replace changes from php3 | ||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 2 | -0/+15 |
| | | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h | ||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -4/+1 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+1 |
| | |||||
* | port some fixes, add compat routines | Sascha Schumann | 1999-04-21 | 1 | -10/+16 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 2 | -0/+617 |
| | | | | | | | | | | | | | sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. | ||||
* | Win32 patches | Zeev Suraski | 1999-04-07 | 5 | -0/+128 |
| | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 24 | -0/+6316 |