This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Aug 2, 2001
1 parent
527689c
commit ce16a6e
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,43 @@ | ||
2001-08-01 Zeev Suraski <[email protected]> | ||
|
||
* sapi/apache/mod_php4.c | ||
sapi/apache/sapi_apache.c: Fix Apache/ZTS build | ||
|
||
2001-08-01 Sascha Schumann <[email protected]> | ||
|
||
* ext/ircg/ircg.c: Don't segfault on broken format messages | ||
|
||
2001-08-01 Frank M. Kromann <[email protected]> | ||
|
||
* ext/standard/math.c | ||
ext/standard/basic_functions.c: | ||
These new math functions are not supported on Win32 | ||
|
||
2001-08-01 Andrei Zmievski <[email protected]> | ||
|
||
* ext/standard/math.c | ||
ext/standard/php_math.h | ||
ext/standard/basic_functions.c: | ||
- Added a few new math functions from Jesus Castagnetto. | ||
- Converted to Z_* macros. | ||
- Added a few new math functions. | ||
|
||
2001-08-01 Thomas V.V.Cox <[email protected]> | ||
|
||
* pear/PEAR/Installer.php: added BaseInstall dir support | ||
|
||
2001-08-01 Jani Taskinen <[email protected]> | ||
|
||
* ext/fdf/config.m4: | ||
This should work better. Thanks to Jon Wagoner <[email protected]> | ||
|
||
* .cvsignore: configure leftovers.. | ||
|
||
* main/fopen_wrappers.c | ||
main/fopen_wrappers.h: kill warning and make this build again. | ||
|
||
* ext/standard/php_fopen_wrapper.c: fix build. | ||
|
||
2001-07-31 Jani Taskinen <[email protected]> | ||
|
||
* ext/yp/yp.c: killed some compile warnings | ||
|