History log of /PHP-5.4/Zend/zend_compile.c (Results 426 – 450 of 1042)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 20e67fd1 24-Apr-2005 Marcus Boerger

- Need to copy doc comments correct for properties


# 67a226d9 19-Apr-2005 Marcus Boerger

- Add ReflectionProperty::getDocComment()


# 0e575286 19-Apr-2005 foobar

No c++ comments in C code


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 0a93d54c 10-Mar-2005 Marcus Boerger

- Bugfix #28442


# 757da1ee 07-Mar-2005 Marcus Boerger

- New Interface Serializeable
- Change signature of unserialize() callback to ease inheritance and
support code reuse of handlers


# 0344652b 06-Mar-2005 foobar

Fixed compile warning (bug #32046)


# 5b98a092 23-Feb-2005 Stanislav Malyshev

Custom object serializer infrastructure
# The detailed announce on the list will follow


# 57d2c2bb 20-Feb-2005 Dmitry Stogov

Fixed possible memory corruption


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2
# a29f5391 11-Feb-2005 Marcus Boerger

- Cleanup foreach handling


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# c91218ae 07-Feb-2005 Dmitry Stogov

Fixed bug introduced with foreach() optimization patch


# 625e06f4 07-Feb-2005 Dmitry Stogov

Fixed FE_RESET/FE_FETCH bug.
Now FE_RESET instruction takes jump-address from itself, not from the following FE_FETCH instruction.


# fc96c7f7 07-Feb-2005 Dmitry Stogov

foreash($a as $key => $val) optimization
Removed temorary array creation on each iteration.


# 2d13dd0e 07-Feb-2005 Marcus Boerger

- Remove part of the cleanup which causes a problem with unnormal code
like tests/lang/040.phpt
# However there is a memleak introduced somewhen after august 04 for such
# code now, 5.0

- Remove part of the cleanup which causes a problem with unnormal code
like tests/lang/040.phpt
# However there is a memleak introduced somewhen after august 04 for such
# code now, 5.0 and 4.3 are fine though.

show more ...


# 662cd826 05-Feb-2005 Marcus Boerger

- Cleanup foreach statement


# 8838c0f8 22-Jan-2005 Andi Gutmans

- Two new API calls for Derick (retreive CV name and value) by Dmitry


# 57a0c3e1 18-Jan-2005 Dmitry Stogov

Fixed patch for bug #31478 (SegFault/Memory Leak with empty())


# 357b0c34 11-Jan-2005 Moriyoshi Koizumi

- Fix bug #31478 (segfault with empty())


# 4cf9d270 30-Dec-2004 foobar

- Fixed bug #28930 (PHP sources pick wrong header files generated by bison)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 7c83c4e4 06-Dec-2004 Dmitry Stogov

Fixed bug #30922 (reflective functions crash PHP when interfaces extend themselves)


Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# f2c7379c 16-Oct-2004 Andi Gutmans

- One more test (WS)


# 30ff6d28 16-Oct-2004 Andi Gutmans

- WS fix to test commit


# c3dbe168 16-Oct-2004 Anantha Kesari H Y

Fix for 30457


# 3e382a7d 13-Oct-2004 Andi Gutmans

- Don't allow access modifiers in interfaces. Explicitly stating public
- should also be disallowed but we don't have a way to detect it today.


# f71644b4 08-Oct-2004 Marcus Boerger

- Revert automatic pass arg_info
# We need to find a better solutions to prevent havy extension writer probs


# f9aef18c 08-Oct-2004 Andi Gutmans

- Fix BC break with default in switch() having to be at the end.


1...<<11121314151617181920>>...42