#
b7fe07d8 |
| 14-Jul-1999 |
Zeev Suraski |
php3.ini -> php.ini
|
#
e8832835 |
| 14-Jul-1999 |
Zeev Suraski |
* Update logos * Move from PreAlpha 1 to Beta 1.
|
#
3e6bce59 |
| 14-Jul-1999 |
Andi Gutmans |
- Add a bitwise flag to phpinfo() - Import a draft of the new PHP license
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
7eef2247 |
| 20-May-1999 |
Andi Gutmans |
- Small fixes
|
#
39691bed |
| 16-May-1999 |
Sascha Schumann |
conv_proto *.[ch]
|
#
dc5ed5a3 |
| 11-May-1999 |
Zeev Suraski |
beatify Apache's info func
|
#
bc415d5a |
| 09-May-1999 |
Zeev Suraski |
* Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(
* Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
show more ...
|
#
465c94ce |
| 06-May-1999 |
Zeev Suraski |
* Optimize _php3_parse_gpc_data() and clean it up, plus fix a couple of Zend related memory leaks in it
|
#
a5ab6b96 |
| 02-May-1999 |
Zeev Suraski |
Move path_info to the SAPI structure
|
#
3cd0af11 |
| 26-Apr-1999 |
Zeev Suraski |
* Get the Apache module to compile again * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
|
#
7942eaf3 |
| 26-Apr-1999 |
Zeev Suraski |
* Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP w
* Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.
show more ...
|
#
0818d96c |
| 24-Apr-1999 |
Zeev Suraski |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
|
#
6f7c0ede |
| 23-Apr-1999 |
Zeev Suraski |
Remove tls.[ch]
|
#
ff377329 |
| 22-Apr-1999 |
Stig Bakken |
moved fdf, hyperwave, informix and some smaller files
|
#
5e8c3228 |
| 18-Apr-1999 |
Zeev Suraski |
Make Win32 happy with the recent changes.
|
#
4f7b0a0c |
| 17-Apr-1999 |
Stig Bakken |
make sure the images on the phpinfo() page point to PHP-enabled pages
|
#
257de2ba |
| 17-Apr-1999 |
Stig Bakken |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extensio
First commit of re-structuring phase one. We have started using automake in 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.
show more ...
|