]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Fri, 12 Jul 2013 17:55:43 +0000 (10:55 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  update 5.4.17 date

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 12 Jul 2013 17:55:37 +0000 (10:55 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update 5.4.17 date

11 years agoupdate 5.4.17 date
Stanislav Malyshev [Fri, 12 Jul 2013 17:55:24 +0000 (10:55 -0700)]
update 5.4.17 date

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Fri, 12 Jul 2013 17:54:02 +0000 (10:54 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  update 5.4.17 date

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 12 Jul 2013 17:53:47 +0000 (10:53 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update 5.4.17 date

11 years agoupdate 5.4.17 date
Stanislav Malyshev [Fri, 12 Jul 2013 17:53:23 +0000 (10:53 -0700)]
update 5.4.17 date

11 years agoupdated NEWS
Anatol Belski [Wed, 10 Jul 2013 22:51:10 +0000 (00:51 +0200)]
updated NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Wed, 10 Jul 2013 22:49:41 +0000 (00:49 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #65226 chroot() does not get enabled

11 years agoFixed bug #65226 chroot() does not get enabled
Anatol Belski [Wed, 10 Jul 2013 22:48:12 +0000 (00:48 +0200)]
Fixed bug #65226 chroot() does not get enabled

11 years agoMerge branch 'spl_tempfile_clean' into PHP-5.5
Christopher Jones [Wed, 10 Jul 2013 18:18:58 +0000 (11:18 -0700)]
Merge branch 'spl_tempfile_clean' into PHP-5.5

* spl_tempfile_clean:
  Cleanup temp test file

11 years agoCleanup temp test file
Christopher Jones [Wed, 10 Jul 2013 18:17:52 +0000 (11:17 -0700)]
Cleanup temp test file

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Wed, 10 Jul 2013 18:13:19 +0000 (11:13 -0700)]
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:
  Merge PHP 5.3.27 NEWS
  add test for bug #65236
  fix possible resource leak and make sure there's something to qsort()
  Cleanup temp file
  - Updated to version 2013.4 (2013d)

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 10 Jul 2013 18:13:18 +0000 (11:13 -0700)]
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:
  Merge PHP 5.3.27 NEWS
  add test for bug #65236
  fix possible resource leak and make sure there's something to qsort()
  - Updated to version 2013.4 (2013d)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Wed, 10 Jul 2013 17:47:15 +0000 (19:47 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 10 Jul 2013 17:46:37 +0000 (19:46 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoMerge PHP 5.3.27 NEWS
Johannes Schlüter [Wed, 10 Jul 2013 17:45:45 +0000 (19:45 +0200)]
Merge PHP 5.3.27 NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Wed, 10 Jul 2013 17:38:00 +0000 (19:38 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 10 Jul 2013 17:36:12 +0000 (19:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoadd test for bug #65236
Johannes Schlüter [Wed, 10 Jul 2013 17:35:18 +0000 (19:35 +0200)]
add test for bug #65236

11 years agoAdd a couple more test cases to parse_url() tests
Sara Golemon [Wed, 10 Jul 2013 15:26:47 +0000 (08:26 -0700)]
Add a couple more test cases to parse_url() tests

http://::# (valid but silly)
http://#   (invalid)

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Thu, 11 Jul 2013 03:25:24 +0000 (12:25 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed meta data retrieve when OID is larger than 2^31

Conflicts:
ext/pdo_pgsql/pgsql_statement.c

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Thu, 11 Jul 2013 03:23:23 +0000 (12:23 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed meta data retrieve when OID is larger than 2^31

11 years agoFixed meta data retrieve when OID is larger than 2^31
Yasuo Ohgaki [Thu, 11 Jul 2013 03:23:11 +0000 (12:23 +0900)]
Fixed meta data retrieve when OID is larger than 2^31

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Thu, 11 Jul 2013 03:13:22 +0000 (12:13 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Inprove pg_unescape_bytea() error message

11 years agoInprove pg_unescape_bytea() error message
Yasuo Ohgaki [Thu, 11 Jul 2013 03:13:09 +0000 (12:13 +0900)]
Inprove pg_unescape_bytea() error message

11 years agoMerge branch 'PHP-5.5'
Anatol Belski [Wed, 10 Jul 2013 22:52:08 +0000 (00:52 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  updated NEWS
  Fixed bug #65226 chroot() does not get enabled

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Wed, 10 Jul 2013 18:22:16 +0000 (11:22 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Cleanup temp test file

11 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Wed, 10 Jul 2013 17:47:26 +0000 (19:47 +0200)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Wed, 10 Jul 2013 17:38:29 +0000 (19:38 +0200)]
Merge branch 'PHP-5.5'

11 years agoadd usleep() to the header, already exported to dll
Anatol Belski [Wed, 10 Jul 2013 14:16:33 +0000 (16:16 +0200)]
add usleep() to the header, already exported to dll

11 years agoMerge branch 'PHP-5.5'
Anatol Belski [Wed, 10 Jul 2013 11:32:13 +0000 (13:32 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix possible resource leak and make sure there's something to qsort()

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Wed, 10 Jul 2013 11:31:22 +0000 (13:31 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix possible resource leak and make sure there's something to qsort()

11 years agofix possible resource leak and make sure there's something to qsort()
Anatol Belski [Wed, 10 Jul 2013 11:00:47 +0000 (13:00 +0200)]
fix possible resource leak and make sure there's something to qsort()

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Tue, 9 Jul 2013 21:53:05 +0000 (14:53 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Cleanup temp file

11 years agoMerge branch 'gd_clean' into PHP-5.5
Christopher Jones [Tue, 9 Jul 2013 21:52:35 +0000 (14:52 -0700)]
Merge branch 'gd_clean' into PHP-5.5

* gd_clean:
  Cleanup temp file

11 years agoCleanup temp file
Christopher Jones [Tue, 9 Jul 2013 21:51:47 +0000 (14:51 -0700)]
Cleanup temp file

11 years agoMerge branch 'PHP-5.5'
Derick Rethans [Tue, 9 Jul 2013 08:07:21 +0000 (09:07 +0100)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Derick Rethans [Tue, 9 Jul 2013 08:07:17 +0000 (09:07 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years ago- Updated to version 2013.4 (2013d)
Derick Rethans [Tue, 9 Jul 2013 08:07:16 +0000 (09:07 +0100)]
- Updated to version 2013.4 (2013d)

11 years agoImprove pg_unescape_bytea() error message
Yasuo Ohgaki [Tue, 9 Jul 2013 05:51:44 +0000 (14:51 +0900)]
Improve pg_unescape_bytea() error message

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Mon, 8 Jul 2013 22:02:09 +0000 (07:02 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed pgsql_stmt_get_column_meta() OID signedness

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Mon, 8 Jul 2013 22:00:47 +0000 (07:00 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed pgsql_stmt_get_column_meta() OID signedness

11 years agoFixed pgsql_stmt_get_column_meta() OID signedness
Yasuo Ohgaki [Mon, 8 Jul 2013 21:58:50 +0000 (06:58 +0900)]
Fixed pgsql_stmt_get_column_meta() OID signedness

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Mon, 8 Jul 2013 20:39:26 +0000 (13:39 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Bump PECL package info version check to allow PECL installs with PHP 5.5+

11 years agoMerge branch 'bump_pecl_check' into PHP-5.5
Christopher Jones [Mon, 8 Jul 2013 20:38:45 +0000 (13:38 -0700)]
Merge branch 'bump_pecl_check' into PHP-5.5

* bump_pecl_check:
  Bump PECL package info version check to allow PECL installs with PHP 5.5+

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Mon, 8 Jul 2013 20:35:21 +0000 (13:35 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Update NEWS

11 years agoBump PECL package info version check to allow PECL installs with PHP 5.5+
Christopher Jones [Mon, 8 Jul 2013 20:29:49 +0000 (13:29 -0700)]
Bump PECL package info version check to allow PECL installs with PHP 5.5+

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Mon, 8 Jul 2013 20:31:12 +0000 (13:31 -0700)]
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 segfault in mysqlnd when doing long prepare

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Mon, 8 Jul 2013 20:30:54 +0000 (13:30 -0700)]
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:
  Fixed segfault in mysqlnd when doing long prepare

11 years agoMerge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4
Andrey Hristov [Mon, 8 Jul 2013 18:28:51 +0000 (20:28 +0200)]
Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4

Conflicts:
NEWS

11 years agoMerge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
Andrey Hristov [Mon, 8 Jul 2013 18:27:14 +0000 (20:27 +0200)]
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5

11 years agoMerge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Mon, 8 Jul 2013 18:26:38 +0000 (20:26 +0200)]
Merge branch 'master' of ssh://git.php.net/php-src

11 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Mon, 8 Jul 2013 18:26:04 +0000 (20:26 +0200)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Mon, 8 Jul 2013 18:24:58 +0000 (20:24 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
NEWS

11 years agoFixed segfault in mysqlnd when doing long prepare
Andrey Hristov [Mon, 8 Jul 2013 18:23:32 +0000 (20:23 +0200)]
Fixed segfault in mysqlnd when doing long prepare

11 years agoUpdate NEWS
Yasuo Ohgaki [Mon, 8 Jul 2013 10:21:52 +0000 (19:21 +0900)]
Update NEWS

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Mon, 8 Jul 2013 10:15:04 +0000 (19:15 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Added warning for hex2bin() when input is invalid string
  Update NEWS

11 years agoAdded warning for hex2bin() when input is invalid string
Yasuo Ohgaki [Mon, 8 Jul 2013 10:14:45 +0000 (19:14 +0900)]
Added warning for hex2bin() when input is invalid string

11 years agoUpdate NEWS
Yasuo Ohgaki [Mon, 8 Jul 2013 10:02:42 +0000 (19:02 +0900)]
Update NEWS

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Mon, 8 Jul 2013 09:53:12 +0000 (18:53 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Add warning to pg_unescape_bytea() when invalid parameter is passed

11 years agoAdd warning to pg_unescape_bytea() when invalid parameter is passed
Yasuo Ohgaki [Mon, 8 Jul 2013 09:51:37 +0000 (18:51 +0900)]
Add warning to pg_unescape_bytea() when invalid parameter is passed

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Mon, 8 Jul 2013 03:21:54 +0000 (11:21 +0800)]
Merge branch 'PHP-5.5'

11 years agoarray_column: Changing integer in test output to use %d
Ben Ramsey [Sat, 6 Jul 2013 20:50:34 +0000 (20:50 +0000)]
array_column: Changing integer in test output to use %d

11 years agoMerge branch 'PHP-5.5'
Rob Richards [Sat, 6 Jul 2013 12:01:31 +0000 (08:01 -0400)]
Merge branch 'PHP-5.5'

# By Nuno Lopes (2) and Rob Richards (1)
* PHP-5.5:
  truncate results at depth of 255 to prevent corruption
  fix assembly of safe_address() for x86 and x86_64
  fix assembly of safe_address() for x86 and x86_64

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rob Richards [Sat, 6 Jul 2013 12:00:58 +0000 (08:00 -0400)]
Merge branch 'PHP-5.4' into PHP-5.5

# By Nuno Lopes (2) and Rob Richards (1)
* PHP-5.4:
  truncate results at depth of 255 to prevent corruption
  fix assembly of safe_address() for x86 and x86_64
  fix assembly of safe_address() for x86 and x86_64

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Rob Richards [Sat, 6 Jul 2013 11:59:20 +0000 (07:59 -0400)]
Merge branch 'PHP-5.3' into PHP-5.4

# By Rob Richards (1)
* PHP-5.3:
  truncate results at depth of 255 to prevent corruption

11 years agotruncate results at depth of 255 to prevent corruption
Rob Richards [Sat, 6 Jul 2013 11:53:07 +0000 (07:53 -0400)]
truncate results at depth of 255 to prevent corruption

11 years agoMerge branch 'PHP-5.5'
Ard Biesheuvel [Thu, 4 Jul 2013 08:32:55 +0000 (10:32 +0200)]
Merge branch 'PHP-5.5'

11 years agoFix assembly of safe_address() for aarch64
Ard Biesheuvel [Thu, 4 Jul 2013 08:25:38 +0000 (10:25 +0200)]
Fix assembly of safe_address() for aarch64

11 years agofix assembly of safe_address() for x86 and x86_64
Nuno Lopes [Wed, 3 Jul 2013 22:02:28 +0000 (18:02 -0400)]
fix assembly of safe_address() for x86 and x86_64

11 years agofix assembly of safe_address() for x86 and x86_64
Nuno Lopes [Wed, 3 Jul 2013 21:53:46 +0000 (17:53 -0400)]
fix assembly of safe_address() for x86 and x86_64

11 years agofix assembly of safe_address() for x86 and x86_64
Nuno Lopes [Wed, 3 Jul 2013 21:53:46 +0000 (17:53 -0400)]
fix assembly of safe_address() for x86 and x86_64

11 years agofix assembly of safe_address() for x86 and x86_64
Nuno Lopes [Wed, 3 Jul 2013 21:53:46 +0000 (17:53 -0400)]
fix assembly of safe_address() for x86 and x86_64

11 years agoMerge branch 'PHP-5.5'
Anatol Belski [Wed, 3 Jul 2013 20:53:34 +0000 (22:53 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Extended the test for bug #65184

11 years agoExtended the test for bug #65184
Anatol Belski [Wed, 3 Jul 2013 20:52:51 +0000 (22:52 +0200)]
Extended the test for bug #65184

11 years agoMerge branch 'PHP-5.5'
Felipe Pena [Wed, 3 Jul 2013 18:04:30 +0000 (15:04 -0300)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed build on FreeTDS 0.82

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Wed, 3 Jul 2013 18:02:39 +0000 (15:02 -0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed build on FreeTDS 0.82

11 years ago- Fixed build on FreeTDS 0.82
Felipe Pena [Wed, 3 Jul 2013 18:02:03 +0000 (15:02 -0300)]
- Fixed build on FreeTDS 0.82

11 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Wed, 3 Jul 2013 15:11:20 +0000 (17:11 +0200)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Wed, 3 Jul 2013 15:10:58 +0000 (17:10 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMake sure return value is initialised in case transaction startup fails
Johannes Schlüter [Wed, 3 Jul 2013 15:08:14 +0000 (17:08 +0200)]
Make sure return value is initialised in case transaction startup fails

11 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Wed, 3 Jul 2013 14:59:17 +0000 (16:59 +0200)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Wed, 3 Jul 2013 14:58:20 +0000 (16:58 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
Zend/acinclude.m4

11 years agoMake sure result is initilized
Johannes Schlüter [Wed, 3 Jul 2013 14:53:09 +0000 (16:53 +0200)]
Make sure result is initilized

Practically this could only be an issue when overriding mysqlnd from
an extension, but makes static analysis happy

11 years agoMerge branch 'PHP-5.5'
Anatol Belski [Wed, 3 Jul 2013 09:25:09 +0000 (11:25 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed bug #65184 strftime() returns insufficient-length
  NEWS for two lst intl changes

11 years agoFixed bug #65184 strftime() returns insufficient-length
Anatol Belski [Wed, 3 Jul 2013 09:12:46 +0000 (11:12 +0200)]
Fixed bug #65184 strftime() returns insufficient-length

string under multibyte locales

The msdn doc states 'strftime returns the number of characters', but prior
to VS2012 it seems to have returned the number of bytes. Locale independent.
The return is however \0-terminated, so strlen is just fine. The behaivor
seems to be persisting in the later VC++ versions as the corresponding
MSDN ticket is closed 'by design'.

See http://connect.microsoft.com/VisualStudio/feedback/details/766205/vs2012-strftime-has-incorrect-return-value-in-vc-11-with-multibyte-codepages#details

11 years agoSync list of supported bison version with PHP-5.5
Sebastian Bergmann [Wed, 3 Jul 2013 04:52:44 +0000 (06:52 +0200)]
Sync list of supported bison version with PHP-5.5

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Sebastian Bergmann [Wed, 3 Jul 2013 04:37:04 +0000 (06:37 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoAdd bison 2.6.4 to the list of supported versions
Sebastian Bergmann [Wed, 3 Jul 2013 04:36:54 +0000 (06:36 +0200)]
Add bison 2.6.4 to the list of supported versions

11 years agoNEWS for two lst intl changes
Gustavo André dos Santos Lopes [Wed, 3 Jul 2013 04:22:33 +0000 (05:22 +0100)]
NEWS for two lst intl changes

11 years agoMerge branch 'PHP-5.5'
Gustavo André dos Santos Lopes [Wed, 3 Jul 2013 04:17:04 +0000 (05:17 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  intl: fix extra space in constant name
  intl: add intlcal_set_minimal_days_in_first_week()

11 years agointl: fix extra space in constant name
Gustavo André dos Santos Lopes [Wed, 3 Jul 2013 04:02:20 +0000 (05:02 +0100)]
intl: fix extra space in constant name

11 years agointl: add intlcal_set_minimal_days_in_first_week()
Gustavo André dos Santos Lopes [Wed, 3 Jul 2013 03:57:23 +0000 (04:57 +0100)]
intl: add intlcal_set_minimal_days_in_first_week()

and IntlCalendar::setMinimalDaysInFirstWeek(). This one had slipped.
we had a ::getMinimalDaysInFirstWeek() but no way to change the value.

11 years agoMerge branch 'PHP-5.5'
Remi Collet [Tue, 2 Jul 2013 10:19:43 +0000 (12:19 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix typo in php man page

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Tue, 2 Jul 2013 10:19:37 +0000 (12:19 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix typo in php man page

11 years agofix typo in php man page
Remi Collet [Tue, 2 Jul 2013 10:19:09 +0000 (12:19 +0200)]
fix typo in php man page

11 years agoMerge branch 'PHP-5.5'
Remi Collet [Tue, 2 Jul 2013 08:48:38 +0000 (10:48 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  NEWS
  Fixed Bug #65142 Missing phar man page
  NEWS
  Fixed Bug #65143 Missing php-cgi man page

11 years agoNEWS
Remi Collet [Tue, 2 Jul 2013 08:48:19 +0000 (10:48 +0200)]
NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Tue, 2 Jul 2013 08:47:38 +0000 (10:47 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed Bug #65142 Missing phar man page
  NEWS
  Fixed Bug #65143 Missing php-cgi man page

11 years agoFixed Bug #65142 Missing phar man page
Remi Collet [Tue, 2 Jul 2013 08:46:50 +0000 (10:46 +0200)]
Fixed Bug #65142 Missing phar man page

Simple man page from phar help output.