#
c12d4bc7 |
| 04-Sep-1999 |
Zeev Suraski |
*** empty log message *** |
#
c10c675f |
| 18-Aug-1999 |
Andrey Hristov |
Fixed bug #2105 |
Revision tags: php-4.0b2 |
|
#
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 |
|
#
72f675be |
| 20-Jul-1999 |
Mike Gerdts |
exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes. Lines being returned via the array that that contain only "\n" now are trimmed down to "" to be consistent with
exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes. 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.
show more ...
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update |
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
250d803c |
| 01-Jun-1999 |
Andi Gutmans |
- Fix for exec to use API |
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
39691bed |
| 16-May-1999 |
Sascha Schumann |
conv_proto *.[ch] |
#
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) |
#
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 |
#
c5af324e |
| 21-Apr-1999 |
Zeev Suraski |
More thread safety work |
#
5e8c3228 |
| 18-Apr-1999 |
Zeev Suraski |
Make Win32 happy with the recent changes. |
#
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 ...
|