summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-186-299/+369
* MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults)Antony Dovgal2007-05-182-0/+37
* - MFH Extensions are indexed lowercased and not case awareMarcus Boerger2007-05-161-1/+6
* MFH: fix #41134 (zend_ts_hash_clean not thread-safe)Antony Dovgal2007-05-111-2/+10
* MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b))Antony Dovgal2007-05-114-1/+47
* Fixed bug #39542 (Behaviour of require/include different to < 5.2.0)Dmitry Stogov2007-05-114-56/+72
* fix testsAntony Dovgal2007-05-076-0/+12
* fix test namesAntony Dovgal2007-05-0721-21/+21
* add 64bit version of the testsAntony Dovgal2007-05-077-0/+2346
* fix tests, add moreAntony Dovgal2007-05-0513-0/+150
* fix commentsAntony Dovgal2007-05-041-3/+3
* add testsAntony Dovgal2007-05-048-0/+2388
* MFHAntony Dovgal2007-05-041-1/+1
* Fixed altering $this via argument named "this"Dmitry Stogov2007-05-041-1/+10
* - MFH: Fix skipifJohannes Schlüter2007-05-031-0/+3
* Reverted the following fixed because of php-5.2.2 release processDmitry Stogov2007-05-021-10/+1
* add SKIPIF sectionAntony Dovgal2007-05-021-0/+7
* Fixed altering $this via argument named "this"Dmitry Stogov2007-05-022-1/+24
* - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call callJohannes Schlüter2007-04-301-5/+12
* add new testsAntony Dovgal2007-04-2822-0/+611
* add new testsAntony Dovgal2007-04-2714-0/+379
* MFH: initialize retval_ptr_ptr before returning FAILUREAntony Dovgal2007-04-272-5/+48
* fix testsAntony Dovgal2007-04-263-0/+6
* MFHAntony Dovgal2007-04-261-0/+2
* MFH: fix build on Tru64Antony Dovgal2007-04-262-2/+2
* WIN64 supportDmitry Stogov2007-04-231-2/+10
* MFH: fix #41118 (PHP does not handle overflow of octal integers)Antony Dovgal2007-04-225-1/+90
* new testAntony Dovgal2007-04-201-0/+56