History log of /php-src/Zend/zend_compile.h (Results 1001 – 1017 of 1017)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 9cb2cf13 20-May-1999 Zeev Suraski

Optimize allocations into uninitialized_zval assignments

# 3facf7cb 20-May-1999 Andi Gutmans

- Updates we did today

# b0bfa458 15-May-1999 Zeev Suraski

* Fix all hash checks that checked Bucket.arKey for NULL, when it was changed
to char[1], these checks should have been changed to Bucket.nKeyLength==0
* Support runtime declaration of func

* Fix all hash checks that checked Bucket.arKey for NULL, when it was changed
to char[1], these checks should have been changed to Bucket.nKeyLength==0
* Support runtime declaration of functions. I ended up changing the grammar
to catch top level functions vs. nested functions. The reason is simple -
if we don't have functions properly declared at compile-time, function calls
cannot be resolved at compile time, and have to be resolved at runtime, which
ends up being much much slower (without the optimizer, that is).
It's no biggy though, the grammar change isn't that bad.

show more ...

# 74a9ed7b 10-May-1999 Zeev Suraski

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

# fcaf734f 02-May-1999 Andi Gutmans

- Don't support interactive mode when thread safe.

# 2493f680 27-Apr-1999 Zeev Suraski

* Fix debugger+interactive mode bug
* Recognize whether an extension is with debug information or not

# 7c4a0838 26-Apr-1999 Zeev Suraski

Various thread safety fixes and DLL updates

# 5a5806e0 24-Apr-1999 Zeev Suraski

Cleanups, remove old ts code

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

# 551fe778 22-Apr-1999 Zeev Suraski

Make token names uniform, they all begin with T_ now.

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

# fa76f0c9 14-Apr-1999 Zeev Suraski

Compile fix

# 39f9487e 14-Apr-1999 Andi Gutmans

-Tiny patches

# 39a7f4c3 12-Apr-1999 Zeev Suraski

This patch is a go. Not fully optimized yet, but working properly.
Prepatch tagged as BEFORE_STACK_PATCH.

Revision tags: BEFORE_STACK_PATCH
# 5cb576d8 09-Apr-1999 Andi Gutmans

- I guess print $GLOBALS and print "$GLOBALS" should yield the same result
so I returned the one in encaps_var.
- Made INITAL_OP_ARRAY_SIZE smaller (64? can't remeber). I don't think the

- I guess print $GLOBALS and print "$GLOBALS" should yield the same result
so I returned the one in encaps_var.
- Made INITAL_OP_ARRAY_SIZE smaller (64? can't remeber). I don't think the
erealloc()'s during compile time are such a biggy, we might make it even
smaller. We can have a configure time option as to it's size.

show more ...

# 17bdb708 08-Apr-1999 Zeev Suraski

$GLOBALS support

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

Zend Library

1...<<41