summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* MFHfoobar2005-09-021-4/+7
|
* Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)Dmitry Stogov2005-09-022-1/+39
|
* Fixed bug #34137 (assigning array element by reference causes binary mess)Dmitry Stogov2005-09-012-6/+16
|
* - MFH Fix #34299: ReflectionClass::isInstantiable() returns true for ↵Marcus Boerger2005-08-301-1/+1
| | | | abstract classes
* Bump versionZeev Suraski2005-08-251-1/+1
|
* MFH: Fixed bug #34156 (memory usage remains elevated after memory limit isIlia Alshanetsky2005-08-181-1/+2
| | | | | reached)
* Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 ↵Dmitry Stogov2005-08-171-0/+1
| | | | seg fault)
* MF5.1: fix #34078 (Reflection API problems in methods with boolean or null ↵Antony Dovgal2005-08-111-1/+1
| | | | default values)
* Fixed bug #34062 (Crash in catch block when many arguments are used)Dmitry Stogov2005-08-101-0/+1
|
* Fixed bug #34064 (arr[] as param to function is allowed only if function ↵Dmitry Stogov2005-08-102-0/+38
| | | | receives argument by reference)
* Fixed clone bug in ze1_compatibility modeDmitry Stogov2005-08-041-2/+2
|
* Fixed bug #33942 (the patch to #33156 crash cygwin except cli)Dmitry Stogov2005-08-021-0/+4
|
* In NetWare few of the programs like apache2 and ldap use winsock inclusinf ↵Anantha Kesari H Y2005-07-291-0/+7
| | | | | | | sys/socket.h is not desirable. --Kamesh
* - MFH Bugfix #33853Marcus Boerger2005-07-251-8/+15
|
* Fixed bug #33802 (throw Exception in error handler causes crash)Dmitry Stogov2005-07-222-11/+24
|
* Fixed bug #33710 (ArrayAccess objects doen't initialize $this)Dmitry Stogov2005-07-191-37/+39
|
* Fixed bug #33558 (warning with nested calls to functions returning by reference)Dmitry Stogov2005-07-182-2/+24
|
* Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). ↵Dmitry Stogov2005-07-121-0/+7
| | | | (Nuno)
* zend_stream_getc uses fread internally. NetWare LibC fread reads 4(Which I ↵Anantha Kesari H Y2005-07-071-0/+9
| | | | | | | believe EOT) for EOF(^D) character. This happens when fread is asked to read one and only character as is the case with cl interactive mode. -- Kamesh
* add commentStanislav Malyshev2005-06-291-0/+1
|
* fix conditionsStanislav Malyshev2005-06-291-4/+3
|
* MFH: fix leak and improve CS a bitAntony Dovgal2005-06-281-3/+1
|
* fixes fo rnon-php objects (John Coggeshall)Stanislav Malyshev2005-06-281-12/+59
|
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-274-27/+58
| | | | | | | when working with non-PHP objects. # Using Z_OBJCE(object)->name is usually bad idea unless you know it's # a pure PHP object
* Fixed SIGSEGV on assigment string offset by referenceDmitry Stogov2005-06-271-0/+1
|
* Fixed wrong include/requre occurrences in debug backtrace.Dmitry Stogov2005-06-271-1/+6
|
* Partial fix for bug #26584 (Class member - array key overflow)Dmitry Stogov2005-06-241-0/+7
| | | | | It doesn't fix integer overflow problem, but allows null, boolean and double keys in array constants in the same way as in runtime.
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-245-4/+48
|
* Fixed bug #28377 (debug_backtrace is intermittently passing args)Dmitry Stogov2005-06-232-0/+53
|
* Fixed bug #32660 (Assignment by reference causes crash when field access is ↵Dmitry Stogov2005-06-232-2/+41
| | | | overloaded (__get))
* Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden ↵Dmitry Stogov2005-06-232-11/+79
| | | | methods)
* Test for bug #27268. It is fixed in HEAD but not in PHP_5_0.Dmitry Stogov2005-06-231-0/+28
|
* Fixed bug #29896 (Backtrace argument list out of sync)Dmitry Stogov2005-06-223-10/+68
|
* Fixed bug #33257 (array_splice() inconsistent when passed function instead ↵Dmitry Stogov2005-06-224-3/+26
| | | | of variable)
* Remove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLASSDmitry Stogov2005-06-211-0/+13
| | | | | in case of early binding
* Fixed possible crash on $x = $obj->$non_stringDmitry Stogov2005-06-201-2/+2
|
* MFH: improve error messages in internal classesAntony Dovgal2005-06-172-8/+19
|
* Fixed bug #33277 (private method accessed by child class)Dmitry Stogov2005-06-171-1/+2
|
* Added test file for bug #31177 (not fixed yet)Dmitry Stogov2005-06-101-0/+44
|
* Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructorDmitry Stogov2005-06-101-1/+1
|
* Disallow abstract privae methodsStanislav Malyshev2005-06-091-0/+3
|
* fix #29689 and more private property problemsStanislav Malyshev2005-06-095-38/+75
|
* Fixed double call to php_stream_close() on compiler errorsDmitry Stogov2005-06-092-5/+2
|
* add test for this (to be fixed) bugStanislav Malyshev2005-06-091-0/+28
|
* Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may ↵Dmitry Stogov2005-06-091-0/+3
| | | | result in seg fault)
* Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456Dmitry Stogov2005-06-091-1/+2
|
* Fixed exception handling in getIterator() callback (bugs #26229 & #30725)Dmitry Stogov2005-06-081-1/+0
|
* Fixed valgrind errorsDmitry Stogov2005-06-081-1/+2
|
* MFHfoobar2005-06-081-0/+1
|
* Fixed bug #30140 (Problem with array in static properties)Dmitry Stogov2005-06-082-3/+35
|