8f51f72d | 26-Jul-1999 |
Andi Gutmans |
- Fix the new operator incompatibility. - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to com
- Fix the new operator incompatibility. - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now.
show more ...
|
Revision tags: BEFORE_NEW_OPERATOR_FIX |
|
bc781c94 | 25-Jul-1999 |
Stig Bakken |
"gd", not "-lgd" |
c901d4c5 | 25-Jul-1999 |
Stig Bakken |
use AC_ADD_ macros |
ac7768ad | 25-Jul-1999 |
Stig Bakken |
final php3.ini -> php.ini renaming? |
736f4831 | 24-Jul-1999 |
Andrey Hristov |
A bunch of grunt work updating function entries and declarations. |
Revision tags: BEFORE_BIG_SYMBOL_CHANGE |
|
f6f0f285 | 24-Jul-1999 |
Sascha Schumann |
overlooked them |
97c496fc | 24-Jul-1999 |
Andrey Hristov |
Remove buildconf.stamp on make distclean |
fff675c4 | 24-Jul-1999 |
Zeev Suraski |
Congrats Andrey |
46783929 | 24-Jul-1999 |
Stig Bakken |
more Solaris fun |
7c2f1384 | 24-Jul-1999 |
Stig Bakken |
added workaround for Solaris PIC weirdness. added RPM spec file for a future "official" RPM, work-in-progress |
b81789eb | 24-Jul-1999 |
Stig Bakken |
temporary icon for RPMs until Colin gets back and can make us a spiffy new one |
68e32f6a | 24-Jul-1999 |
Zeev Suraski |
* Make Win32 build work again * Make error_reporting value prior to the standard initialization be set so that errors show up |
24eb90c5 | 24-Jul-1999 |
Stig Bakken |
Solaris 7 fix |
ae64b909 | 24-Jul-1999 |
Zeev Suraski |
*** empty log message *** |
0cdb7d6a | 24-Jul-1999 |
Zeev Suraski |
Fix that memory leak... nested function issue remains |
2b2bda77 | 24-Jul-1999 |
Zeev Suraski |
* Fix a warning * Update ChangeLog |
4199c6d6 | 24-Jul-1999 |
Danny Heijl |
Get rid of most compiler warnings. |
9c754da0 | 24-Jul-1999 |
Zeev Suraski |
Fix RETURN & SWITCH memory leak issue |
1b6fae10 | 24-Jul-1999 |
Zeev Suraski |
Thoroughly fix the SWITCH problem. No RETURN handling yet. |
b0c60bd2 | 24-Jul-1999 |
Rasmus Lerdorf |
Changelog |
d9f6ea2f | 24-Jul-1999 |
Rasmus Lerdorf |
Fix broken build |
8de07378 | 24-Jul-1999 |
Rasmus Lerdorf |
Bring rand.c up to date |
cd8d7c7c | 24-Jul-1999 |
Sascha Schumann |
fix for missing include path in CFLAGS |
cb2ab20a | 24-Jul-1999 |
Sascha Schumann |
Bourne Shell does not have -nt. |
974f2782 | 23-Jul-1999 |
Andrey Hristov |
Added function entry for similar_text(). |