844 Commits (896ac689c91967dec0601fa9fe048c518da52a3c)

Author SHA1 Message Date
Marc Easen 896ac689c9 Fixed the common misspelling of the word occurred (occured -> occurred) 14 years ago
Xinchen Hui 3332943c9d Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) 14 years ago
Dmitry Stogov 49ce9b9bff Added ability to reset user opcode handlers (Yoram) 14 years ago
Felipe Pena e4ca0ed09f - Year++ 14 years ago
Felipe Pena 4e19825281 - Year++ 14 years ago
Stanislav Malyshev 622412d8e6 implement the solution for isset/string offsets, fix bug #60362 14 years ago
Felipe Pena 5441cd1f0d - Fixed bug #55705 (Omitting a callable typehinted argument causes a segfault) 14 years ago
Dmitry Stogov 4a25a7740d Fixed ZE specific compile warnings (Bug #55629) 14 years ago
Felipe Pena 074c7e6a3a - Fixed ZTS build 14 years ago
Hannes Magnusson 550980cfe5 Callable typehint following the rules of is_callable($arg, false); 14 years ago
Johannes Schlüter 07aa25b442 - Fixed bug #54265 (crash when variable gets reassigned in error handler) 15 years ago
Johannes Schlüter 6f15da050e - Revert r309308 temporarily to get 5.3.6 out 15 years ago
Dmitry Stogov 98fc9750f9 Fixed bug #54265 (crash when variable gets reassigned in error handler) 15 years ago
Dmitry Stogov b60e4fe4f0 Fixed bug #54265 (crash when variable gets reassigned in error handler) 15 years ago
Dmitry Stogov e90ac23f58 Fixed bug #54265 (crash when variable gets reassigned in error handler) 15 years ago
Stanislav Malyshev a5b9eda06a fix UMR when setting forward string offset 15 years ago
Dmitry Stogov b84967d3e2 Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error) 15 years ago
Dmitry Stogov ac057c610c Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error) 15 years ago
Felipe Pena 927bf09c29 - Year++ 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Scott MacVicar 6144da7e35 Silently casting an empty string, null or false into an object by adding a property 15 years ago
Felipe Pena 965c30dc2e - Removed unused variable 15 years ago
Dmitry Stogov 7628da98c4 Removed support for break/continue $var syntax 15 years ago
Dmitry Stogov 68e154b1bf reduced size of temp_variariable 15 years ago
Dmitry Stogov 968bdc576c Simplified foreach() handling, we don't have to inctrement/decrement refcount twice 15 years ago
Derick Rethans 0e24a7c400 - Strip out the typehint *checks* only. They are still parsed, and they are 15 years ago
Hartmut Holzgraefe aaa2f1c30b marked char pointer arguments as const in lots of 15 years ago
Dmitry Stogov fa3f0bb63f Fixed bug #51008 (Zend/tests/bug45877.phpt fails) 15 years ago
Dmitry Stogov 5c6f0ebeab Prevented crash in GC because of incorrect reference counting 15 years ago
Dmitry Stogov 53d3320951 Prevented crash in GC because of incorrect reference counting 15 years ago
Dmitry Stogov f2df6a4a3e - Improved memory usage 15 years ago
Dmitry Stogov f48999ca3b Optimization of ASSIGN instruction 15 years ago
Dmitry Stogov 808fd3f1f7 Optimization 15 years ago
Dmitry Stogov ca4de03eed ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead. 16 years ago
Dmitry Stogov 8aad91d14a Simplified string offset reading 16 years ago
Dmitry Stogov 09943e56cd Removed redundant code 16 years ago
Ilia Alshanetsky 33fae4caa0 Added support for numeric & scalar type hint as defined within 16 years ago
Derick Rethans 1bc9247651 - Added scalar typehinting. 16 years ago
David Soria Parra 08b9fdc8a3 Add DTrace probes 16 years ago
Dmitry Stogov 0d1398457f Removed unused function 16 years ago
Johannes Schlüter 5ec6f1e9a1 WS 16 years ago
Dmitry Stogov 4c252d805d Fixed bug #48781 (Cyclical garbage collector memory leak) 16 years ago
Dmitry Stogov b6ae8a964b Fixed bug #48781 (Cyclical garbage collector memory leak) 16 years ago
Dmitry Stogov 453b49ed20 Added a number of small performance tweaks and optimizations 16 years ago
Dmitry Stogov dd5c478be6 Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed. 16 years ago
Dmitry Stogov 94dd83722b Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 16 years ago
Pierre Joye 6cf9269fa0 - Ensure that stderr output are not buffered, portability for tests 16 years ago
Pierre Joye 5eb4db5e8f - Ensure that stderr output are not buffered, portability for tests 16 years ago
Sebastian Bergmann 13a78acbbe sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 35e83d2afb sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 16 years ago