summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Removed SKIPIF sectionsDmitry Stogov2008-07-1014-56/+0
* Fixed unicode supportDmitry Stogov2008-07-102-1/+21
* ChangeLog update2008-07-101-0/+6
* ChangeLog update2008-07-091-0/+72
* Closure::__invoke() is fixed to support referencesDmitry Stogov2008-07-083-17/+169
* let re2c do its magicNuno Lopes2008-07-082-4231/+4187
* MFB: fix remaining # comments issuesNuno Lopes2008-07-081-28/+24
* Fixed bug #45434 (circular reference causes segfault in gc_collect_cycles())Dmitry Stogov2008-07-083-11/+28
* Added closures supportDmitry Stogov2008-07-0828-11/+992
* ChangeLog update2008-07-081-0/+32
* Add zend_ini_string_ex so that the you can differentiate between NULL as a va...Scott MacVicar2008-07-072-5/+26
* MFB:Felipe Pena2008-07-072-58/+0
* ChangeLog update2008-07-071-0/+50
* MFBNuno Lopes2008-07-061-3/+4
* regenerateNuno Lopes2008-07-062-260/+261
* MFB:Felipe Pena2008-07-061-52/+300
* ChangeLog update2008-07-061-0/+7
* ChangeLog update2008-07-021-0/+14
* Removed redundant codeDmitry Stogov2008-07-011-16/+1
* fix crash in define()Antony Dovgal2008-07-011-1/+1
* int -> longAntony Dovgal2008-07-011-3/+3
* ChangeLog update2008-07-011-0/+5
* convert all built-in functions to new APIStanislav Malyshev2008-06-301-224/+175
* ChangeLog update2008-06-301-0/+23
* ChangeLog update2008-06-281-0/+17
* deprecate zend_get_parameters_exStanislav Malyshev2008-06-271-1/+1
* enable on MSVC tooStanislav Malyshev2008-06-271-0/+2
* MFB: allow to deprecate engine functionsStanislav Malyshev2008-06-271-0/+6
* ChangeLog update2008-06-261-0/+21
* - Fixed testsFelipe Pena2008-06-253-10/+3
* - MFB: Removed E_DEPRECATED on is_a()Felipe Pena2008-06-251-1/+1
* ChangeLog update2008-06-211-0/+18
* Allowed to override internal classaes with "use"Dmitry Stogov2008-06-204-1/+26
* ChangeLog update2008-06-201-0/+6
* ChangeLog update2008-06-191-0/+17
* ChangeLog update2008-06-161-0/+14
* ChangeLog update2008-06-121-0/+31
* - New testFelipe Pena2008-06-111-0/+10
* - Removed direct executor recursion.Dmitry Stogov2008-06-118-1242/+1512
* ChangeLog update2008-06-111-0/+16
* ChangeLog update2008-06-101-0/+6
* MFB: Fixed yyleng calculation after the yyless changeMatt Wilmas2008-06-092-9/+9
* ChangeLog update2008-06-091-0/+15
* MF5: allow aggregating use statementsStanislav Malyshev2008-06-083-4/+34
* ChangeLog update2008-06-071-0/+8
* backport the yyless patch from 5.3 branch. it seems I forgot to commit this..Nuno Lopes2008-06-063-423/+403
* ChangeLog update2008-06-061-0/+29
* - MFB: Fixed bug #45186 (__call depends on __callstatic in class scope)Felipe Pena2008-06-051-7/+20
* - MFB: Fixed bug #45180 ('class::method' works differently than array('class'...Felipe Pena2008-06-051-0/+4
* - New testsFelipe Pena2008-06-052-0/+104