summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP-5.5.0beta1php-5.5.0beta1David Soria Parra2013-03-202-3/+3
* NEWS for beta 1David Soria Parra2013-03-201-1/+1
* NEWS for array_columnDavid Soria Parra2013-03-201-0/+2
* Merge branch 'pull-request/257' into PHP-5.5David Soria Parra2013-03-205-0/+528
|\
| * array_column: Fix compile-time warningsBen Ramsey2013-03-191-7/+7
| * array_column: Removed array_pluck() aliasBen Ramsey2013-01-143-406/+0
| * array_column: Set array_pluck as an alias for array_columnBen Ramsey2013-01-113-0/+406
| * array_column: Implement ability to specify an index columnBen Ramsey2013-01-114-44/+235
| * Cleaning up a memory leak.Ben Ramsey2013-01-111-1/+1
| * array_column: Adding test for IS_OBJECT and converting object to stringBen Ramsey2013-01-112-0/+26
| * array_column: Using add_next_index_zval() at nikic's recommendation.Ben Ramsey2013-01-111-1/+1
| * array_column: Improved testsBen Ramsey2013-01-112-3/+85
| * array_column: Cleaning up, as recommended in pull request #56 commentsBen Ramsey2013-01-111-9/+4
| * Fixing typo in test for array_column()Ben Ramsey2013-01-111-1/+1
| * Simplify the code and use zend_hash_next_index_insert()Ben Ramsey2013-01-111-25/+2
| * Adding test for columns not present in all rows for array_column().Ben Ramsey2013-01-111-0/+13
| * Adding tests for the negative results of array_column()Ben Ramsey2013-01-111-0/+18
| * Implement new array function array_column()Ben Ramsey2013-01-114-0/+226
* | updated NEWSAnatol Belski2013-03-201-0/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-202-4/+14
|\ \
| * | updated NEWSAnatol Belski2013-03-201-0/+3
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-202-4/+14
| |\ \
| | * | Fixed bug #64452 Zip PHPTs crash intermittentlyAnatol Belski2013-03-203-4/+17
* | | | clarify NEWSStanislav Malyshev2013-03-191-2/+2
* | | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-190-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-194-31/+66
| |\ \ \ | | |/ /
| | * | Backported fix for bug #62852Anatol Belski2013-03-195-31/+69
* | | | Refer to Zend Optimizer as Zend Opcache from now onDavid Soria Parra2013-03-191-1/+1
* | | | ZO+ NEWSDavid Soria Parra2013-03-191-0/+2
* | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Anatol Belski2013-03-191-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-03-191-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix typosCarson McDonald2013-03-191-1/+1
* | | | | fix C89 compatAnatol Belski2013-03-191-3/+3
|/ / / /
* | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Anatol Belski2013-03-197-4/+159
|\ \ \ \
| * | | | Fix #48358 add() method for SplDoublyLinkedLisMark Baker2013-03-197-4/+159
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-191-1/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | fix C90 compatAnatol Belski2013-03-191-1/+2
* | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-192-2/+56
|\ \ \ \ | |/ / /
| * | | Fixed bug #63976 (Parent class incorrectly using child constant in class prop...Dmitry Stogov2013-03-193-2/+58
* | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-192-13/+46
|\ \ \ \ | |/ / /
| * | | Partial fix for bug #64239Dmitry Stogov2013-03-192-13/+46
* | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-192-1/+27
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-03-193-1/+28
| |\ \ \ | | |/ /
| | * | Fixed bug #62343 (Show class_alias In get_declared_classes())Dmitry Stogov2013-03-193-1/+28
* | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-192-1/+40
|\ \ \ \ | |/ / /
| * | | Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error)Dmitry Stogov2013-03-193-1/+42
* | | | strlen() returns size_tDmitry Stogov2013-03-191-1/+1
* | | | Renamed Zend Optimizer+ into Zend OPcacheDmitry Stogov2013-03-1929-57/+57
* | | | Add stats to phpinfoDmitry Stogov2013-03-191-0/+25
* | | | Avoid trailing line breakDmitry Stogov2013-03-181-1/+6