#
397df3ca |
| 30-Jun-2000 |
Zeev Suraski |
- Revert bogus time.h commit - Fixed a problem under some versions of Windows that could cause PHP to hang on startup if errors occured, e.g. in the php.ini file |
#
37fb71b9 |
| 30-Jun-2000 |
Zeev Suraski |
Set version number on DLLs |
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2 |
|
#
16c36318 |
| 26-Jun-2000 |
Zeev Suraski |
TRACK_VARS is really no longer necessary... |
Revision tags: php-4.0.1RC |
|
#
6614e8ed |
| 25-Jun-2000 |
Zeev Suraski |
- I wrote a long msg but the commit didn't go through. - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including t
- I wrote a long msg but the commit didn't go through. - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future.
show more ...
|
#
2456af59 |
| 23-Jun-2000 |
Sascha Schumann |
Remove some unnecessary CLS_FETCH()s. |
#
c885f468 |
| 16-Jun-2000 |
Zeev Suraski |
Improve timeout support - ini_get("max_execution_time", ...) works now |
#
f29eae13 |
| 16-Jun-2000 |
Zeev Suraski |
Move timeout code to Zend, allow Win32 timeouts @- Implemented max_execution_time under Win32 (Zeev) |
#
aa49d4af |
| 13-Jun-2000 |
Andrei Zmievski |
Plus a leak when both register_globals and track_vars are off. |
#
fce92e3c |
| 12-Jun-2000 |
Zeev Suraski |
Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence |
#
5be48203 |
| 12-Jun-2000 |
Zeev Suraski |
Killed <?php_track_vars?> |
#
bd593d3d |
| 11-Jun-2000 |
Thies C. Arntzen |
(set_time_limit) converted to new API. # for some weird reason this fixes a newly introduced crash. |
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
897bb1b5 |
| 09-Jun-2000 |
Zeev Suraski |
- Parse errors in the php.ini files under Windows will no longer mess up the HTTP headers in CGI mode and are now displayed in a message box |
#
eb8cd900 |
| 08-Jun-2000 |
Hartmut Holzgraefe |
@ fopen_wrappers() are now extensible via modules so here it finaly is, the more general approach to fopen wrappers # see what i'll break this time |
#
34c40031 |
| 06-Jun-2000 |
Zeev Suraski |
@- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work @ on a per-directory basis as well, e.g. from .htaccess files (Zeev) |
#
102c6ce4 |
| 05-Jun-2000 |
Sascha Schumann |
Move main.h to php_main.h. |
#
7e0baa7a |
| 05-Jun-2000 |
Andi Gutmans |
- Revert Thies' locale patch. It was screwing up language level things. - We could add support for locale in some specific output functions at a - later time to make everyone happy |
#
d1f1d405 |
| 03-Jun-2000 |
Zeev Suraski |
- Make the INI entries sorted in phpinfo() |
#
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 ...
|
#
ccacfd88 |
| 31-May-2000 |
Thies C. Arntzen |
@- ignore_user_abort=Off is now default. (Thies) |
#
8fb954ae |
| 29-May-2000 |
Zeev Suraski |
Fix startup sequence. It should do it this time. |
#
7213c743 |
| 29-May-2000 |
Zeev Suraski |
- Added disable_functions php.ini support - Fixed Win32 build |
#
9786b16e |
| 28-May-2000 |
Andi Gutmans |
- Move zend_activate_modules() to later on. |
#
0d9c0616 |
| 28-May-2000 |
Sascha Schumann |
Use php_syslog() for system call. On OpenServer 5, syslog is defined to var_syslog/sys_syslog which causes various problems. Submitted by: Paul Gardiner <I.T.Manager@barleychalu.co.uk> |
#
44cf237a |
| 28-May-2000 |
Thies C. Arntzen |
(php_execute_script) fix leak for phpinfo() images. # maybe the activate/deactivate should be moved outside php_execute_script()? |
#
cf1d0f18 |
| 23-May-2000 |
Thies C. Arntzen |
fixed newly introduced crash |