History log of /PHP-7.0/Zend/zend.c (Results 526 – 550 of 620)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1b282b35 31-Aug-2000 Andi Gutmans

- Remove support for __string_value() in print $obj


# 99af3ed8 31-Aug-2000 Zeev Suraski

Safer shutdown process


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 7795aca4 15-Aug-2000 Zeev Suraski

Fix warning issue (compile errors inside require()'d files were incorrectly supressed)


# 5090b1e8 13-Aug-2000 Stanislav Malyshev

Fix zend_fiel_handle handling. Should fix URL include
and various opened_path inconsistencies.


# c06692e9 09-Aug-2000 Zeev Suraski

The patch we promised - redesigned the compilation/execution API:
Advantages:
- Smaller memory footprint for the op arrays
- Slightly faster compilation times (due to saved erealloc() cal

The patch we promised - redesigned the compilation/execution API:
Advantages:
- Smaller memory footprint for the op arrays
- Slightly faster compilation times (due to saved erealloc() calls and faster zend_op
initialization)
- include_once() & require_once() share the same file list
- Consistency between include() and require() - this mostly means that return()
works inside require()'d files just as it does in include() files (it used to
be meaningless in require()'d files, most of the time (see below))
- Made require() consistent with itself. Before, if the argument was not a constant
string, require() took the include() behavior (with return()).
- Removed lots of duplicate code.
Bottom line - require() and include() are very similar now; require() is simply an include()
which isn't allowed to fail. Due to the erealloc() calls for large op arrays, require()
didn't end up being any faster than include() in the Zend engine.

show more ...


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 7f4909d9 12-Jul-2000 Thies C. Arntzen

fix ZTS startup without filename (thanx purify!)


# 372f71eb 12-Jul-2000 Thies C. Arntzen

unset active_symbol_table on zend-shutdown.


# 1263932a 11-Jul-2000 Zeev Suraski

Disable the hash_apply() protection on hashes that persist across requests - it's unsafe
because we may be aborted at any point


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# f34b9d41 29-Jun-2000 Zeev Suraski

Add $context argument to error handler


Revision tags: php-4.0.1pl1
# a31dc47a 28-Jun-2000 Zeev Suraski

Improve error handling code


Revision tags: php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# f311ab16 25-Jun-2000 Andi Gutmans

- 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 ...


# 15925864 18-Jun-2000 Sascha Schumann

fp_except check for FreeBSD 1.0-2.2.5


# 536221be 18-Jun-2000 Stanislav Malyshev

Make error callback be publicly accessible


# 4a6869c9 18-Jun-2000 Andi Gutmans

- Better FreeBSD fix. Does fp_except_t exist on 3.4?


# 53a5eccf 18-Jun-2000 Andi Gutmans

- I don't know how this happened. I tested the bloody thing and I remember
- copy&pasting from code which used ~.


# 3cda6a75 17-Jun-2000 Zeev Suraski

Allow the symbol_table to be passed to call_user_function_ex()


# 84eb48f0 16-Jun-2000 Zeev Suraski

Ok, this time here's some real Win32 system programming :)
Redesigned the timeout system using a single timeout thread and a single window,
and used a much quicker check.


# ef0bd3d1 16-Jun-2000 Zeev Suraski

- Move timeout code to Zend
- Implement timeouts in Win32


# 8b794bb1 15-Jun-2000 Zeev Suraski

Fix non thread-safe mode - asp_tags/short_tags etc weren't getting initialized properly


# 1f5ee72e 11-Jun-2000 Andi Gutmans

- Solve floating point precision crash on FreeBSD.


# 5928970d 11-Jun-2000 Andi Gutmans

- Fixes crash problem on FreeBSD when losing precision. Need to still see
- how to detect we're on FreeBSD


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 98bf43f2 06-Jun-2000 Zeev Suraski

Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per-directory
basis as well


# 01d478ba 03-Jun-2000 Andi Gutmans

- Change #if to #ifdef.


# 2ffe85dd 03-Jun-2000 Zeev Suraski

Don't take chances with new include files


# 0b7a9cea 03-Jun-2000 Zeev Suraski

- Fix Win32 compilation (Use winsock2.h from now on)
- Add lambda() support


1...<<2122232425