|
|
4967375aef
|
ChangeLog update
|
2006-12-13 01:31:03 +00:00 |
|
Sara Golemon
|
16cd1e762c
|
Bugfix# 39435: 'foo' instanceof bar gives invalid opcode error
|
2006-12-12 23:09:01 +00:00 |
|
|
|
179456f9c1
|
ChangeLog update
|
2006-12-12 01:31:15 +00:00 |
|
Andrei Zmievski
|
5a15a3c3f4
|
Clarify stream_encoding.
|
2006-12-11 21:48:07 +00:00 |
|
|
|
a1f9cfb653
|
ChangeLog update
|
2006-12-09 01:31:06 +00:00 |
|
Dmitry Stogov
|
f37ad2e146
|
Fixed bug #39775 ("Indirect modification ..." message is not shown)
|
2006-12-08 16:23:04 +00:00 |
|
Dmitry Stogov
|
595c45e532
|
Fixed possible failure
|
2006-12-08 12:47:58 +00:00 |
|
|
|
49b8d0cd37
|
ChangeLog update
|
2006-12-08 01:31:00 +00:00 |
|
Antony Dovgal
|
2122cf4fab
|
initialize variables and make Coverity happy
|
2006-12-07 20:45:21 +00:00 |
|
Andrei Zmievski
|
6526e323a1
|
Apply Matt W's patch to only allow ASCII digits and not use u_digit().
|
2006-12-07 18:56:25 +00:00 |
|
Andrei Zmievski
|
1ef43a02ee
|
Guard against ambiguous 'else' clauses.
|
2006-12-07 18:19:21 +00:00 |
|
|
|
7d6583a064
|
ChangeLog update
|
2006-12-07 01:31:16 +00:00 |
|
Antony Dovgal
|
8f98226510
|
fix tests
|
2006-12-06 13:11:02 +00:00 |
|
Antony Dovgal
|
b8ad517526
|
add zend_u_strtod() implementation by Matt Wilmas
major speedup when using floats in Unicode mode
also fixes several problems with the current code
|
2006-12-06 12:25:29 +00:00 |
|
Antony Dovgal
|
d8e8eb4e08
|
destroy freelist before destroying the mutexes
|
2006-12-06 10:49:19 +00:00 |
|
Antony Dovgal
|
4789badd3a
|
use BSD licensed implementation of double-to-string utilities instead of LGPL one
this patch also fixes thread safety issues in zend_strtod()
|
2006-12-06 09:50:28 +00:00 |
|
|
|
d0792dc615
|
ChangeLog update
|
2006-12-06 01:31:05 +00:00 |
|
Dmitry Stogov
|
3d5825bb3d
|
Fixed bug #39721 (Runtime inheritance causes data corruption)
|
2006-12-05 19:04:51 +00:00 |
|
Antony Dovgal
|
07cbe3317a
|
remove duplicating line
|
2006-12-05 12:55:38 +00:00 |
|
Dmitry Stogov
|
08f035bbac
|
Removed unused zend_mm.*
|
2006-12-05 08:08:33 +00:00 |
|
Stanislav Malyshev
|
40b496d63f
|
Merge from 5.2:
Improve tolower()-related functions on Windows and VC2005 by caching locale and using
tolower_l function.
|
2006-12-05 02:55:27 +00:00 |
|
|
|
09848fa0fc
|
ChangeLog update
|
2006-12-05 01:31:09 +00:00 |
|
Dmitry Stogov
|
f595859918
|
Fixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using fastcgi)
|
2006-12-04 16:30:59 +00:00 |
|
|
|
2b16c2569a
|
ChangeLog update
|
2006-12-02 01:31:01 +00:00 |
|
Dmitry Stogov
|
ef3df1e6ff
|
Bug #39438 (Fatal error: Out of memory)
|
2006-12-01 20:02:00 +00:00 |
|
Dmitry Stogov
|
5b5b730c4c
|
typo
|
2006-12-01 19:42:19 +00:00 |
|
Dmitry Stogov
|
fa6ab159a6
|
Fixed bug #39702 (php crashes in the allocator on linux-m68k)
|
2006-12-01 15:33:20 +00:00 |
|
Dmitry Stogov
|
bea2519575
|
Fixed buffer overflow. (Rob)
|
2006-12-01 14:57:44 +00:00 |
|
Dmitry Stogov
|
106c808d41
|
Fixed bug #39640 (Segfault with "Allowed memory size exhausted")
|
2006-12-01 13:54:49 +00:00 |
|
Dmitry Stogov
|
d935b44364
|
Fixed bug #39652 (Wrong negative results from memeory_get_usage())
|
2006-12-01 11:40:23 +00:00 |
|
|
|
23757fce66
|
ChangeLog update
|
2006-12-01 01:31:01 +00:00 |
|
Antony Dovgal
|
b0f688006d
|
fix test
|
2006-11-30 13:09:24 +00:00 |
|
|
|
58698c964c
|
ChangeLog update
|
2006-11-29 01:31:10 +00:00 |
|
Antony Dovgal
|
afd3d27c5f
|
resolve coverity issue #224
|
2006-11-28 21:19:58 +00:00 |
|
|
|
929123554a
|
ChangeLog update
|
2006-11-25 01:31:23 +00:00 |
|
Antony Dovgal
|
63df6688b5
|
initialize CG(literal_type) using ZEND_STR_TYPE macro
add CG(literal_type) initialization in non-ZTS mode
fixes backticks operator
|
2006-11-24 11:36:40 +00:00 |
|
|
|
7f16662c6b
|
ChangeLog update
|
2006-11-24 01:31:16 +00:00 |
|
Antony Dovgal
|
7d4abedf5a
|
nullify opened_path and filename (when required)
fixes invalid reads with `php-cli -F <script>`
|
2006-11-23 22:04:32 +00:00 |
|
Dmitry Stogov
|
a44849cf0e
|
Fixed bug #39534 (Error in maths to calculate of ZEND_MM_ALIGNED_MIN_HEADER_SIZE). (wharmby at uk dot ibm dot com)
|
2006-11-23 09:33:01 +00:00 |
|
Dmitry Stogov
|
6b2f3046e8
|
Fixed bug #39602 (Invalid session.save_handler crashes PHP)
|
2006-11-23 08:07:16 +00:00 |
|
|
|
3922d05797
|
ChangeLog update
|
2006-11-22 01:31:26 +00:00 |
|
Antony Dovgal
|
0052d291fc
|
add test for some of builtin funcs
|
2006-11-21 11:11:25 +00:00 |
|
Antony Dovgal
|
43559f1b18
|
fix leak in get_extension_funcs()
|
2006-11-21 11:10:01 +00:00 |
|
Antony Dovgal
|
6983398b91
|
fix proto
|
2006-11-21 10:48:16 +00:00 |
|
|
|
f2a6b5ff00
|
ChangeLog update
|
2006-11-21 01:31:11 +00:00 |
|
Antony Dovgal
|
0e647693df
|
fix leak in zend_register_functions()
this is very odd, but Zend MM said nothing about it..
|
2006-11-20 22:08:27 +00:00 |
|
|
|
fa94ed2bb2
|
ChangeLog update
|
2006-11-18 01:31:10 +00:00 |
|
Dmitry Stogov
|
57d22421db
|
Unicode support.
Now the real UG(unicode) value is available during MINIT calls.
|
2006-11-17 10:48:53 +00:00 |
|
|
|
ce5812d198
|
ChangeLog update
|
2006-11-16 01:31:33 +00:00 |
|
Antony Dovgal
|
8043daedbb
|
fix typo (patch by Mike Wallner)
|
2006-11-15 22:50:19 +00:00 |
|