summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.5.0 Beta 2php-5.5.0beta2David Soria Parra2013-03-272-3/+3
* News for beta 2David Soria Parra2013-03-271-1/+1
* Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)Dmitry Stogov2013-03-273-16/+4
* Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2013-03-271-0/+3
|\
| * add WebP support in phpinfoPierre Joye2013-03-271-0/+3
* | Added opcache.enable_cli=0Dmitry Stogov2013-03-272-0/+6
* | Added description for opcache.enable_cliDmitry Stogov2013-03-271-1/+5
|/
* add windows 8 and windows server 2012Pierre Joye2013-03-271-1/+7
* versions no longer supported, no need to checkPierre Joye2013-03-271-2/+4
* FALSE on errorPierre Joye2013-03-271-1/+1
* Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Pierre Joye2013-03-265-7/+25
|\
| * Fixed bug #64515 (Memoryleak when using the same variablename 2times in funct...Xinchen Hui2013-03-264-2/+16
| * Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-260-0/+0
| |\
| | * Update test scriptXinchen Hui2013-03-261-0/+2
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-260-0/+0
| |\ \ | | |/
| | * Fixed bug #64515 (Memoryleak when using the same variablename 2times in funct...Xinchen Hui2013-03-264-2/+14
| * | Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendpa...Xinchen Hui2013-03-252-5/+9
* | | fix regression, take #2 (merge issue due to git 1.8 default setting changes)Pierre Joye2013-03-263-1/+6
|/ /
* | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Pierre Joye2013-03-253-31/+35
|\ \
| * \ Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2013-03-251-0/+34
| |\ \
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-252-30/+34
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-03-253-26/+32
| | |\ \
| | | * | Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions...Dmitry Stogov2013-03-253-24/+32
| * | | | back to dev (7.0.2-dev)Dmitry Stogov2013-03-251-1/+1
* | | | | typo and WSPierre Joye2013-03-251-7/+7
| |_|_|/ |/| | |
* | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Pierre Joye2013-03-2510-6/+98
|\ \ \ \ | |/ / /
| * | | Fixed copy/paste mistakeDmitry Stogov2013-03-251-1/+1
| * | | Fixed bug #64482 (Opcodes for dynamic includes should not be cached)Dmitry Stogov2013-03-253-1/+28
| * | | Separate "start_time" from "last_restart_time"Dmitry Stogov2013-03-253-1/+4
| * | | Fixed PHP-5.2 ZTS compatibilityDmitry Stogov2013-03-254-1/+29
| * | | 7.0.1 releaseDmitry Stogov2013-03-251-1/+1
| * | | make it int mainStanislav Malyshev2013-03-241-1/+1
| * | | fix return valueStanislav Malyshev2013-03-241-1/+1
| * | | add code to check if we know flock definition on this systemStanislav Malyshev2013-03-241-0/+33
| * | | fix typoStanislav Malyshev2013-03-241-2/+2
| * | | add definition for 5.5Stanislav Malyshev2013-03-241-0/+1
* | | | add new functions and constants for GDPierre Joye2013-03-251-0/+34
|/ / /
* | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Pierre Joye2013-03-255-9/+38
|\ \ \
| * | | fix bug #64490 - add __FreeBSD_kernel__ to allowed FreeBSD defsStanislav Malyshev2013-03-242-1/+4
| * | | Fix PDO::inTransaction() test for pgsqlNikita Popov2013-03-241-4/+4
| * | | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-03-241-3/+29
| |\ \ \ | | |/ /
| | * | 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
| * | | Fix mysql_list_fields.phpt testNikita Popov2013-03-241-1/+1
* | | | remove commentsPierre Joye2013-03-251-13/+1
|/ / /
* | | fix generic rotation and 90 degrees & multiples rotation, take #2Pierre Joye2013-03-241-38/+14
* | | Fix some errors in mysqlnd charset listNikita Popov2013-03-241-11/+9
* | | Merge commit '1ec484d' into PHP-5.5David Soria Parra2013-03-248-10/+3556
|\ \ \
| * | | - add imageaffinematrixget and imagematrixconcatPierre Joye2013-03-203-15/+96