History log of /PHP-7.0/Zend/zend.h (Results 451 – 475 of 518)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 059b64ef 28-Jan-2000 Andi Gutmans

- Make sure its use is understood.


# c2305671 28-Jan-2000 Andi Gutmans

- Double the speed of some key switch() tests for Win32.


# fafbf6d8 24-Jan-2000 Zeev Suraski

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


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# f2493122 13-Jan-2000 Zeev Suraski

Make Win32 compile again


# bf7b292d 12-Jan-2000 Sascha Schumann

Move dl stuff from acconfig.h into zend.h. That allows us finer control
when it comes to suppressing dlfcn.h.


# 44e9e959 04-Jan-2000 Andi Gutmans

- Rename IS_BC to FLAG_IS_BC. We will probably nuke it.


# b8cebe32 04-Jan-2000 Andi Gutmans

- Separate the overloaded objects' types from Zend's data types.
There is no reason for them to be the same, and IS_METHOD just cluttered
there data types.


# bdefd5da 04-Jan-2000 Andi Gutmans

- Change IS_UNSET -> IS_NULL


# f2d703e9 31-Dec-1999 Zeev Suraski

- Nuke undefined_variable_string
- Introduce IS_UNSET


Revision tags: PRE_ISSET_TYPE
# aec33aa7 26-Dec-1999 Zeev Suraski

Introduce a zval-specific cache - 5-15% speed improvement


# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics


# 62b2087a 24-Dec-1999 Andi Gutmans

- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use
them.


# 5ba5f00f 22-Dec-1999 Zeev Suraski

export


# f0888cca 21-Dec-1999 Zeev Suraski

Fix the highlighting problem. STR_REALLOC() should be used instead of plain erealloc()
whenever you're dealing with strings that might be coming back from the engine - there seem
to be a few

Fix the highlighting problem. STR_REALLOC() should be used instead of plain erealloc()
whenever you're dealing with strings that might be coming back from the engine - there seem
to be a few other places like this in PHP.

show more ...


# be1bb283 20-Dec-1999 Zeev Suraski

- Fix the crash Thies was experiencing (returning a function call could cause a crash)
- Fix the leak Thies was experiencing (@fcall() leaked)


Revision tags: PRE_LIBZEND_TO_ZEND
# 223c674c 19-Dec-1999 Zeev Suraski

- Made things work again (Thies, everybody - please check the latest CVS and see if you're
still getting any problems)
- Changed the interface of call_user_function_ex() to support returnin

- Made things work again (Thies, everybody - please check the latest CVS and see if you're
still getting any problems)
- Changed the interface of call_user_function_ex() to support returning of references

show more ...


# 213d0e2f 19-Dec-1999 Andi Gutmans

- More fixes related to the return references patch
- eval_string() and call_user_function_ex() still don't work.
- The libzend tree is untested and might not be stabl yet.


# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


# cd7d5546 18-Dec-1999 Zeev Suraski

- Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht)
- Rename getParameters() and friends for consistency and namespace cleanliness


# ced9cee1 15-Dec-1999 Zeev Suraski

- Implement return by reference:
- In function declaration instead of the return statement
- In the assignment phase
- Implement ability to turn off support for call-time pass by refe

- Implement return by reference:
- In function declaration instead of the return statement
- In the assignment phase
- Implement ability to turn off support for call-time pass by reference

show more ...


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 9baad804 04-Dec-1999 Zeev Suraski

- Break the zend->PHP dependency introduced by the .php extension for use(),
by providing an API
- Enable Stig's patch for use() extensions (it wasn't refered to by the parser)
- Fix a

- Break the zend->PHP dependency introduced by the .php extension for use(),
by providing an API
- Enable Stig's patch for use() extensions (it wasn't refered to by the parser)
- Fix a memory leak in that code

show more ...


# 93536507 01-Dec-1999 Stig S. Bakken

Fix warnings surfacing in maintainer-mode.


# 5463dd5b 30-Nov-1999 Andi Gutmans

- Add use support (behaves like require, but will not use the same file twice)
- Add import support (behaves like include, but requires parentheses; will not
use the same file twice; Curre

- Add use support (behaves like require, but will not use the same file twice)
- Add import support (behaves like include, but requires parentheses; will not
use the same file twice; Currently, it is not yet properly implemented, and
only behaves like include)

show more ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# 6358c663 21-Nov-1999 Zeev Suraski

- Optimize class instanciation
- Fix constant instanciation for array elements inside objects


# 817a11e7 19-Nov-1999 Andi Gutmans

- Functions whose return values aren't used have them freed in DO_FCALL
and don't need a special ZEND_FREE opcode following them anymore


1...<<1112131415161718192021