382 Commits (32c8f50ea9dc0ea65ed22d34ec00dadbae7f87bb)

Author SHA1 Message Date
Felipe Pena db53404011 - Fixed bug #47801 (__call() accessed via parent:: operator is provided incorrect method name) 17 years ago
Dmitry Stogov 8b93b4e373 Fixed possible crash because of argument stack reallocation 17 years ago
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Dmitry Stogov a1a1249753 Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()) 18 years ago
Dmitry Stogov 7089db25e0 Fixed shared memory corruption of opcode caches 18 years ago
Dmitry Stogov f29c6b45a8 MFH: Fixed bug #43128 (Very long class name causes segfault) 18 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Jani Taskinen 226c56fe76 MFH: Fixed compiler warnings 19 years ago
Dmitry Stogov 1c7fa8fb4c Fixed bug #41633 (Crash instantiating classes with self-referencing constants) 19 years ago
Dmitry Stogov 28bc39500a Fixed some class constant issues related to bug #41633 19 years ago
Antony Dovgal 04aefb4e18 MFH 19 years ago
Antony Dovgal d7b30e457a MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults) 19 years ago
Antony Dovgal de4f3007e2 MFH: initialize retval_ptr_ptr before returning FAILURE 19 years ago
Dmitry Stogov e1814f0dbe WIN64 support 19 years ago
Antony Dovgal 79ed194a64 fix #40815 (using strings like "class::func" and static methods in set_exception_handler() might result in crash) 19 years ago
Marcus Boerger b15d1f22ef - Catch empty class name error earlier 19 years ago
Dmitry Stogov 0291ad5fa6 Fixed bug #40236 (php -a function allocation eats memory) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Ilia Alshanetsky 96d9d6f0f1 Avoid strcpy() & strcat() 19 years ago
Antony Dovgal bed14f8ab7 MFH 20 years ago
Dmitry Stogov 011e0cde62 Start timiout thread on Windows only if necessary 20 years ago
Johannes Schlüter 6841110122 - MFH: added missing return... 20 years ago
Johannes Schlüter dcf249004c - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to self:: 20 years ago
Antony Dovgal 630024d895 MFH 20 years ago
Dmitry Stogov ecd52167d7 Fixed wrong return value 20 years ago
Antony Dovgal d6ee9d4810 MFH: fix #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper) 20 years ago
Dmitry Stogov 8bb047ee97 Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished). 20 years ago
Stefan Esser 7bbf35320d MFH: Added hook for compile_string() 20 years ago
Zeev Suraski 51d495850a Restore ZE1 compatibility mode (Zend Engine part - the modules patches 20 years ago
Dmitry Stogov 26ccde4da9 Fixed bug #37558 (timeout functionality doesn't work after a second PHP starup on the same thread). (p dot desarnaud at wanadoo dot fr) 20 years ago
Marcus Boerger 637a40423c - MFH as discussed 20 years ago
Antony Dovgal 32872b157e there is no %v in 5_1 20 years ago
Dmitry Stogov d82462485e FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all SIGSEGV related code is commented. 20 years ago
Dmitry Stogov 161ae714ae zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros 20 years ago
Dmitry Stogov ad10a538ee Optimized cleanup loops on request shutdown 20 years ago
Dmitry Stogov 54adfc6fcf Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get() 20 years ago
Marcus Boerger 5a69b29082 - Warning fixes by Steph 20 years ago
Marcus Boerger 941b0651dc - MFH: Function deprecation flag 20 years ago
Marcus Boerger b1cebf32e4 - MFH Fix issues with static method invocation 20 years ago
Antony Dovgal 01e8d313c8 MFH: make sure ce_child is properly initialized 20 years ago
Andi Gutmans 61e93ccfe8 - Update copyright notices to 2006 20 years ago
Dmitry Stogov 9c2ea13abc Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail dot com) 21 years ago
Antony Dovgal 9255733c4f fix leak appearing when __autoload() throws an exception 21 years ago
Marcus Boerger 0cd997d79c - Simplify and synch is_callable_ex() with actual execution code 21 years ago
Dmitry Stogov 599221036f Fixed bug #35612 (iis6 Access Violation crash) 21 years ago
Dmitry Stogov 9ee0707cfa Fixed bug #35509 (string constant as array key has different behavior inside object) 21 years ago
Dmitry Stogov a570981151 Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash) 21 years ago
Dmitry Stogov 8212034254 Fixed SIGSEGV 21 years ago
Dmitry Stogov 03cb8e959b Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly) 21 years ago
Dmitry Stogov 9305339d94 Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). 21 years ago