summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.4.14php-5.4.14PHP-5.4.14Johannes Schlüter2013-04-103-4/+4
|
* 5.4.14 RC1php-5.4.14RC1Stanislav Malyshev2013-03-273-4/+4
|
* fix NEWSStanislav Malyshev2013-03-271-2/+3
|
* Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-287-11/+13
|
* Update test scriptXinchen Hui2013-03-261-0/+2
|
* Fixed bug #64515 (Memoryleak when using the same variablename 2times in ↵Xinchen Hui2013-03-264-2/+14
| | | | function declaration)
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-03-253-26/+32
|\ | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly). (Jeff Welch) Conflicts: NEWS Zend/zend_vm_def.h Zend/zend_vm_execute.h
| * Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle ↵Dmitry Stogov2013-03-253-24/+32
| | | | | | | | exceptions properly). (Jeff Welch)
* | Document embedded server options in manpageJohannes Schlüter2013-03-241-1/+27
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-03-241-2/+2
|\ \ | |/
| * It's 2013, even for a manpageJohannes Schlüter2013-03-241-2/+2
| |
* | - add reminder for checking return valuesPierre Joye2013-03-241-0/+2
| |
* | - fix x64 issues on windows with the various time types (overflow, signed ↵Pierre Joye2013-03-231-16/+43
| | | | | | | | | | | | and unsigned bits ops, etc.) causing crashes on start, error or log, must be done in win32/time.c for some of these functions too Signed-off-by: Anatol Belski <ab@php.net>
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-231-4/+1
|\ \ | |/ | | | | | | * PHP-5.3: Reworked the changes for bug #64452
| * Reworked the changes for bug #64452Anatol Belski2013-03-231-4/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-231-6/+13
|\ \ | |/ | | | | | | * PHP-5.3: Fixed possible precision loss in microtime
| * Fixed possible precision loss in microtimeAnatol Belski2013-03-231-6/+13
| | | | | | | | | | | | This is related to the fix for bug #64370. MSVC natively supports __int64 type, so calculating with 32 bit ints is neither necessary nor reliable. Therefore an older piece of code is reused.
* | Fix bug in reflectionClass relate to #64239Xinchen Hui2013-03-212-1/+46
| |
* | Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11)Xinchen Hui2013-03-218-13/+216
| |
* | Fix test after f8b91d9acff10ede7bd3f2bc631794a3abef8ff7Xinchen Hui2013-03-211-2/+1
| |
* | Fixed bug #64432 (more empty delimiter warning in strX methods)Xinchen Hui2013-03-214-4/+5
| |
* | updated NEWSAnatol Belski2013-03-201-0/+3
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-202-4/+14
|\ \ | |/ | | | | | | * PHP-5.3: Fixed bug #64452 Zip PHPTs crash intermittently
| * Fixed bug #64452 Zip PHPTs crash intermittentlyAnatol Belski2013-03-203-4/+17
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-194-31/+66
|\ \ | |/ | | | | | | * PHP-5.3: Backported fix for bug #62852
| * Backported fix for bug #62852Anatol Belski2013-03-195-31/+69
| |
* | Fix typosCarson McDonald2013-03-191-1/+1
| |
* | fix C90 compatAnatol Belski2013-03-191-1/+2
| |
* | Fixed bug #63976 (Parent class incorrectly using child constant in class ↵Dmitry Stogov2013-03-193-2/+58
| | | | | | | | property)
* | Partial fix for bug #64239Dmitry Stogov2013-03-192-13/+46
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-03-193-1/+28
|\ \ | |/ | | | | | | * PHP-5.3: Fixed bug #62343 (Show class_alias In get_declared_classes())
| * Fixed bug #62343 (Show class_alias In get_declared_classes())Dmitry Stogov2013-03-193-1/+28
| |
* | Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)Dmitry Stogov2013-03-193-1/+42
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-03-180-0/+0
|\ \ | |/ | | | | | | * PHP-5.3: fix NEWS
| * fix NEWSStanislav Malyshev2013-03-181-1/+1
| |
* | fix NEWSStanislav Malyshev2013-03-181-1/+1
| |
* | more test coverage: missing square bracket error messageBoris Lytochkin2013-03-171-0/+4
| |
* | Fixed bug #61981Boris Lytochkin2013-03-171-0/+4
| |
* | Fix bug #61981Boris Lytochkin2013-03-172-2/+22
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Etienne Kneuss2013-03-161-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: Remove spurious int cast in between two longs
| * Remove spurious int cast in between two longsEtienne Kneuss2013-03-161-1/+1
| |
* | updated NEWSAnatol Belski2013-03-151-0/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-155-97/+91
|\ \ | |/ | | | | | | * PHP-5.3: Backported patch for #64370
| * Backported patch for #64370Anatol Belski2013-03-156-97/+96
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Ferenc Kovacs2013-03-151-1/+9
|\ \ | |/ | | | | | | * PHP-5.3: explain the step updating the git submodule reference in web/php.git
| * explain the step updating the git submodule reference in web/php.gitFerenc Kovacs2013-03-151-1/+9
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-141-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: fix zts check
| * fix zts checkAnatol Belski2013-03-141-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-03-133-14/+12
|\ \ | |/ | | | | | | Conflicts: NEWS
| * fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for ↵Andrey Hristov2013-03-132-1/+5
| | | | | | | | stmt->param_bind