summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* there is no %v in 5_1Antony Dovgal2006-04-201-1/+1
|
* Fixed bug #37138 (__autoload tries to load callback'ed self and parent)Dmitry Stogov2006-04-202-19/+36
|
* fix #37062 (compile failure on ARM architecture)Antony Dovgal2006-04-151-0/+1
| | | | | if ARM is big endian - don't define IEEE_LITTLE_ENDIAN
* make it consistent with the other ones =)Antony Dovgal2006-04-141-1/+1
|
* Fixed bug #36513 (comment will be outputed in last line)Dmitry Stogov2006-04-132-2/+24
|
* Fixed testDmitry Stogov2006-04-131-1/+1
|
* Fixed bug #37046 (foreach breaks static scope)Dmitry Stogov2006-04-123-7/+95
|
* Fixed bug #37002 (Have to quote literals in INI when concatenating with vars)Dmitry Stogov2006-04-121-6/+7
|
* - MFH Iterators from overloaded objects are allowed to not have keys...Marcus Boerger2006-04-102-2/+6
|
* - MFH Coverity fix 49Marcus Boerger2006-04-101-1/+1
|
* Fixed possible crash in interactive modeDmitry Stogov2006-04-101-2/+4
|
* MFH:Dmitry Stogov2006-04-071-15/+11
| | | | | | - Allowed storing NULL pointers in HashTable - Optimized zend_hash_reverse_apply()
* Fix a bug that would not fill in the fifth argument to preg_replace()Andrei Zmievski2006-04-062-0/+9
| | | | | properly, if the variable was not declared previously.
* fix #36944 (strncmp & strncasecmp do not return false on negative string length)Antony Dovgal2006-04-051-0/+12
|
* fix compilation on AIXAntony Dovgal2006-03-302-2/+2
|
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-292-6/+23
| | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
* initialize bucket #0 with nulls (normally it shouldn't be used at all, but ↵Antony Dovgal2006-03-281-0/+1
| | | | if it is - we don't want any memory issues, do we?)
* fix #36897 (debug_print_backtrace() doesn't return void but array(0) {})Antony Dovgal2006-03-281-2/+0
|
* fix #36878 (error messages are printed even though an exception has been thrown)Antony Dovgal2006-03-271-1/+1
|
* Fixed meory leak in case of unknown pragmaDmitry Stogov2006-03-271-0/+2
|
* - Initialized callable_name if presentMarcus Boerger2006-03-231-0/+3
|
* Removed unreachable codeDmitry Stogov2006-03-201-7/+1
|
* FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all ↵Dmitry Stogov2006-03-171-2/+2
| | | | SIGSEGV related code is commented.
* Optimization of module unloading (temporary modules can be only in the end)Dmitry Stogov2006-03-172-6/+2
|
* Fix: incorrect string length passedDmitry Stogov2006-03-151-2/+2
|
* Added E_STRICT warning in case of calling non-static method from ↵Dmitry Stogov2006-03-152-0/+54
| | | | incompatible context (this feature is staying for BC with php-4).
* Eliminated run-time constant fetching for TRUE, FALSE and NULLDmitry Stogov2006-03-153-10/+41
|
* Fixed "zend_vm_gen.php --without-specializer"Dmitry Stogov2006-03-153-8/+8
|
* Fixed bug #36568 (memory_limit setting on win32 has no effect)Dmitry Stogov2006-03-143-15/+21
|
* zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macrosDmitry Stogov2006-03-143-4/+4
|
* Optimized cleanup loops on request shutdownDmitry Stogov2006-03-134-26/+47
|
* As per agreement during PDM, remove the E_STRICT deprecation notice fromIlia Alshanetsky2006-03-121-1/+1
| | | | | "var".
* Fixed compatibility with ext/hashDmitry Stogov2006-03-061-3/+3
|
* - Add missing function for completenessMarcus Boerger2006-03-052-0/+15
|
* Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get()Dmitry Stogov2006-03-031-0/+5
|
* Remove "called at [(null):0]" from debug backtraceDmitry Stogov2006-03-031-1/+5
|
* - MFH Use object handler get in the same way as the rest of the engine doesMarcus Boerger2006-03-021-1/+4
|
* - MFH Fix string-conversion and const updatingMarcus Boerger2006-03-012-1/+7
|
* - Fix testMarcus Boerger2006-03-011-0/+2
|
* - MFH Argument parsing specifier 'C', which is necessary for SPL alreadyMarcus Boerger2006-02-271-3/+38
|
* - Warning fixes by StephMarcus Boerger2006-02-265-7/+7
|
* - MFH: Function deprecation flagMarcus Boerger2006-02-256-7/+42
|
* Fix a bug where the default value for function argument could be anAndrei Zmievski2006-02-231-0/+3
| | | | | array with array (!) keys.
* - Fix method flag handlingMarcus Boerger2006-02-191-1/+1
|
* fix leak in zend_strtod() on big doublesAntony Dovgal2006-02-142-1/+34
| | | | | add new test
* MFH.Andrei Zmievski2006-02-071-1/+6
|
* init variablesAntony Dovgal2006-02-062-3/+3
|
* Fixed bug #36303 (foreach on error_zval produces segfault)Dmitry Stogov2006-02-063-5/+27
|
* - MFHMarcus Boerger2006-02-051-15/+39
|
* Fixed bug #36268 (Object destructors called even after fatal errors)Dmitry Stogov2006-02-031-0/+14
|