summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_3_0alpha2'.php-5.3.0alpha2SVN Migration2008-12-03139-5992/+5857
|
* - 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
| | | | | on all platforms and with all compilers.
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-2711-69/+82
| | | | using array_map)
* - 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 ↵Felipe Pena2008-11-251-6/+7
| | | | truncated autoload param)
* 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
| | | | | inconsistent results)
* - 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
| | | | | | - Changed 'strlen' to use ZEND_FUNCTION(strlen) - Removed duplicated arginfo structs
* Improve use syntaxStanislav Malyshev2008-11-172-2/+35
| | | | | [DOC] use \foo\bar is the same as use foo\bar
* - 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
| | | | | [DOC] new resolution rules should be documented soon
* some new testsStanislav Malyshev2008-11-1110-0/+135
|
* - Fixed bug #46546 (Segmentation fault when using declare statement with ↵Felipe Pena2008-11-112-1/+18
| | | | | | | non-string value) # This issue only happens in this branch
* MFH:Felipe Pena2008-11-111-0/+3
| | | | | | - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE) - Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
* - 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
| | | | | | | | | [DOC] new function parse_ini_string() proto array parse_ini_string(string ini_string [, bool process_sections [, int scanner_mode]]) Same as parse_ini_file() except that it takes a string instead of a filename.
* - 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
|
* sync zend_ini_scanner.cArnaud Le Blanc2008-11-022-1786/+1824
|
* Fixed bug #44575 (parse_ini_file comment # line problems)Arnaud Le Blanc2008-11-021-0/+7
| | | | | | [DOC] parse_ini_file(): comments starting with # are deprecated in PHP 5.3 (comments starting with ; should be used instead)
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-024-1/+56
|
* MFH: XFAIL test for bug #46196 on restore_error_handler().Felix De Vliegher2008-11-021-0/+33
|
* Fixed ability to use "internal" heaps in extensions.Dmitry Stogov2008-10-301-3/+13
|
* MFH: Fix compile errorArnaud Le Blanc2008-10-271-2/+2
|
* add testAntony Dovgal2008-10-241-0/+19
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-246-58/+3
|
* Revert define() fix, it needs further reviewIlia Alshanetsky2008-10-221-36/+1
|
* Fixed bug #46341 (Added missing validation checks into define() for classIlia Alshanetsky2008-10-191-1/+36
| | | | | constants)
* Fixed bug #46308 (Invalid write when changing property from inside getter)Dmitry Stogov2008-10-172-0/+41
|
* Fixed bug #46246 (difference between call_user_func(array($this, $method)) ↵Dmitry Stogov2008-10-102-4/+57
| | | | and $this->$method())