#
26300a8e |
| 10-Aug-2000 |
Andi Gutmans |
- Move compat macros to php3_compat.h
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
10f30009 |
| 06-Aug-2000 |
Stanislav Malyshev |
fix stupid bug
|
#
c756ae2d |
| 06-Aug-2000 |
Andi Gutmans |
Virtualize realpath, chmod, chown and utime This should fix #5935 and #5904 @- Virtualize realpath, chmod, chown and utime (Stas)
|
#
a8f0c5a3 |
| 06-Aug-2000 |
Rasmus Lerdorf |
decouple this check just in case we hit a weird system that has one and not the other. And we specifically check for this, so we should use the information.
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
16017f6d |
| 02-Jul-2000 |
Sascha Schumann |
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
show more ...
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
4b5e7d66 |
| 24-Jun-2000 |
Andi Gutmans |
- Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested. - Mutex popen() in Windows as the UNIX trick doesn't work there.
|
#
719d995a |
| 12-Jun-2000 |
Andi Gutmans |
- On UNIX support popen() which works with current working directory - when in VIRTUAL_DIR mode.
|
#
02c42362 |
| 12-Jun-2000 |
Andi Gutmans |
- Start of popen() fix for UNIX. Still unclear what we'll do on Windows.
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
d180634e |
| 08-Jun-2000 |
Sascha Schumann |
Add PHP_BROKEN_SPRINTF check here. Also remove unnecessary #ifdef's for PACKAGE and VERSION.
|
#
5af7dff7 |
| 04-Jun-2000 |
Stanislav Malyshev |
add opendir to VIRTUAL_DIR
|
#
06388f51 |
| 02-Jun-2000 |
Zeev Suraski |
Use the new error code @- Added set_error_handler() to allow custom error handling functions, @ instead of the built-in error handling code (Zeev, Zend Engine) @- Renamed user_error() to
Use the new error code @- Added set_error_handler() to allow custom error handling functions, @ instead of the built-in error handling code (Zeev, Zend Engine) @- Renamed user_error() to trigger_error(); user_error() remains @ defined for compatibility (Zeev, Zend Engine)
show more ...
|
#
ae1043ba |
| 29-May-2000 |
Hartmut Holzgraefe |
warn_not_available() will be used by other modules besides ext/standard in the (very near) future
|
#
949574d0 |
| 29-May-2000 |
Zeev Suraski |
Remove stale reference to .h file
|
#
fb39eda0 |
| 27-May-2000 |
Hartmut Holzgraefe |
a second (cleaner?) try on warnings about unsupported functions
|
#
afccb586 |
| 27-May-2000 |
Andi Gutmans |
- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()
|
#
69d1e788 |
| 26-May-2000 |
Hartmut Holzgraefe |
if a module provides a function it should also do so if the function is not functional due to configure findings the function should offer a meaningful warning if it is not supported inst
if a module provides a function it should also do so if the function is not functional due to configure findings the function should offer a meaningful warning if it is not supported instead of just beeing undefined i had already changed this in 'gd', now this is doing it for 'standard'
show more ...
|
#
617266e3 |
| 23-May-2000 |
Andi Gutmans |
- Virtual current working directory is now enabled - Added support for mkdir()/rmdir() and more
|
#
521f03c1 |
| 23-May-2000 |
Andi Gutmans |
- Support virtual unlink()
|
Revision tags: php-4.0.0 |
|
#
0f82e6de |
| 19-May-2000 |
Zeev Suraski |
Minor output mods
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
e13285de |
| 30-Apr-2000 |
Andi Gutmans |
- Take Sascha's advice and create on V_OPEN() which replaces open(). - Unlike the other macros its argument has to have braces around it, for - example, open(filename, flags) becomse V_OPEN((
- Take Sascha's advice and create on V_OPEN() which replaces open(). - Unlike the other macros its argument has to have braces around it, for - example, open(filename, flags) becomse V_OPEN((filename, flags)) - Made small conversion to new Zend macros. The ugly (*foo)->value.str.val - now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist - single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).
show more ...
|
#
f1d5167a |
| 29-Apr-2000 |
Andi Gutmans |
- Implement V_OPEN() V_OPEN_CREAT() and V_CREAT(). Next step is to substitute all open()'s and creat()'s in the PHP tree
|
#
1a8683f9 |
| 29-Apr-2000 |
Zeev Suraski |
- Never mind. Seems like we're still missing the open() functionality
|
#
aecae7c3 |
| 29-Apr-2000 |
Zeev Suraski |
- Give VIRTUAL_DIR another try after testing it extensively on our web site
|
#
39aa59bd |
| 27-Apr-2000 |
Zeev Suraski |
More error handling work (still completely disabled)
|