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 |
|
#
9b840c5f |
| 16-Feb-2000 |
Andi Gutmans |
- Hopefully fix Thies' bug report.
|
#
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 |
|
#
b6197bcf |
| 04-Feb-2000 |
Zeev Suraski |
Maintain a state of whether we're compiling and/or executing
|
#
485412ec |
| 01-Feb-2000 |
Zeev Suraski |
Improve dependencies
|
#
45686e3a |
| 31-Jan-2000 |
Andi Gutmans |
- This has to always be done.
|
#
f2d3ce41 |
| 31-Jan-2000 |
Zeev Suraski |
- Optimized garbage mechanism - Fixed another buglet in the parser
|
#
ad115d20 |
| 29-Jan-2000 |
Zeev Suraski |
Fix require()
|
#
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 ...
|
#
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
|
#
400ee6ca |
| 31-Dec-1999 |
Andi Gutmans |
- Fix bug #3073. continue in do..while() loops should work now
|
Revision tags: PRE_ISSET_TYPE |
|
#
62b2087a |
| 24-Dec-1999 |
Andi Gutmans |
- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use them.
|
#
67b4b3a6 |
| 23-Dec-1999 |
Zeev Suraski |
- require() of a dynamic expression now has the standard require() semantics - Fixed a memory leak in require() of a dynamic expression
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
7fe808ea |
| 17-Dec-1999 |
Andi Gutmans |
- By mistake commited this to the branch. It fixes a bug we introduced with the return reference patch.
|
#
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 |
|
#
ef596bba |
| 06-Dec-1999 |
Zeev Suraski |
Move the #include of zend-parser.h out of zend_compile.h
|
#
00c3ac90 |
| 06-Dec-1999 |
Zeev Suraski |
Localize a couple of macros
|
#
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 ...
|
#
aaadc71d |
| 04-Dec-1999 |
Stig S. Bakken |
Fix typo, add prototype for use_filename().
|
#
fdcaba40 |
| 02-Dec-1999 |
Zeev Suraski |
Solve a couple of compile issues
|
#
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 ...
|
#
58153dfe |
| 26-Nov-1999 |
Zeev Suraski |
- Improve the file handle closing code
|