summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* fix for bug #49000Stanislav Malyshev2009-07-301-0/+7
* - Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro)Jani Taskinen2009-07-281-1/+1
* Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract())Dmitry Stogov2009-07-283-3/+25
* - MFH: Cosmetic changesFelipe Pena2009-07-271-293/+345
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-1/+0
* - New testsFelipe Pena2009-07-193-0/+95
* - New testFelipe Pena2009-07-191-0/+51
* - Tests related to bug #48770Felipe Pena2009-07-192-0/+107
* Removing unnecessary SKIPIF sectionsZoe Slattery2009-07-181-2/+0
* CSJani Taskinen2009-07-171-1/+1
* fix testsZoe Slattery2009-07-179-30/+4
* fix memleakStanislav Malyshev2009-07-171-2/+5
* MFHJani Taskinen2009-07-161-1/+2
* fix ini_restore problemStanislav Malyshev2009-07-161-1/+6
* - MFH: Fixed bug #48899 (is_callable returns true even if method does not exi...Felipe Pena2009-07-152-1/+25
* MFH: Fix date warning by setting the default timezone to UTCDavid Soria Parra2009-07-131-0/+1
* MFH: Adjust tests. The order in which notices appear is platform dependend as...David Soria Parra2009-07-071-4/+4
* Fix testandy wharmby2009-07-062-12/+15
* - New testFelipe Pena2009-06-301-0/+28
* - MFH: Fixed bug #48709 (metaphone and 'wh')Felipe Pena2009-06-301-0/+1
* - MF52: calloc must actually clear the requested size (Andrei)Pierre Joye2009-06-281-1/+1
* Bump version to 5.3.0 and API Nos. upJohannes Schlüter2009-06-262-2/+2
* Make the check case sensitive, and since we can only have a constructor that ...Scott MacVicar2009-06-192-2/+26
* Fix bug #48215 - Calling a method with the same name as the parent class call...Scott MacVicar2009-06-182-1/+41
* Need the gcc version check here tooRasmus Lerdorf2009-06-171-1/+1
* Tweak to make this compile with gcc2Rasmus Lerdorf2009-06-161-1/+1
* - MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masuga...Felipe Pena2009-06-161-1/+1
* Basic tests for function_exists() and get_defined_functions(). Tested on Wind...andy wharmby2009-06-145-0/+302
* - Constified method_name arg. in zend_get_user_call_function() and zend_get_u...Felipe Pena2009-06-121-2/+2
* MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected meth...Felipe Pena2009-06-122-36/+76
* - fix build (void alarm)Pierre Joye2009-06-091-5/+5
* - typoPierre Joye2009-06-081-1/+1
* Fixed bug #44827 (define() is missing error checks for class constants)Ilia Alshanetsky2009-06-081-0/+29
* MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP...Matt Wilmas2009-06-072-2/+18
* MFH: Changed error messages to use "cannot" instead of "can not" (meaning "al...Matt Wilmas2009-06-0711-36/+36
* MFH: Make pass_two visible to extensions with ZEND_API (required for optimizer).Brian Shire2009-06-052-2/+2
* There is no always_inline attribute in gcc2Rasmus Lerdorf2009-06-051-0/+5
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-053-12/+44
* MFH: better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-055-12/+27
* MFH: Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-043-10/+10
* MFH:Matt Wilmas2009-06-049-235/+149
* fix testJani Taskinen2009-06-021-1/+1
* fix compiler warnings by moving all std includes after include of zend_config.h.Nuno Lopes2009-06-011-2/+2
* MFH: New testsArnaud Le Blanc2009-06-014-0/+142
* MFH: better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-015-12/+18
* MFH: Take small blocks cache into account in memory_get_usage()Arnaud Le Blanc2009-05-301-1/+5
* MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)Arnaud Le Blanc2009-05-302-4/+10
* - MF52: #42143, the constant NAN is reported as 0 on WindowsPierre Joye2009-05-291-0/+38
* MFH(r-1.103) Expand zend_symtable_update_current_key to allow specifying Hash...Sara Golemon2009-05-251-3/+6
* MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)Arnaud Le Blanc2009-05-223-14/+13