summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3185-87/+87
* MFH: Bump copyright year, 1 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH Provide a core module that contains all Zend and php/main (in 5.3 incl....Marcus Boerger2008-12-302-6/+9
* Fix arginfo and protoHannes Magnusson2008-12-301-2/+2
* MFH Use a module struct for the built-in functionsMarcus Boerger2008-12-301-4/+18
* MFH Fix bug #45991 - UTF-8 BOM breaks ini parserScott MacVicar2008-12-243-116/+130
* MFH: Fix #46646 (Implement zend functions to restrict serialization or intern...Etienne Kneuss2008-12-223-16/+21
* initialize op1Stanislav Malyshev2008-12-151-0/+1
* MFH (Use the same test fiel as in HEAD)Johannes Schlüter2008-12-131-2/+2
* fix testAntony Dovgal2008-12-121-0/+2
* MFHAntony Dovgal2008-12-112-1/+1
* MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace)Johannes Schlüter2008-12-092-1/+36
* Fixed bug#46811 ini_set() doesn't return false on failureHannes Magnusson2008-12-092-0/+14
* - MFH: Fixed autoconf 2.13 issues with FP checks.Christian Seiler2008-12-021-124/+69
* - MFH: Changed floating point behaviour to consistently use double precisionChristian Seiler2008-12-026-1/+580
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-2711-69/+82
* - New testFelipe Pena2008-11-262-0/+20
* cleanup from ::->\ changeStanislav Malyshev2008-11-261-2/+4
* cleanupStanislav Malyshev2008-11-251-5/+3
* - Fixed bug #46665 (Triggering autoload with a variable classname causes trun...Felipe Pena2008-11-251-6/+7
* Added support for namespaces with brackets. (Greg)Dmitry Stogov2008-11-2513-23/+261
* add object-compatible array modesStanislav Malyshev2008-11-241-5/+13
* MFH: Fixed bug #46649 (Setting array element with that same array producesArnaud Le Blanc2008-11-232-0/+27
* - MFH: Added ZEND_FETCH_RESOURCE_NO_RETURNFelipe Pena2008-11-201-0/+3
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-195-20/+50
* MFH:Felipe Pena2008-11-171-105/+31
* Improve use syntaxStanislav Malyshev2008-11-172-2/+35
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-174-56/+1
* - MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!)Felipe Pena2008-11-161-1/+1
* make sure the slash is actually thre before reading past itAntony Dovgal2008-11-121-3/+3
* fix potential crash in zend_do_assign due to opcodes reallocStanislav Malyshev2008-11-121-2/+9
* fix crash - using old opline after reallocStanislav Malyshev2008-11-121-3/+6
* Removed unused varsIlia Alshanetsky2008-11-121-2/+0
* fix memleakStanislav Malyshev2008-11-112-262/+258
* Namespace resolution streamlining patchStanislav Malyshev2008-11-1130-689/+443
* some new testsStanislav Malyshev2008-11-1110-0/+135
* - Fixed bug #46546 (Segmentation fault when using declare statement with non-...Felipe Pena2008-11-112-1/+18
* MFH:Felipe Pena2008-11-111-0/+3
* - Fixed tests (thanks Timm)Felipe Pena2008-11-102-3/+3
* - Make it work with bison 2.4.Derick Rethans2008-11-101-1/+1
* - New testsFelipe Pena2008-11-105-0/+121
* fix more invalid readsAntony Dovgal2008-11-081-3/+3
* fix typo causing invalid readsAntony Dovgal2008-11-071-1/+1
* sync zend_ini_scanner.cArnaud Le Blanc2008-11-052-4/+4
* MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)Arnaud Le Blanc2008-11-051-2/+2
* - Fixed Windows buildFelipe Pena2008-11-053-6/+6
* - Fixed testsFelipe Pena2008-11-041-1/+1
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-04115-3536/+3704
* - MFH Fix testMarcus Boerger2008-11-041-0/+2
* MFH: Use a better function name for closure related errors and debug_backtrace()Johannes Schlüter2008-11-033-3/+68