summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed module loading order and made request shutdown functions also toJani Taskinen2009-05-131-1/+1
* - MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get)Felipe Pena2009-05-122-2/+29
* - MFH: Fix code && new testFelipe Pena2009-05-112-2/+37
* - Added missing param checksFelipe Pena2009-05-111-0/+7
* MFH:- Removed unnecessary TSRMLS_FETCH() callsJani Taskinen2009-05-111-13/+4
* MFH: cs + wsJani Taskinen2009-05-111-116/+115
* MFH: syncJani Taskinen2009-05-101-122/+148
* sync with HEADJani Taskinen2009-05-102-49/+50
* - Missing titleFelipe Pena2009-05-071-0/+1
* - MFH: Parameter parsing changes for get_defined_constants() (Kalle)Felipe Pena2009-05-072-7/+7
* Fixed tests - thanks mgdmZoe Slattery2009-05-052-0/+2
* RegenerateMatt Wilmas2009-05-052-5336/+3831
* MFH: Implemented manual scanning for strings/comments, plus misc. fixesMatt Wilmas2009-05-052-290/+363
* MFH:- Fix compile warning in debug modeJani Taskinen2009-05-011-2/+2
* MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701Brian Shire2009-04-221-1/+3
* Fixed bug #48004 (Error handler prevents creation of default object)Dmitry Stogov2009-04-211-4/+2
* Fixed bug #48004 (Error handler prevents creation of default object)Dmitry Stogov2009-04-212-10/+31
* MFH: Fixed bug#47981 (error handler not called regardless)Hannes Magnusson2009-04-162-1/+20
* add utility macroStanislav Malyshev2009-04-081-2/+3
* MFH: Changed spelling from "build" to "built"Matt Wilmas2009-04-081-1/+1
* Improved specialization (IS_CONST can't be IS_OBJECT)Dmitry Stogov2009-04-082-105/+97
* Calculate hash value onceDmitry Stogov2009-04-081-4/+7
* Removed deprecated code and fixed function name in error messageDmitry Stogov2009-04-081-32/+10
* Added ability to check build_id by extensionDmitry Stogov2009-04-082-2/+3
* - Added testFelipe Pena2009-04-081-0/+31
* Bug #47880 (crashes in call_user_func_array())Dmitry Stogov2009-04-062-6/+15
* Improved GC speed and reduced stack usageDmitry Stogov2009-04-031-94/+183
* Fixed bug #47851 (is_callable throws fatal error)Dmitry Stogov2009-04-021-0/+6
* - MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)Felipe Pena2009-04-011-0/+5
* Removed deprecation warning for ticksArnaud Le Blanc2009-03-273-4/+0
* Fixed bug #47596 (Bus error on parsing file)Dmitry Stogov2009-03-262-1/+69
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub...Dmitry Stogov2009-03-265-141/+185
* Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes)Dmitry Stogov2009-03-262-3/+29
* Fixed bug #47771 (Exception during object construction from arg call calls ob...Dmitry Stogov2009-03-263-4/+44
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-254-416/+398
* Fixed bug #47699 (autoload and late static binding)Dmitry Stogov2009-03-252-1/+27
* Fixed double efree()Dmitry Stogov2009-03-241-1/+0
* Fixed "-0" parsing and optimized overflow check (Matt)Dmitry Stogov2009-03-241-36/+18
* Fixed warningDmitry Stogov2009-03-201-0/+4
* MFH: Removed extra space from eval stringMatt Wilmas2009-03-191-2/+1
* Fixed check for long integer overflowDmitry Stogov2009-03-191-13/+35
* Removed unnecassary checksDmitry Stogov2009-03-182-95/+44
* - Add support for CP850 encoding (patch by Denis Giffeler)Moriyoshi Koizumi2009-03-181-0/+10
* - Typo.Moriyoshi Koizumi2009-03-181-2/+2
* - Add entries for the encodings that are already supported by mbstring butMoriyoshi Koizumi2009-03-181-0/+30
* - staticise private symbols.Moriyoshi Koizumi2009-03-181-80/+80
* MFH: Fixed test on 64-bitMatt Wilmas2009-03-181-0/+2
* Improved speed of conditional jump instructions by checking for most useful c...Dmitry Stogov2009-03-182-78/+320
* Inline only the most useful codeDmitry Stogov2009-03-181-7/+7
* Fixed bug #47704 (crashes on some "bad" operations with string offsets)Dmitry Stogov2009-03-184-939/+622