Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill a warning | Rasmus Lerdorf | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | Fixed bug #2105 | Andrey Hristov | 1999-08-18 | 1 | -5/+8 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -12/+12 |
| | | | | | php3_compat.h) | ||||
* | exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes. | Mike Gerdts | 1999-07-20 | 1 | -3/+41 |
| | | | | | | | Lines being returned via the array that that contain only "\n" now are trimmed down to "" to be consistent with exec's whitespace trimming behavior for all other lines. | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | - Fix for exec to use API | Andi Gutmans | 1999-06-01 | 1 | -7/+4 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -4/+4 |
| | |||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -2/+5 |
| | | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) | ||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -5/+4 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | moved fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -1/+1 |
| | |||||
* | More thread safety work | Zeev Suraski | 1999-04-21 | 1 | -0/+1 |
| | |||||
* | Make Win32 happy with the recent changes. | Zeev Suraski | 1999-04-18 | 1 | -1/+1 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+388 |
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. |