Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
13e67642 |
| 16-Sep-1999 |
Zeev Suraski |
Generalize SAPI a bit
|
#
b88ef58a |
| 13-Sep-1999 |
Zeev Suraski |
Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[]
|
#
3f0696da |
| 13-Sep-1999 |
Zeev Suraski |
Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)
|
#
7afbcb4f |
| 11-Sep-1999 |
Zeev Suraski |
Rename allow_builtin_links to expose_php
|
Revision tags: php-4.0b2 |
|
#
1e6c1594 |
| 07-Aug-1999 |
Zeev Suraski |
Built-in phpinfo() links are now turned off by default. They can be turned on using the allow_builtin_links INI directive
|
#
9b09f412 |
| 07-Aug-1999 |
Zeev Suraski |
- Changed phpinfo() to list modules that have no info function
|
#
4f3f4699 |
| 07-Aug-1999 |
Stefan Roehrich |
Corrected spelling.
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
40de81a5 |
| 19-Jul-1999 |
Andrey Hristov |
Updated status
|
#
c1853b56 |
| 19-Jul-1999 |
Zeev Suraski |
*** empty log message ***
|
#
afb16a58 |
| 19-Jul-1999 |
Sascha Schumann |
update
|
#
18579a5f |
| 19-Jul-1999 |
Andrey Hristov |
More credits.
|
#
715dc6b2 |
| 17-Jul-1999 |
Andrey Hristov |
Update credits a bit. "Overall Work" line should probably be extended.
|
#
5a3e983f |
| 17-Jul-1999 |
Zeev Suraski |
*** empty log message ***
|
#
614b4b78 |
| 17-Jul-1999 |
Zeev Suraski |
I was sure I committed these already. Weird
|
#
cbcf7c66 |
| 17-Jul-1999 |
Zeev Suraski |
*** empty log message ***
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
#
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
|