History log of /PHP-8.3/Zend/zend_alloc.c (Results 501 – 523 of 523)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 3b037ebb 10-Jul-1999 Zeev Suraski

Oh, that dumb bug.

# cccd2445 10-Jul-1999 Zeev Suraski

Get rid of AiCount completely

Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# cdce334c 09-Jul-1999 Zeev Suraski

*** empty log message ***

# cc26d0e6 09-Jul-1999 Zeev Suraski

Send a SIGSEGV instead of exiting, to trigger a core dump

# 6abe9c34 09-Jul-1999 Zeev Suraski

* Support recoverable failure from erealloc()
* Fix the shutdown code on an unrecoverable erealloc() failure

# 98b6ddda 26-Jun-1999 Zeev Suraski

* Make the memory leak reporting code much better with repeats
* Remove useless variables

# 3eac45ea 22-Jun-1999 Zeev Suraski

* Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead
of zval *, and it wasn't using reference counting)
* Fix a memory leak in static array()'s with textual indices

# 63f2cc9f 31-May-1999 Zeev Suraski

*** empty log message ***

# 88029643 30-May-1999 Sascha Schumann

* fix some casts
* introduce unary_op_type - cleaner than casting data voids to function ptrs

# 741b8161 28-May-1999 Zeev Suraski

* Support getThis() for internal functions.
* Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't
work with the optimizer).
* Add new macros for standardized defini

* Support getThis() for internal functions.
* Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't
work with the optimizer).
* Add new macros for standardized definition of classes.
* Only report AiCount problems if shutdown was not silent.

show more ...

# 05f6cf54 22-May-1999 Zeev Suraski

Warn about AiCount not zeroing out

# 1250c43a 22-May-1999 Zeev Suraski

* Add struct name to all typedef's so that they can be debugged with MSVC
* Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus
causing AiCount to be decreased multi

* Add struct name to all typedef's so that they can be debugged with MSVC
* Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus
causing AiCount to be decreased multiple times even though it was increased only
once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only
decrease AiCount on the last FETCH_DIM.
* Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason
MSVC doesn't report these :I

show more ...

# 080105f7 22-May-1999 Zeev Suraski

Give more information and save log lines in memory leak reports

Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# e22cce0d 11-May-1999 Zeev Suraski

Easier Win32 debug code

# 74a9ed7b 10-May-1999 Zeev Suraski

Weed out all BoundsChecker-found bugs (including a serious file descriptor leak
in the C++ scanner)

# 7c4a0838 26-Apr-1999 Zeev Suraski

Various thread safety fixes and DLL updates

# df6134bc 26-Apr-1999 Andi Gutmans

-More commits

# 1aa2c5c0 23-Apr-1999 Zeev Suraski

Ok, call me crazy, because I probably am.
Thread safe version now uses a C++ scanner object. Works fully.

# 7a87fcbb 21-Apr-1999 Zeev Suraski

Thread safety patch. We're still not quite there but it compiles again, and
more logic has been implemented.

# 342c6e0b 18-Apr-1999 Zeev Suraski

Whatnot:
* updated alloc_persist to use critical sections
* changed extension shutdown to two-phase
* updated dependencies
* PR support (don't remember if there was any really)

Revision tags: BEFORE_STACK_PATCH
# 4472d050 10-Apr-1999 Zeev Suraski

Allow runtime setting of the memory limit

# 2e9886de 10-Apr-1999 Zeev Suraski

Get rid of php3_ini in Zend

Revision tags: CLOSED_BETA
# 573b4602 07-Apr-1999 Andi Gutmans

Zend Library

1...<<21