Uwe Steinmann
|
33471de02a
|
- using more of the zend API
|
2000-06-30 09:46:39 +00:00 |
|
Hartmut Holzgraefe
|
87a491d7b6
|
C++ // comments are evil ...
|
2000-06-16 18:24:02 +00:00 |
|
Andi Gutmans
|
a9d4cf9023
|
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
|
2000-06-10 08:48:01 +00:00 |
|
Sascha Schumann
|
0036b8bba0
|
#if WIN.* => #ifdef PHP_WIN32
#if !(WIN.* => #ifndef PHP_WIN32
|
2000-02-12 14:38:31 +00:00 |
|
Zeev Suraski
|
bb3ca12629
|
More cleanup...
|
1999-12-17 21:50:07 +00:00 |
|
Zeev Suraski
|
fb1c77bd4f
|
- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)
|
1999-12-17 20:55:31 +00:00 |
|
Sascha Schumann
|
5b983c944f
|
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.
|
1999-12-04 19:19:57 +00:00 |
|