History log of /PHP-7.1/Zend/zend_compile.c (Results 1826 – 1850 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b7cd2bfa 29-Mar-2000 Zeev Suraski

- Make the argument order for the stack applies more consistent with other Zend
data structures
- Fix a possible corruption problem due to switch() C-level optimization


Revision tags: PHP-4.0-RC1
# 5dba4774 25-Mar-2000 Zeev Suraski

- Some header dependencies cleanup
- Generalize zval_print() and zval_print_r()


# 6db18997 24-Mar-2000 Andi Gutmans

- Nuke hash_*_ptr functions


# 84569c08 13-Mar-2000 Zeev Suraski

-


# fe37f4bc 13-Mar-2000 Zeev Suraski

- Spare a byte :)


# 7fc5c944 13-Mar-2000 Andi Gutmans

*** empty log message ***


# b5de3953 10-Mar-2000 Andi Gutmans

- Support require_once().


# 5e55e47f 06-Mar-2000 Zeev Suraski

It's official now...


# 110b670d 01-Mar-2000 Andi Gutmans

- Fix typos


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 0ac9536d 19-Feb-2000 Zeev Suraski

(c) patch


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 7fa17e8e 14-Feb-2000 Andi Gutmans

- Put in the infrastructure for the unset() fix. Right now it has the old
behavior but I just need time tomorrow to add the correct behavior.


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 0c470af3 07-Feb-2000 Zeev Suraski

Syntax highlighting was erronously emitting more than one semicolon and/or garbage with heredocs


# 4b0da428 06-Feb-2000 Andi Gutmans

- Support the string offset syntax $a{2} with the regular array opcodes.
Will need to write new opcodes sometime but right now it's good enough
to announce the change to this string offse

- Support the string offset syntax $a{2} with the regular array opcodes.
Will need to write new opcodes sometime but right now it's good enough
to announce the change to this string offset syntax for beta 4.

show more ...


# 7f48989b 05-Feb-2000 Andi Gutmans

- This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when list
by mistake contains the same variable twice.
- BTW, there is no defined order of assignment. The value of $a after

- This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when list
by mistake contains the same variable twice.
- BTW, there is no defined order of assignment. The value of $a after the
previous example is undefined, and should not be assumed to be either 1
nor 2.

show more ...


# 9f51f154 05-Feb-2000 Zeev Suraski

- Stop passing list/plist to internal functions
- Add a typedef for the pCopyConstructor function pointer
- Minor hacks


# b6197bcf 04-Feb-2000 Zeev Suraski

Maintain a state of whether we're compiling and/or executing


# b3ec6d5d 02-Feb-2000 Zeev Suraski

- Fix the annoying problem with list(), that surfaced up after our recent cleaning
patches


# 131e3a06 01-Feb-2000 Andi Gutmans

- Get rid of remains of garbage.
- This should fix Thies' UMR


# 400f4643 29-Jan-2000 Zeev Suraski

Fix ``'s


# 7663e4f6 29-Jan-2000 Andi Gutmans

- Add parser support for string offsets. This added three shift/reduce
conflicts but they all seem to be fine.
- Cleaned up the parsing rules a bit and made them much more compact and

- Add parser support for string offsets. This added three shift/reduce
conflicts but they all seem to be fine.
- Cleaned up the parsing rules a bit and made them much more compact and
elegant.
- Please CVS update and see that I didn't break anything.

show more ...


# 336bf35a 28-Jan-2000 Andi Gutmans

- Make loop a bit faster.


# 58a0844b 24-Jan-2000 Andi Gutmans

- Make foreach() now copy the array but use the original array. It can
still be optimized A LOT but it's only a performance issue and not
a feature issue.


# fafbf6d8 24-Jan-2000 Zeev Suraski

- Implement declare() with declarables framework
- Implement ticks - Germany&Norway - 5 points!


# 62114c18 17-Jan-2000 Zeev Suraski

Destructors no longer return ints, the low level problem it was intended to solve is long gone now...


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# dc0e6632 16-Jan-2000 Zeev Suraski

Allow module startup to be separate from the compiler/executor startup


1...<<717273747576777879