Revision tags: php-4.0.6 |
|
#
1aa5b19c |
| 20-Jun-2001 |
Andi Gutmans |
- Fix string offsets crash.
|
Revision tags: php-4.0.6RC4 |
|
#
0c164128 |
| 19-Jun-2001 |
Zeev Suraski |
Add missing exports
|
#
38085881 |
| 19-Jun-2001 |
Zeev Suraski |
Fix warning
|
Revision tags: php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1 |
|
#
f78e65ca |
| 06-May-2001 |
Zeev Suraski |
Floating point keys didn't work in array() (fix bug #6662)
|
#
2d9eac7e |
| 02-May-2001 |
Andi Gutmans |
- Patch by Andrei to prevent crash in error situation when not all object overloading handles are defined.
|
Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7 |
|
#
90cf6541 |
| 20-Apr-2001 |
Andi Gutmans |
- Fix for crash bug when using invalid arguments in the foreach() loop. - Reported by Yasuo Ohgaki
|
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
492a619b |
| 10-Mar-2001 |
Andi Gutmans |
- Whitespace
|
#
36ded421 |
| 07-Mar-2001 |
Zeev Suraski |
Make parent:: work in runtime bindings as well
|
#
87ee97e3 |
| 04-Mar-2001 |
Zeev Suraski |
Fix bug #8899 (thanks Jani)
|
#
d2c9e807 |
| 26-Feb-2001 |
Andi Gutmans |
- Update copyright year
|
#
e0b2a5f5 |
| 09-Feb-2001 |
Andi Gutmans |
- Remove duplicate code and do a tiny optimization in DO_FCALL
|
#
c3531b37 |
| 05-Feb-2001 |
Zeev Suraski |
Fix string offset data corruption
|
#
f67df574 |
| 27-Jan-2001 |
Andi Gutmans |
- That doesn't seem like a smart thing to do :) - I wonder if gcc optimized it out.
|
#
62606e77 |
| 17-Jan-2001 |
Andi Gutmans |
- Fix leak in fetch_dim_address() which was already fixed in - fetch_dim_object(). Take the oppertunity to make both use the same - function and not duplicate the code.
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1 |
|
#
7b513803 |
| 01-Jan-2001 |
Andi Gutmans |
- Remove unreachable code
|
#
36eaad25 |
| 22-Dec-2000 |
Zeev Suraski |
Allow get_current_key() not to return the key itself, instead of a duplicate
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
8d908256 |
| 27-Nov-2000 |
Andi Gutmans |
- Allow passing references which are returned from functions and new - statements to be passed by reference.
|
#
2ef6b689 |
| 22-Nov-2000 |
Sascha Schumann |
Pass on the exit status
|
#
12077112 |
| 21-Nov-2000 |
Andi Gutmans |
- The baby patch wasn't that innocent :)
|
#
b2c957d4 |
| 20-Nov-2000 |
Andi Gutmans |
- NEVER copy and paste :)
|
#
b5d5b3a7 |
| 20-Nov-2000 |
Andi Gutmans |
- Baby patch towards making the damn pass-by-ref work.
|
#
6d2a433e |
| 20-Nov-2000 |
Andi Gutmans |
- This patch is broken and needs more thorough fixing.
|
#
ce87ae41 |
| 19-Nov-2000 |
Andi Gutmans |
- Try and fix the problem when sending references returned from a function by reference.
|
#
d0fbddcc |
| 29-Oct-2000 |
Zeev Suraski |
Fix a corruption bug, when erroneously allowing to send non-variables by reference (several bug-db reports seem to originate in this bug)
|
Revision tags: php-4.0.3 |
|
#
dee2d85e |
| 11-Oct-2000 |
Zeev Suraski |
Fix -a interactive mode (no idea how the previous commit got committed)
|