]> granicus.if.org Git - php/log
php
12 years agoMerge branch 'php.ini_text_fix' of https://github.com/BryanH/php-src
Xinchen Hui [Sun, 25 Nov 2012 03:24:32 +0000 (11:24 +0800)]
Merge branch 'php.ini_text_fix' of https://github.com/BryanH/php-src

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Sun, 25 Nov 2012 00:30:23 +0000 (16:30 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix NEWS
  5.4.10-dev

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 25 Nov 2012 00:30:00 +0000 (16:30 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix NEWS
  5.4.10-dev

Conflicts:
configure.in
main/php_version.h

12 years agofix NEWS
Stanislav Malyshev [Sun, 25 Nov 2012 00:28:56 +0000 (16:28 -0800)]
fix NEWS

12 years ago5.4.10-dev
Stanislav Malyshev [Sat, 10 Nov 2012 08:07:44 +0000 (00:07 -0800)]
5.4.10-dev

12 years agoMerge branch 'PHP-5.5'
Nikita Popov [Sat, 24 Nov 2012 18:24:40 +0000 (19:24 +0100)]
Merge branch 'PHP-5.5'

12 years agoFix bug #63596: finally in generators segfaults
Nikita Popov [Sat, 24 Nov 2012 17:21:11 +0000 (18:21 +0100)]
Fix bug #63596: finally in generators segfaults

EX(fast_ret) wasn't initialized in this case so the code ended up
dereferencing an invalid pointer after the jump.

12 years agoMerge branch 'PHP-5.5'
Remi Collet [Sat, 24 Nov 2012 16:57:08 +0000 (17:57 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed Bug #63149 Feature missing with system SQLite

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Sat, 24 Nov 2012 16:56:23 +0000 (17:56 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed Bug #63149 Feature missing with system SQLite

12 years agoFixed Bug #63149 Feature missing with system SQLite
Remi Collet [Sat, 24 Nov 2012 16:47:51 +0000 (17:47 +0100)]
Fixed Bug #63149 Feature missing with system SQLite

In pdo_sqlite, getColumnMeta should return the table name.
With bundled SQLite library, -DSQLITE_ENABLE_COLUMN_METADATA=1 (other_flags)
enable the feature in SQLite (function sqlite3_column_table_name).
With system SQLite library, this fix detects if sqlite3_column_table_name is
available and add SQLITE_ENABLE_COLUMN_METADATA macro to get the same behavior.

Test already exists: ext/pdo_sqlite/tests/bug_42589.phpt

12 years agoMerge branch 'PHP-5.5'
Remi Collet [Sat, 24 Nov 2012 16:35:30 +0000 (17:35 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  add unit test for bug 63126

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Sat, 24 Nov 2012 16:32:05 +0000 (17:32 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add unit test for bug 63126
  NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Sat, 24 Nov 2012 16:31:18 +0000 (17:31 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  add unit test for bug 63126
  NEWS

12 years agoadd unit test for bug 63126
Remi Collet [Sat, 24 Nov 2012 16:30:48 +0000 (17:30 +0100)]
add unit test for bug 63126

12 years agoNEWS
Remi Collet [Sat, 24 Nov 2012 14:23:25 +0000 (15:23 +0100)]
NEWS

12 years agoMerge branch 'PHP-5.5'
Remi Collet [Sat, 24 Nov 2012 14:04:22 +0000 (15:04 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Sat, 24 Nov 2012 14:03:09 +0000 (15:03 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Remi Collet [Sat, 24 Nov 2012 14:01:24 +0000 (15:01 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array

12 years agoFixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
Remi Collet [Sat, 24 Nov 2012 14:00:03 +0000 (15:00 +0100)]
Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Fri, 23 Nov 2012 13:02:11 +0000 (14:02 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Backported the fix for bug #63248 from 5.4+

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Fri, 23 Nov 2012 13:01:28 +0000 (14:01 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Backported the fix for bug #63248 from 5.4+

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 23 Nov 2012 13:00:30 +0000 (14:00 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Backported the fix for bug #63248 from 5.4+

12 years agoBackported the fix for bug #63248 from 5.4+
Anatoliy Belsky [Fri, 23 Nov 2012 12:58:22 +0000 (13:58 +0100)]
Backported the fix for bug #63248 from 5.4+

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Thu, 22 Nov 2012 18:06:19 +0000 (19:06 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed test for bug #63297

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Thu, 22 Nov 2012 18:05:31 +0000 (19:05 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed test for bug #63297

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Thu, 22 Nov 2012 18:04:49 +0000 (19:04 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed test for bug #63297

12 years agoFixed test for bug #63297
Anatoliy Belsky [Thu, 22 Nov 2012 18:01:09 +0000 (19:01 +0100)]
Fixed test for bug #63297

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Thu, 22 Nov 2012 11:39:48 +0000 (15:39 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Improved "finally" im[plementation

12 years agoImproved "finally" im[plementation
Dmitry Stogov [Thu, 22 Nov 2012 11:17:05 +0000 (15:17 +0400)]
Improved "finally" im[plementation

12 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Wed, 21 Nov 2012 20:11:44 +0000 (21:11 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Wed, 21 Nov 2012 20:11:27 +0000 (21:11 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 21 Nov 2012 20:09:57 +0000 (21:09 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoPHP 5.3.19
Johannes Schlüter [Wed, 21 Nov 2012 20:09:25 +0000 (21:09 +0100)]
PHP 5.3.19

12 years agoMerge branch 'PHP-5.5'
David Soria Parra [Wed, 21 Nov 2012 17:42:18 +0000 (18:42 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Add myself to QA

12 years agoAdd myself to QA
David Soria Parra [Wed, 21 Nov 2012 17:42:01 +0000 (18:42 +0100)]
Add myself to QA

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Wed, 21 Nov 2012 04:31:16 +0000 (12:31 +0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Wed, 21 Nov 2012 04:30:54 +0000 (12:30 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoUnused variable copystr
Xinchen Hui [Wed, 21 Nov 2012 04:30:03 +0000 (12:30 +0800)]
Unused variable copystr

copystr is declared again blow

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Wed, 21 Nov 2012 04:20:21 +0000 (12:20 +0800)]
Merge branch 'PHP-5.5'

Conflicts:
UPGRADING

12 years agoUpdate credits for 5.5
Xinchen Hui [Wed, 21 Nov 2012 04:17:41 +0000 (12:17 +0800)]
Update credits for 5.5

12 years agoAdd the new password functions to UPGRADING.
Adam Harvey [Wed, 21 Nov 2012 01:25:05 +0000 (09:25 +0800)]
Add the new password functions to UPGRADING.

As a public service announcement on behalf of the documentation team, please
remember to update UPGRADING as well as NEWS when adding features to master or
an alpha branch. :)

12 years agoMerge branch 'master' of git.php.net:php-src
Adam Harvey [Wed, 21 Nov 2012 01:22:03 +0000 (09:22 +0800)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Fixed bug #63468 (wrong called method as callback with inheritance)
  Add actual branch version number to UPGRADING
  Remove PHP 5.5 changes from master UPGRADING
  Put the new php.ini directives together.
  Move the deprecated functions up to the Deprecated Functionality section so they're more visible.
  Regenerate Zend ini scanner
  Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
  Fixed ext/intl/tests/timezone_createDefault_basic.phpt
  Skip test if directory does not exist

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Tue, 20 Nov 2012 09:17:21 +0000 (13:17 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed bug #63468 (wrong called method as callback with inheritance)
  Add actual branch version number to UPGRADING
  Put the new php.ini directives together.
  Move the deprecated functions up to the Deprecated Functionality section so they're more visible.

Conflicts:
UPGRADING

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Tue, 20 Nov 2012 08:58:16 +0000 (12:58 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #63468 (wrong called method as callback with inheritance)

Conflicts:
NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Dmitry Stogov [Tue, 20 Nov 2012 08:54:40 +0000 (12:54 +0400)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63468 (wrong called method as callback with inheritance)

Conflicts:
NEWS

12 years agoFixed bug #63468 (wrong called method as callback with inheritance)
Dmitry Stogov [Tue, 20 Nov 2012 08:51:55 +0000 (12:51 +0400)]
Fixed bug #63468 (wrong called method as callback with inheritance)

12 years agoMerge branch 'add_ver_to_upgrading' into PHP-5.5
Christopher Jones [Sun, 18 Nov 2012 22:44:00 +0000 (14:44 -0800)]
Merge branch 'add_ver_to_upgrading' into PHP-5.5

* add_ver_to_upgrading:
  Add actual branch version number to UPGRADING

12 years agoAdd actual branch version number to UPGRADING
Christopher Jones [Sun, 18 Nov 2012 22:43:26 +0000 (14:43 -0800)]
Add actual branch version number to UPGRADING

12 years agoRemove PHP 5.5 changes from master UPGRADING
Christopher Jones [Sun, 18 Nov 2012 22:28:26 +0000 (14:28 -0800)]
Remove PHP 5.5 changes from master UPGRADING

12 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Sun, 18 Nov 2012 22:21:01 +0000 (14:21 -0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src:
  Regenerate Zend ini scanner
  Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

12 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Sun, 18 Nov 2012 22:20:57 +0000 (14:20 -0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/repository/php-src:
  Put the new php.ini directives together.
  Move the deprecated functions up to the Deprecated Functionality section so they're more visible.
  Regenerate Zend ini scanner
  Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Sun, 18 Nov 2012 22:20:53 +0000 (14:20 -0800)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Regenerate Zend ini scanner
  Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

12 years agoMerge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
Christopher Jones [Sun, 18 Nov 2012 22:20:49 +0000 (14:20 -0800)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3

* 'PHP-5.3' of https://git.php.net/repository/php-src:
  Regenerate Zend ini scanner
  Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

12 years agoPut the new php.ini directives together.
Adam Harvey [Fri, 16 Nov 2012 04:34:10 +0000 (04:34 +0000)]
Put the new php.ini directives together.

(And make colon usage more consistent.)

12 years agoMove the deprecated functions up to the Deprecated Functionality section so
Adam Harvey [Fri, 16 Nov 2012 04:33:17 +0000 (04:33 +0000)]
Move the deprecated functions up to the Deprecated Functionality section so
they're more visible.

12 years agoMerge branch 'PHP-5.5'
Pierrick Charron [Fri, 16 Nov 2012 23:29:59 +0000 (18:29 -0500)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Regenerate Zend ini scanner

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Pierrick Charron [Fri, 16 Nov 2012 23:28:04 +0000 (18:28 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Regenerate Zend ini scanner

Conflicts:
Zend/zend_ini_scanner.c
Zend/zend_ini_scanner_defs.h

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierrick Charron [Fri, 16 Nov 2012 23:24:42 +0000 (18:24 -0500)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Regenerate Zend ini scanner

Conflicts:
Zend/zend_ini_scanner.c
Zend/zend_ini_scanner_defs.h

12 years agoRegenerate Zend ini scanner
Pierrick Charron [Fri, 16 Nov 2012 23:16:21 +0000 (18:16 -0500)]
Regenerate Zend ini scanner

Regenerate both zend_ini_scanner.c and zend_ini_scanner_defs.h

12 years agoMerge branch 'PHP-5.5'
Pierrick Charron [Fri, 16 Nov 2012 23:09:51 +0000 (18:09 -0500)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Pierrick Charron [Fri, 16 Nov 2012 23:08:19 +0000 (18:08 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Pierrick Charron [Fri, 16 Nov 2012 23:07:02 +0000 (18:07 -0500)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

12 years agoFixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value
Pierrick Charron [Fri, 16 Nov 2012 23:04:14 +0000 (18:04 -0500)]
Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

Restore the old behavior but keep bug 51094 fixed

12 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Fri, 16 Nov 2012 03:29:56 +0000 (19:29 -0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src:
  Fixed ext/intl/tests/timezone_createDefault_basic.phpt
  Skip test if directory does not exist
  Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
  Leftover: Bump version to 5.6.0
  Fixed test sapi/cli/tests/006.phpt
  Fixed compiler reenterability
  Fixed compiler reenterability
  Updated NEWS
  UPdated NEWS
  Updated NEWS

12 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Fri, 16 Nov 2012 03:29:53 +0000 (19:29 -0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/repository/php-src:
  Fixed ext/intl/tests/timezone_createDefault_basic.phpt
  Skip test if directory does not exist
  Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
  Fixed test sapi/cli/tests/006.phpt
  Fixed compiler reenterability
  Fixed compiler reenterability
  Updated NEWS
  UPdated NEWS
  Updated NEWS

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 16 Nov 2012 03:29:48 +0000 (19:29 -0800)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Skip test if directory does not exist
  Fixed test sapi/cli/tests/006.phpt
  Fixed compiler reenterability
  Fixed compiler reenterability
  UPdated NEWS
  Updated NEWS

12 years agoMerge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
Christopher Jones [Fri, 16 Nov 2012 03:29:44 +0000 (19:29 -0800)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3

* 'PHP-5.3' of https://git.php.net/repository/php-src:
  Skip test if directory does not exist
  Updated NEWS

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Thu, 15 Nov 2012 13:36:55 +0000 (14:36 +0100)]
Merge branch 'PHP-5.5'

12 years agoFixed ext/intl/tests/timezone_createDefault_basic.phpt
Anatoliy Belsky [Thu, 15 Nov 2012 13:31:55 +0000 (14:31 +0100)]
Fixed ext/intl/tests/timezone_createDefault_basic.phpt

Timezone offsets can be negative

12 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Thu, 15 Nov 2012 11:30:10 +0000 (12:30 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Thu, 15 Nov 2012 11:29:58 +0000 (12:29 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 15 Nov 2012 11:29:38 +0000 (12:29 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoSkip test if directory does not exist
Johannes Schlüter [Thu, 15 Nov 2012 11:28:19 +0000 (12:28 +0100)]
Skip test if directory does not exist

Would be good to run this using a directory which is existing
everywhere.

12 years agoMerge branch 'master' of git.php.net:php-src
Adam Harvey [Thu, 15 Nov 2012 01:31:45 +0000 (09:31 +0800)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (24 commits)
  Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
  Leftover: Bump version to 5.6.0
  Fixed test sapi/cli/tests/006.phpt
  Fixed compiler reenterability
  Fixed compiler reenterability
  Updated NEWS
  UPdated NEWS
  Updated NEWS
  Bump API versions
  Bump version to 5.6.0
  Enabled apache 2.4 handler build option
  Bump version to 5.5.99 and reset NEWS
  Build .xz archive during makedist
  NEWS: remove dots at the end of the NEWS file
  PHP-5.5 is open
  Add missing parts from UPGRADING to NEWS
  Fixed sockets ext build on win
  - Updated to version 2012.10 (2012j)
  List ext/intl changes also in NEWS
  Update arginfo for preg_match_all() to reflect reality.
  ...

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Wed, 14 Nov 2012 20:31:53 +0000 (21:31 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt

12 years agoFixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
Anatoliy Belsky [Wed, 14 Nov 2012 20:18:16 +0000 (21:18 +0100)]
Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt

There is a constant now which only is there when mysqli with
mysqlnd and pdo_mysql was compiled at the same time, or when
libmysql version > 50605. So checking for that dynamically,
will fail only if there is no mysqli and no connection.

12 years agoLeftover: Bump version to 5.6.0
Sebastian Bergmann [Wed, 14 Nov 2012 15:50:33 +0000 (16:50 +0100)]
Leftover: Bump version to 5.6.0

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Wed, 14 Nov 2012 15:25:29 +0000 (16:25 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed test sapi/cli/tests/006.phpt

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Wed, 14 Nov 2012 15:23:36 +0000 (16:23 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed test sapi/cli/tests/006.phpt

12 years agoFixed test sapi/cli/tests/006.phpt
Anatoliy Belsky [Wed, 14 Nov 2012 15:20:59 +0000 (16:20 +0100)]
Fixed test sapi/cli/tests/006.phpt

Third param in preg_match_all() is optional for a while )

12 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Wed, 14 Nov 2012 14:42:12 +0000 (18:42 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed compiler reenterability
  Fixed compiler reenterability

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Wed, 14 Nov 2012 14:03:38 +0000 (18:03 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed compiler reenterability
  Fixed compiler reenterability

Conflicts:
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h

12 years agoFixed compiler reenterability
Dmitry Stogov [Wed, 14 Nov 2012 13:47:27 +0000 (17:47 +0400)]
Fixed compiler reenterability

12 years agoFixed compiler reenterability
Dmitry Stogov [Wed, 14 Nov 2012 13:45:10 +0000 (17:45 +0400)]
Fixed compiler reenterability

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Wed, 14 Nov 2012 09:17:15 +0000 (10:17 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Updated NEWS
  UPdated NEWS
  Updated NEWS

12 years agoUpdated NEWS
Anatoliy Belsky [Wed, 14 Nov 2012 09:15:42 +0000 (10:15 +0100)]
Updated NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Wed, 14 Nov 2012 09:07:55 +0000 (10:07 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  UPdated NEWS
  Updated NEWS

12 years agoUPdated NEWS
Anatoliy Belsky [Wed, 14 Nov 2012 09:06:46 +0000 (10:06 +0100)]
UPdated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 14 Nov 2012 09:04:27 +0000 (10:04 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Updated NEWS

12 years agoUpdated NEWS
Anatoliy Belsky [Wed, 14 Nov 2012 09:02:35 +0000 (10:02 +0100)]
Updated NEWS

12 years agoMerge branch 'PHP-5.5'
David Soria Parra [Tue, 13 Nov 2012 19:58:51 +0000 (20:58 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Bump API versions

12 years agoBump API versions
David Soria Parra [Tue, 13 Nov 2012 19:56:17 +0000 (20:56 +0100)]
Bump API versions

12 years agoBump version to 5.6.0
David Soria Parra [Tue, 13 Nov 2012 19:43:08 +0000 (20:43 +0100)]
Bump version to 5.6.0

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Tue, 13 Nov 2012 18:49:10 +0000 (19:49 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Enabled apache 2.4 handler build option

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Tue, 13 Nov 2012 18:48:34 +0000 (19:48 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Enabled apache 2.4 handler build option

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 13 Nov 2012 18:40:22 +0000 (19:40 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Enabled apache 2.4 handler build option

Conflicts:
sapi/apache2handler/config.w32

12 years agoEnabled apache 2.4 handler build option
Pierre Joye [Tue, 13 Nov 2012 18:34:00 +0000 (19:34 +0100)]
Enabled apache 2.4 handler build option

12 years agoBump version to 5.5.99 and reset NEWS
David Soria Parra [Tue, 13 Nov 2012 16:42:01 +0000 (17:42 +0100)]
Bump version to 5.5.99 and reset NEWS

12 years agoMerge branch 'PHP-5.5'
David Soria Parra [Tue, 13 Nov 2012 16:35:45 +0000 (17:35 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Build .xz archive during makedist
  NEWS: remove dots at the end of the NEWS file
  PHP-5.5 is open
  Add missing parts from UPGRADING to NEWS

12 years agoBuild .xz archive during makedist
David Soria Parra [Mon, 12 Nov 2012 16:47:15 +0000 (17:47 +0100)]
Build .xz archive during makedist