Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | - Fix another bug in session.c | Andi Gutmans | 2000-03-30 | 1 | -1/+1 |
| | | | | | - Start using the new PHP_GETCWD() and co. macros | ||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | request_info.c is dead! long live SAPI | Zeev Suraski | 2000-02-10 | 1 | -5/+5 |
| | | | | | | | @- Finished the server abstraction layer; All of the PHP code is now shared @ across different servers (Apache, CGI, IIS, etc.), except for thin @ interface modules (Zeev) | ||||
* | More cleanup! | Zeev Suraski | 2000-02-10 | 1 | -4/+4 |
| | |||||
* | More cleanup... | Zeev Suraski | 2000-02-10 | 1 | -10/+4 |
| | |||||
* | # Fix silly typo | Rasmus Lerdorf | 2000-01-08 | 1 | -1/+1 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -3/+3 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -5/+5 |
| | | | | | php3_compat.h) | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | * Get rid of another request_info element (filename) | Zeev Suraski | 1999-06-26 | 1 | -1/+1 |
| | | | | | * CGI through Apache should work now | ||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -1/+3 |
| | | | | | | * 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 | -8/+7 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+1 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+156 |