summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Revert variable class patch for 5.2Stanislav Malyshev2007-08-131-12/+0
* Fixed bug #42211 (property_exists() fails to find protected properties from a...Dmitry Stogov2007-08-082-1/+32
* Fixed testDmitry Stogov2007-08-081-1/+1
* fix test namesAntony Dovgal2007-08-032-6/+4
* add stage for .htaccessStanislav Malyshev2007-08-021-0/+1
* it's 4 either way, but it's customary to use 1<<Stanislav Malyshev2007-08-021-1/+1
* fix testAntony Dovgal2007-08-021-1/+1
* - Add possibility to call static class members using variables (Etienne Kneuss)Johannes Schlüter2007-08-021-0/+12
* MFH: int -> zend_boolAntony Dovgal2007-08-021-1/+1
* - MFH: Respect value of the parameter for get_loaded_extensions() and onlyJohannes Schlüter2007-08-022-18/+13
* Fixed bug #42119 (array_push($arr,&$obj) doesn't work with zend.ze1_compatibi...Dmitry Stogov2007-08-012-1/+22
* - MFH: Add additional param to get_loaded_extensions() for returning ZendJohannes Schlüter2007-07-312-7/+31
* Improved fix for bug #41633 (self:: doesn't work for constants) to support fu...Dmitry Stogov2007-07-272-1/+13
* Fixed bug #41713 (Persistent memory consumption on win32 since 5.2)Dmitry Stogov2007-07-251-0/+9
* Fixed bug #40705 (Iterating within function moves original array pointer)Dmitry Stogov2007-07-244-17/+59
* Fixed bug #41372 (Internal pointer of source array resets during array copying)Dmitry Stogov2007-07-243-1/+50
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-245-14/+60
* MFH: - Fixed buf #42071 (ini scanner allows using NULL as option name).Jani Taskinen2007-07-234-71/+71
* MFH: Fixed compiler warningsJani Taskinen2007-07-2110-13/+13
* MFH: Use SEPARATE_ZVAL_IF_NOT_REF for cleaner code.Jani Taskinen2007-07-191-7/+6
* MFHJani Taskinen2007-07-191-7/+28
* revise test to reflect recent codeIlia Alshanetsky2007-07-121-1/+2
* Commit previously missing patch for bug #41919Ilia Alshanetsky2007-07-121-1/+6
* Fixed bug #41961 (Ensure search for hidden private methods does not stray fro...Dmitry Stogov2007-07-122-1/+32
* new testAntony Dovgal2007-07-121-0/+31
* array copy on write testsZoe Slattery2007-07-092-0/+34
* Fixed bug #41919Dmitry Stogov2007-07-092-2/+5
* Fixed bug #41919 (crash in string to array conversion)Ilia Alshanetsky2007-07-081-0/+12
* MFHAntony Dovgal2007-07-061-11/+11
* fix testAntony Dovgal2007-06-271-2/+2
* Tests constant initialisationZoe Slattery2007-06-272-0/+54
* add testAntony Dovgal2007-06-271-0/+12
* fix #41813 (segmentation fault when using string offset as an object)Antony Dovgal2007-06-271-0/+4
* Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.Ilia Alshanetsky2007-06-171-14/+21
* Fixed bug #41633 (Crash instantiating classes with self-referencing constants)Dmitry Stogov2007-06-132-1/+21
* Fixed some class constant issues related to bug #41633Dmitry Stogov2007-06-135-0/+42
* New testcase for get_defined_vars() function: get_defined_vars.phptRaghubansh Kumar2007-06-111-0/+128
* New testcase for unset(), isset() and empty functions : 019.phptRaghubansh Kumar2007-06-111-0/+1332
* Fix #41640 (get_class_vars produces error on class constants)Johannes Schlüter2007-06-092-1/+16
* MFH: fix #41561 (Values set with php_admin_* in httpd.conf can be overwritten...Antony Dovgal2007-06-081-0/+4
* MFH: change E_NOTICE to E_ERROR when using a class constant from non-existent...Antony Dovgal2007-06-074-1/+88
* MFH: minor optimization - make sure the objects are not the same instance bef...Antony Dovgal2007-06-061-0/+5
* MFH: fix #41608 (segfault on a weird code with objects and switch())Antony Dovgal2007-06-061-1/+1
* MFHAntony Dovgal2007-05-302-6/+6
* set module in internal_function structAntony Dovgal2007-05-301-0/+1
* MFHAntony Dovgal2007-05-281-6/+6
* Impoved error reporting on parser errors (Matt, Dmitry)Dmitry Stogov2007-05-241-4/+7
* MFHAntony Dovgal2007-05-211-1/+1
* add test for 41401Stanislav Malyshev2007-05-181-0/+10
* fix #41401 - parser precedence on unary operatorsStanislav Malyshev2007-05-181-2/+2