Pierre Joye
|
230177d73c
|
- WS
|
2011-01-19 17:17:52 +00:00 |
|
Pierre Joye
|
44e2fa1025
|
- avoid local redeclaration
|
2011-01-19 17:06:50 +00:00 |
|
Stanislav Malyshev
|
ff4982784a
|
Fix bug #47143, bug #51458 - provide more useful info in bad exception cases
|
2011-01-16 21:24:43 +00:00 |
|
Stanislav Malyshev
|
3a3f369678
|
Add options to debug_backtrace functions
|
2011-01-16 20:39:22 +00:00 |
|
Felipe Pena
|
64bbdd76c3
|
- Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_method_parameters_ex())
patch by: klaus at triendl dot eu
|
2011-01-12 22:17:10 +00:00 |
|
Rasmus Lerdorf
|
9107b209ea
|
Fix bug #53682
|
2011-01-06 22:48:20 +00:00 |
|
Pierre Joye
|
84ff832f46
|
- fix vc6 random behavior for Fix bug #53632 with x87 fpu
|
2011-01-06 17:08:46 +00:00 |
|
Scott MacVicar
|
0017586f5d
|
Add test for bug #53632
|
2011-01-04 23:36:56 +00:00 |
|
Scott MacVicar
|
66753ff6c7
|
Fix bug #53632 with x87 fpu
|
2011-01-04 22:36:23 +00:00 |
|
Ilia Alshanetsky
|
3f5ad237e1
|
Fixed Bug #53629 (memory leak inside highlight_string()).
|
2011-01-03 14:39:48 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
215917d711
|
- Fixed ZTS build
|
2010-12-10 11:33:35 +00:00 |
|
Scott MacVicar
|
d9187596c9
|
MFH: Fix indirect reference of $this
|
2010-12-10 06:34:03 +00:00 |
|
Felipe Pena
|
ac15afe9c1
|
- Fixed test
|
2010-11-23 21:45:22 +00:00 |
|
Pierre Joye
|
ce96fd6b07
|
- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
|
2010-11-18 15:22:22 +00:00 |
|
Pierre Joye
|
4ced44323d
|
- test for NULL deref fix
|
2010-11-17 17:26:33 +00:00 |
|
Pierre Joye
|
7b27de9f0b
|
- NULL deref fix, patch by Gustavo
|
2010-11-17 16:46:19 +00:00 |
|
Felipe Pena
|
46983d532e
|
- Add missing check
|
2010-11-14 01:38:52 +00:00 |
|
Felipe Pena
|
a0ccf0f14a
|
- Fix the constant detection
|
2010-11-13 19:50:55 +00:00 |
|
Felipe Pena
|
8901635d73
|
- Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__)
- Fixed a part of bug #53260 (the __COMPILER_HALT_OFFSET__ name is not shown in the E_NOTICE)
|
2010-11-13 18:46:11 +00:00 |
|
Etienne Kneuss
|
9d25e7ee7b
|
Fixed covariance of return-by-ref constraints
|
2010-11-03 15:40:24 +00:00 |
|
Felipe Pena
|
815d0e549b
|
- Reverted fix for bug #51176
|
2010-11-03 01:35:26 +00:00 |
|
Dmitry Stogov
|
b88f7753a1
|
Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)
|
2010-10-13 08:51:39 +00:00 |
|
Dmitry Stogov
|
d46dcd301e
|
Added test
|
2010-10-12 07:38:36 +00:00 |
|
Felipe Pena
|
f7582fc43b
|
- Added bison 2.4.3 version to the bison version list
|
2010-10-07 21:44:41 +00:00 |
|
Dmitry Stogov
|
455db21e06
|
Fixed bug #51008 (Zend/tests/bug45877.phpt fails)
|
2010-10-05 11:28:56 +00:00 |
|
Dmitry Stogov
|
4d8503a212
|
Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early). (mail_ben_schmidt at yahoo dot com dot au, Dmitry)
|
2010-10-01 09:49:20 +00:00 |
|
Dmitry Stogov
|
5c6f0ebeab
|
Prevented crash in GC because of incorrect reference counting
|
2010-09-30 14:11:51 +00:00 |
|
Johannes Schlüter
|
0631d2c59d
|
- Don't be silent on bailout
|
2010-09-14 14:26:37 +00:00 |
|
Dmitry Stogov
|
c7b95db5ab
|
Fixed GC bug
|
2010-09-03 09:27:47 +00:00 |
|
Felipe Pena
|
2fb2f81538
|
- Improved fix for bug #52573
|
2010-08-18 01:59:37 +00:00 |
|
Dmitry Stogov
|
7ca414f5e7
|
Bug #52361 (Throwing an exception in a destructor causes invalid catching)
|
2010-08-16 09:20:46 +00:00 |
|
Dmitry Stogov
|
890c709036
|
Fixed memory leaks (related to bug #52361)
|
2010-08-16 08:11:08 +00:00 |
|
Sascha Schumann
|
14edb68858
|
- fix cast
|
2010-08-12 17:28:08 +00:00 |
|
Sascha Schumann
|
50a0ea7b8c
|
separate properties of internal classes in ZTS mode fully,
otherwise multiple threads will modify the zvals' contents
without any synchronisation.
|
2010-08-12 07:58:14 +00:00 |
|
Kalle Sommer Nielsen
|
8deefa8780
|
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes #52570)
# Trunk patch will follow shortly
|
2010-08-11 21:12:18 +00:00 |
|
Dmitry Stogov
|
7d55780ca0
|
In ZTS mode default properties and constants of internal classes can't be modified in place and have to be separated
|
2010-08-11 09:38:41 +00:00 |
|
Felipe Pena
|
3ef14fc609
|
- Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
|
2010-08-01 15:26:54 +00:00 |
|
Felipe Pena
|
c0e6f37cb9
|
- Fixed bug #52484 (__set() ignores setting properties with empty names)
|
2010-08-01 13:27:02 +00:00 |
|
Pierre Joye
|
1dc9e43cd0
|
- fix vc6 build
|
2010-07-15 00:13:20 +00:00 |
|
Dmitry Stogov
|
4c961e9045
|
Fixed incorrect reinitialization
|
2010-07-14 10:27:08 +00:00 |
|
Dmitry Stogov
|
09d8bbb2ee
|
Fixed bug #52237 (Crash when passing the reference of the property of a non-object)
|
2010-07-05 09:08:35 +00:00 |
|
Felipe Pena
|
4e606e3ceb
|
- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)
|
2010-06-30 02:45:10 +00:00 |
|
Felipe Pena
|
96bb25e8e7
|
- Reverted fix for bug #48930 (due binary compatibility breakage)
|
2010-06-29 11:37:13 +00:00 |
|
Felipe Pena
|
a8e80ec235
|
- Reverted fix for bug #51421
|
2010-06-28 16:37:57 +00:00 |
|
Felipe Pena
|
9b07568c43
|
- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)
|
2010-06-27 21:46:16 +00:00 |
|
Felipe Pena
|
10a9634bc9
|
- Fixed bug #51421 (Abstract __construct constructor argument list not enforced)
|
2010-06-26 22:05:13 +00:00 |
|
Felipe Pena
|
eb5e97adf5
|
- Fixed bug #52160 (Invalid E_STRICT redefined constructor error)
|
2010-06-26 19:19:16 +00:00 |
|
Felipe Pena
|
419f589580
|
- Fixed tests
|
2010-06-26 17:17:47 +00:00 |
|
Felipe Pena
|
9ea7a70e24
|
- Fixed bug #52193 (converting closure to array yields empty array)
|
2010-06-26 17:14:33 +00:00 |
|