Revision tags: php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
6ce07a85 |
| 09-Jun-2000 |
Andi Gutmans |
- Change register_internal_class to zend_register_internal_class for - consistency. - Andrei: I'm still thinking about the _ex you want me to implement
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
#
4a1da8b6 |
| 04-Jun-2000 |
Zeev Suraski |
Fix Win32 build
|
#
5af7dff7 |
| 04-Jun-2000 |
Stanislav Malyshev |
add opendir to VIRTUAL_DIR
|
#
7f158268 |
| 04-Jun-2000 |
Stanislav Malyshev |
chdir returns 0 on success, compare against it
|
#
2aaa538a |
| 23-May-2000 |
Sascha Schumann |
Use reentrant version of readdir. If the target platform does not support the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will cause php_readdir_r calls to be serialized.
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
c9911a15 |
| 15-Apr-2000 |
Andi Gutmans |
- Change PHP_ to V_ (directory & file functions)
|
#
9c3d6304 |
| 30-Mar-2000 |
Andi Gutmans |
- Hopefully got most of them. We also need a chdir_file function like for Apache.
|
Revision tags: PHP-4.0-RC1 |
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension.
|
#
88b903da |
| 24-Feb-2000 |
Thies C. Arntzen |
zorro does a Z - egon does an e?
|
#
3b5efa05 |
| 24-Feb-2000 |
Egon Schmid |
More protos.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
#
29280bb9 |
| 10-Feb-2000 |
Andi Gutmans |
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
#
fb1c77bd |
| 17-Dec-1999 |
Zeev Suraski |
- Made PHP_VERSION and PHP_OS work again - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
|
#
a3c65143 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
#
02d3b394 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
4a60eed4 |
| 05-Dec-1999 |
Sascha Schumann |
Fix some warnings
|
#
5b983c94 |
| 04-Dec-1999 |
Sascha Schumann |
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 ma
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.
show more ...
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
5212b2fe |
| 20-Oct-1999 |
Andi Gutmans |
- Make CVS compile on Win32. - Rename php3_COM.h -> php_COM.h
|
#
33ebd523 |
| 20-Oct-1999 |
Thies C. Arntzen |
(PHP getcwd()) added, needs to porting to Win32 @- added getcwd() function. (Thies) # as we do have chdir() now we have getcwd() - i think we *should* restore the # working directory in R
(PHP getcwd()) added, needs to porting to Win32 @- added getcwd() function. (Thies) # as we do have chdir() now we have getcwd() - i think we *should* restore the # working directory in RSHUTDOWN!
show more ...
|