]> granicus.if.org Git - php/log
php
11 years agoAdded an optimization of class constants and constant calls to some internal functions
Dmitry Stogov [Tue, 26 Nov 2013 17:37:31 +0000 (21:37 +0400)]
Added an optimization of class constants and constant calls to some internal functions

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Tue, 26 Nov 2013 17:01:01 +0000 (21:01 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66176 (Invalid constant substitution)
  Fixed bug #66176 (Invalid constant substitution)

11 years agoFixed bug #66176 (Invalid constant substitution)
Dmitry Stogov [Tue, 26 Nov 2013 17:00:00 +0000 (21:00 +0400)]
Fixed bug #66176 (Invalid constant substitution)

11 years agoFixed bug #66176 (Invalid constant substitution)
Dmitry Stogov [Tue, 26 Nov 2013 15:55:49 +0000 (19:55 +0400)]
Fixed bug #66176 (Invalid constant substitution)

11 years agoRevert NEWS
Dmitry Stogov [Tue, 26 Nov 2013 13:48:59 +0000 (17:48 +0400)]
Revert NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Tue, 26 Nov 2013 13:48:11 +0000 (17:48 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66176 (Invalid constant substitution)

Conflicts:
NEWS

11 years agoFixed bug #66176 (Invalid constant substitution)
Dmitry Stogov [Tue, 26 Nov 2013 13:47:02 +0000 (17:47 +0400)]
Fixed bug #66176 (Invalid constant substitution)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Tue, 26 Nov 2013 08:14:12 +0000 (12:14 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Added test

11 years agoAdded test
Dmitry Stogov [Tue, 26 Nov 2013 08:13:42 +0000 (12:13 +0400)]
Added test

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Tue, 26 Nov 2013 07:36:23 +0000 (11:36 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)
  bring the news

Conflicts:
NEWS

11 years agoFixed bug #65559 (Opcache: cache not cleared if changes occur while running)
Dmitry Stogov [Tue, 26 Nov 2013 07:34:41 +0000 (11:34 +0400)]
Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Mon, 25 Nov 2013 19:33:04 +0000 (21:33 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
NEWS

11 years agobring the news
Andrey Hristov [Mon, 25 Nov 2013 19:31:51 +0000 (21:31 +0200)]
bring the news

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Mon, 25 Nov 2013 10:11:45 +0000 (14:11 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed compatibility with old PHP versions
  Fixed bug #65915 (Inconsistent results with require return value)

Conflicts:
NEWS

11 years agoFixed compatibility with old PHP versions
Dmitry Stogov [Mon, 25 Nov 2013 10:09:57 +0000 (14:09 +0400)]
Fixed compatibility with old PHP versions

11 years agoFixed bug #65915 (Inconsistent results with require return value)
Dmitry Stogov [Mon, 25 Nov 2013 10:07:24 +0000 (14:07 +0400)]
Fixed bug #65915 (Inconsistent results with require return value)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 21 Nov 2013 20:29:35 +0000 (21:29 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fixed test
  And here is the real fix for #66124
  Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i')

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Thu, 21 Nov 2013 20:29:02 +0000 (21:29 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed test

11 years agofixed test
Anatol Belski [Thu, 21 Nov 2013 20:24:47 +0000 (21:24 +0100)]
fixed test

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Thu, 21 Nov 2013 19:29:37 +0000 (21:29 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoAnd here is the real fix for #66124
Andrey Hristov [Thu, 21 Nov 2013 19:29:21 +0000 (21:29 +0200)]
And here is the real fix for #66124

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Thu, 21 Nov 2013 19:15:22 +0000 (21:15 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i')
Andrey Hristov [Thu, 21 Nov 2013 19:14:42 +0000 (21:14 +0200)]
Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i')

11 years agoMerge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6
krakjoe [Wed, 20 Nov 2013 16:26:21 +0000 (16:26 +0000)]
Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6

11 years agoexport more Zend API
krakjoe [Sun, 17 Nov 2013 22:39:31 +0000 (22:39 +0000)]
export more Zend API

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 20 Nov 2013 09:12:06 +0000 (10:12 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  permanently deactivate that place, not on runtime only

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Wed, 20 Nov 2013 09:11:39 +0000 (10:11 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  permanently deactivate that place, not on runtime only

11 years agopermanently deactivate that place, not on runtime only
Anatol Belski [Wed, 20 Nov 2013 09:09:11 +0000 (10:09 +0100)]
permanently deactivate that place, not on runtime only

besides the two "if" checks, this fixes static analyze which is sometimes
broken because of this

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Tue, 19 Nov 2013 22:25:04 +0000 (07:25 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  added a test to cover distinction between boolean return value of unserialize function and deserializing serialized boolean

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Tue, 19 Nov 2013 22:23:54 +0000 (07:23 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  added a test to cover distinction between boolean return value of unserialize function and deserializing serialized boolean

11 years agoFix WS in serialization_error_002.phpt
Yasuo Ohgaki [Tue, 19 Nov 2013 22:17:53 +0000 (07:17 +0900)]
Fix WS in serialization_error_002.phpt

11 years agoadded a test to cover distinction between boolean return value of unserialize functio...
Aaron Hamid [Mon, 18 Nov 2013 03:59:42 +0000 (22:59 -0500)]
added a test to cover distinction between boolean return value of unserialize function and deserializing serialized boolean

11 years agoFixed tests that fail with non-default `serialize_precision` configurations.
Jeff Welch [Fri, 8 Nov 2013 18:07:22 +0000 (13:07 -0500)]
Fixed tests that fail with non-default `serialize_precision` configurations.

See:

 * https://bugs.php.net/bug.php?id=64760
 * 4dc4302

11 years agoFixed tests that fail with non-default `serialize_precision` configurations.
Jeff Welch [Fri, 8 Nov 2013 18:07:22 +0000 (13:07 -0500)]
Fixed tests that fail with non-default `serialize_precision` configurations.

See:

 * https://bugs.php.net/bug.php?id=64760
 * 4dc4302

11 years agoFixed tests that fail with non-default `serialize_precision` configurations.
Jeff Welch [Fri, 8 Nov 2013 18:07:22 +0000 (13:07 -0500)]
Fixed tests that fail with non-default `serialize_precision` configurations.

See:

 * https://bugs.php.net/bug.php?id=64760
 * 4dc4302

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Tue, 19 Nov 2013 11:42:44 +0000 (12:42 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  avoid doing a stream_select on a closed stream

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Tue, 19 Nov 2013 11:42:25 +0000 (12:42 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  avoid doing a stream_select on a closed stream

11 years agoavoid doing a stream_select on a closed stream
Remi Collet [Tue, 19 Nov 2013 11:41:58 +0000 (12:41 +0100)]
avoid doing a stream_select on a closed stream

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Andrea Faulds [Mon, 18 Nov 2013 21:43:59 +0000 (21:43 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Updated NEWS
  Removed UPGRADING note
  Rewrote test using tcp instead of http:// stream
  Implemented FR #65917 (getallheaders() is not supported by the built-in...)

11 years agoUpdated NEWS
Andrea Faulds [Mon, 18 Nov 2013 21:23:45 +0000 (21:23 +0000)]
Updated NEWS

11 years agoMerge branch 'CLIGetAllHeadersBackport' into PHP-5.5
Andrea Faulds [Mon, 18 Nov 2013 21:19:07 +0000 (21:19 +0000)]
Merge branch 'CLIGetAllHeadersBackport' into PHP-5.5

* CLIGetAllHeadersBackport:
  Removed UPGRADING note
  Rewrote test using tcp instead of http:// stream
  Implemented FR #65917 (getallheaders() is not supported by the built-in...)

11 years agoMerge branch 'JSONCaseFix' of git://github.com/TazeTSchnitzel/php-src into TazeTSchni...
kovacs.ferenc [Mon, 18 Nov 2013 11:12:24 +0000 (12:12 +0100)]
Merge branch 'JSONCaseFix' of git://github.com/TazeTSchnitzel/php-src into TazeTSchnitzel-JSONCaseFix

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Sun, 17 Nov 2013 09:20:13 +0000 (17:20 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoUpdate NEWS
Xinchen Hui [Sun, 17 Nov 2013 09:06:27 +0000 (17:06 +0800)]
Update NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Sun, 17 Nov 2013 09:05:04 +0000 (17:05 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
Xinchen Hui [Sun, 17 Nov 2013 09:04:37 +0000 (17:04 +0800)]
Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string)

11 years agoUpdate NEWS
Christopher Jones [Fri, 15 Nov 2013 20:37:52 +0000 (12:37 -0800)]
Update NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Christopher Jones [Fri, 15 Nov 2013 20:37:17 +0000 (12:37 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  This is CLI web server change.  Added some common MIME types to the existing lookup list, pending a more thorough lookup solution, if anyone wants to do that.  Ref http://news.php.net/php.internals/69990

11 years agoThis is CLI web server change. Added some common MIME types to the
Christopher Jones [Fri, 15 Nov 2013 20:36:25 +0000 (12:36 -0800)]
This is CLI web server change.  Added some common MIME types to the
existing lookup list, pending a more thorough lookup solution, if
anyone wants to do that.  Ref http://news.php.net/php.internals/69990

A router can be used to add to, or override, the MIME type lookups,
see http://php.net/manual/en/features.commandline.webserver.php

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Fri, 15 Nov 2013 08:53:07 +0000 (09:53 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  Fix Bug #65714  PHP cli forces the tty to cooked mode

11 years agoNEWS
Remi Collet [Fri, 15 Nov 2013 08:52:48 +0000 (09:52 +0100)]
NEWS

11 years agoFix Bug #65714 PHP cli forces the tty to cooked mode
Remi Collet [Fri, 15 Nov 2013 08:49:42 +0000 (09:49 +0100)]
Fix Bug #65714  PHP cli forces the tty to cooked mode

Only drop the using_history() call with libedit as I don't know
if it is required with readline.

This also allow to run a php script in background without
it being aborted on first output.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Adam Harvey [Thu, 14 Nov 2013 18:52:43 +0000 (10:52 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
NEWS

11 years agoMove the JSON bugfix into the 5.5.6 changelog.
Adam Harvey [Thu, 14 Nov 2013 18:52:07 +0000 (10:52 -0800)]
Move the JSON bugfix into the 5.5.6 changelog.

11 years agoRemoved UPGRADING note
Andrea Faulds [Wed, 13 Nov 2013 17:03:02 +0000 (17:03 +0000)]
Removed UPGRADING note

Conflicts:
UPGRADING

11 years agofix merge
Remi Collet [Wed, 13 Nov 2013 12:21:12 +0000 (13:21 +0100)]
fix merge

11 years agoFix failed test with recent glibc
Remi Collet [Wed, 13 Nov 2013 12:19:10 +0000 (13:19 +0100)]
Fix failed test with recent glibc

In recent version of strptime glibc upstream has fixed a discrepancy between
documentation and actual behaviour by skipping over the sequence that would match %Z.
See http://repo.or.cz/w/glibc.git/commitdiff/ddc7e412ab252e7360a4357664beb3b5d9c4f42b

So when %Z is used in format
glibc <= 2.18 returns the GMT as unparsed
glibc >= 2.19 returns empty string

Removing %Z from tested format gives the same behavior with all version.

11 years agoAllow $num=0 in array_fill()
Nikita Popov [Tue, 12 Nov 2013 20:56:50 +0000 (21:56 +0100)]
Allow $num=0 in array_fill()

Implemented request #49824.

11 years agoRewrote test using tcp instead of http:// stream
Andrea Faulds [Tue, 22 Oct 2013 16:07:37 +0000 (16:07 +0000)]
Rewrote test using tcp instead of http:// stream

11 years agoImplemented FR #65917 (getallheaders() is not supported by the built-in...)
Andrea Faulds [Thu, 17 Oct 2013 22:19:09 +0000 (22:19 +0000)]
Implemented FR #65917 (getallheaders() is not supported by the built-in...)

- Implemented apache_request_headers() and getallheaders() alias in CLI server
- Implemented apache_response_headers() in CLI server using FastCGI code

Conflicts:
NEWS
UPGRADING

11 years ago5.5.7 now
Julien Pauli [Tue, 12 Nov 2013 17:20:09 +0000 (18:20 +0100)]
5.5.7 now

11 years agoFixed case part of bug #64874 ("json_decode handles whitespace and case-sensitivity...
Andrea Faulds [Tue, 17 Sep 2013 19:12:29 +0000 (19:12 +0000)]
Fixed case part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Adam Harvey [Sun, 10 Nov 2013 21:15:12 +0000 (16:15 -0500)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Update NEWS and remove the unnecessary UPGRADING note.
  UPGRADING and NEWS
  Better test: Check combined leading/trailing
  Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Adam Harvey [Sun, 10 Nov 2013 21:11:28 +0000 (16:11 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Update NEWS and remove the unnecessary UPGRADING note.
  UPGRADING and NEWS
  Better test: Check combined leading/trailing
  Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")

11 years agoUpdate NEWS and remove the unnecessary UPGRADING note.
Adam Harvey [Sun, 10 Nov 2013 20:46:31 +0000 (15:46 -0500)]
Update NEWS and remove the unnecessary UPGRADING note.

11 years agoMerge remote-tracking branch 'ajf/JSONWhitespaceFix' into PHP-5.4
Adam Harvey [Sun, 10 Nov 2013 20:43:56 +0000 (15:43 -0500)]
Merge remote-tracking branch 'ajf/JSONWhitespaceFix' into PHP-5.4

11 years agomissing 'config.h' in 5dc37b3
Remi Collet [Sun, 10 Nov 2013 06:10:36 +0000 (07:10 +0100)]
missing 'config.h' in 5dc37b3

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Rasmus Lerdorf [Sat, 9 Nov 2013 17:46:55 +0000 (09:46 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix broken test

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Sat, 9 Nov 2013 17:46:43 +0000 (09:46 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix broken test

11 years agoFix broken test
Rasmus Lerdorf [Sat, 9 Nov 2013 17:45:52 +0000 (09:45 -0800)]
Fix broken test

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Fri, 8 Nov 2013 12:36:31 +0000 (16:36 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed issue #115 (path issue when using phar). Fixed issue #149 (Phar mount points not working with OPcache enabled).

Conflicts:
NEWS

11 years agoFixed issue #115 (path issue when using phar).
Dmitry Stogov [Fri, 8 Nov 2013 12:35:05 +0000 (16:35 +0400)]
Fixed issue #115 (path issue when using phar).
Fixed issue #149 (Phar mount points not working with OPcache enabled).

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Fri, 8 Nov 2013 10:15:41 +0000 (14:15 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Added tests for PHAR/OPCahce incompatibilities
  Update NEWS
  Fixed bug #65947 (basename is no more working after fgetcsv in certain situation)
  Update NEWS
  Fixed Bug #66043 (Segfault calling bind_param() on mysqli)
  NEWS entry
  NEWS entry

Conflicts:
NEWS

11 years agoAdded tests for PHAR/OPCahce incompatibilities
Dmitry Stogov [Fri, 8 Nov 2013 09:50:57 +0000 (13:50 +0400)]
Added tests for PHAR/OPCahce incompatibilities

11 years agoUpdate NEWS
Xinchen Hui [Fri, 8 Nov 2013 07:33:49 +0000 (15:33 +0800)]
Update NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Fri, 8 Nov 2013 07:33:27 +0000 (15:33 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFixed bug #65947 (basename is no more working after fgetcsv in certain situation)
Xinchen Hui [Fri, 8 Nov 2013 07:32:28 +0000 (15:32 +0800)]
Fixed bug #65947 (basename is no more working after fgetcsv in certain situation)

previous codes: "#define php_mblen(ptr, len) ((ptr) == NULL ? mbsinit(&BG(mblen_state)):
(int)mbrlen(ptr, len, &BG(mblen_state)))#

it use mbsinit there, seems try to initialize the mblen_state, but:
"This function does not change the state identified by ps. Typical ways
to make the state pointed by ps an initial state are:

memset (ps,0,sizeof(*ps));  // ps points to zero-valued object
"
http://www.cplusplus.com/reference/cwchar/mbsinit/?kw=mbsinit

11 years agoUpdate NEWS
Xinchen Hui [Fri, 8 Nov 2013 07:08:07 +0000 (15:08 +0800)]
Update NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Fri, 8 Nov 2013 07:07:43 +0000 (15:07 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFixed Bug #66043 (Segfault calling bind_param() on mysqli)
Xinchen Hui [Fri, 8 Nov 2013 07:06:36 +0000 (15:06 +0800)]
Fixed Bug #66043 (Segfault calling bind_param() on mysqli)

Although the doc said it is (unsigned int *), but it is ulong* in the
libmysql 5.0 's source codes

11 years agoNEWS entry
Rasmus Lerdorf [Fri, 8 Nov 2013 02:16:12 +0000 (18:16 -0800)]
NEWS entry

11 years agoNEWS entry
Rasmus Lerdorf [Fri, 8 Nov 2013 02:15:15 +0000 (18:15 -0800)]
NEWS entry

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Rasmus Lerdorf [Fri, 8 Nov 2013 02:09:53 +0000 (18:09 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Rasmus Lerdorf [Fri, 8 Nov 2013 02:09:15 +0000 (18:09 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings

Conflicts:
ext/pdo/pdo_sql_parser.c

11 years agoFix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings
Rasmus Lerdorf [Fri, 8 Nov 2013 02:05:08 +0000 (18:05 -0800)]
Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Rasmus Lerdorf [Thu, 7 Nov 2013 15:55:26 +0000 (07:55 -0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src: (65 commits)
  Add a couple more test cases to parse_url() tests
  fix missing change from 'tcp_socket' to the more common 'server'
  fix many parallel test issues
  Cleanup temp test file
  Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws an exception)
  Typo fix: umknown -> unknown
  Fix bug #66008
  5.4.23-dev
  Update NEWS
  Fixed Bug 64760 var_export() does not use full precision for floating-point numbers
  add bundled libzip LICENSE, as required by BSD License terms
  - Updated to version 2013.8 (2013h)
  remove "PHP 6" staff
  Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters
  - Updated to version 2013.7 (2013g)
  Fix Coverity issue reporting wrong sizeof()
  exif NEWS
  add tests for bug #62523
  Merged PR #293 (Exif crash on unknown encoding was fixed) By:  Draal Conflicts:  configure.in  main/php_version.h
  Just SKIP that test on travis
  ...

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Rasmus Lerdorf [Thu, 7 Nov 2013 15:54:08 +0000 (07:54 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Add a couple more test cases to parse_url() tests
  fix missing change from 'tcp_socket' to the more common 'server'
  fix many parallel test issues
  Cleanup temp test file
  Revert "Fixed issue #115 (path issue when using phar)."
  Remove outdate codes, make it clearer, although just a bit..
  Update NEWS
  Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws an exception)
  Fixed coredump due to abnormal implemention of phar
  Typo fix: umknown -> unknown
  Fix bug #66008
  5.4.23-dev
  remove "PHP 6" staff

11 years agobump API versions
Ferenc Kovacs [Wed, 6 Nov 2013 10:17:58 +0000 (11:17 +0100)]
bump API versions

11 years agoMerge branch 'PHP-5.5'
Ferenc Kovacs [Wed, 6 Nov 2013 09:47:45 +0000 (10:47 +0100)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Wed, 6 Nov 2013 09:46:34 +0000 (10:46 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
ext/spl/tests/SplFileObject_rewind_error001.phpt

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 agofix missing change from 'tcp_socket' to the more common 'server'
ptarjan [Thu, 26 Sep 2013 08:06:36 +0000 (01:06 -0700)]
fix missing change from 'tcp_socket' to the more common 'server'

11 years agofix many parallel test issues
ptarjan [Thu, 26 Sep 2013 07:18:05 +0000 (00:18 -0700)]
fix many parallel test issues

While running these on HHVM I've run into a lot of parallelism issues.
I'm backporting all the fixes I had to do in
https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650
to php core.

Most of these changes were just filenames that were shared between
tests, but I did more surgery on the fixed ports. I can apreciate port
31337 as much as the next nerd, but random ports are better for tests.

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'
Xinchen Hui [Wed, 6 Nov 2013 09:01:24 +0000 (17:01 +0800)]
Merge branch 'PHP-5.5'

Conflicts:
ext/opcache/ZendAccelerator.c

11 years agoRevert "Fixed issue #115 (path issue when using phar)."
Xinchen Hui [Wed, 6 Nov 2013 08:53:45 +0000 (16:53 +0800)]
Revert "Fixed issue #115 (path issue when using phar)."

We need another better way to fix this

This reverts commit 098855433dc5d609e3970f0bc9d6766c007273f3.

Conflicts:
ext/opcache/ZendAccelerator.c

11 years agoUpdate LiteSpeed SAPI code to V6.4
George Wang [Tue, 5 Nov 2013 21:14:49 +0000 (16:14 -0500)]
Update LiteSpeed SAPI code to V6.4

11 years agoFixed typo in Makefile.frag
George Wang [Tue, 5 Nov 2013 20:38:08 +0000 (15:38 -0500)]
Fixed typo in Makefile.frag

11 years agoupdated NEWS
Anatol Belski [Tue, 5 Nov 2013 18:54:50 +0000 (19:54 +0100)]
updated NEWS

11 years agoMerge branch 'pull-request/500'
Anatol Belski [Tue, 5 Nov 2013 18:23:23 +0000 (19:23 +0100)]
Merge branch 'pull-request/500'

* pull-request/500:
  limit virtual_cwd_activate() duplicated call to ZTS only
  reverted the previous commit, both calls are needed in TS mode
  virtual_cwd_activate() should be called only in one place
  back to do_alloca()
  removed unnecessary call
  simplify the state free macros
  compact the code to preserve the error info after state freeing
  back to do_alloca(), reverted the wrong replacement
  enabled windows to use stack in both ts/nts mode, some more fixes
  moved to do_alloca() usage where appropriate
  fixed invalid free
  fixed virtual cwd header in phar
  updated NEWS
  fixed all the places where last error could be lost
  preserve the error code
  applied and fixed the original patch
  initial move on renaming files and fixing includes

Conflicts:
ext/opcache/ZendAccelerator.c