]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.5'
David Soria Parra [Thu, 15 Aug 2013 20:47:28 +0000 (22:47 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  New news section
  Prepare news for PHP-5.5.2

11 years agoNew news section
David Soria Parra [Thu, 15 Aug 2013 20:41:18 +0000 (22:41 +0200)]
New news section

11 years agoPrepare news for PHP-5.5.2
David Soria Parra [Thu, 15 Aug 2013 20:40:38 +0000 (22:40 +0200)]
Prepare news for PHP-5.5.2

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Thu, 15 Aug 2013 04:33:35 +0000 (21:33 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Christopher Jones [Thu, 15 Aug 2013 04:33:27 +0000 (21:33 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:

11 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Thu, 15 Aug 2013 04:32:20 +0000 (21:32 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src:
  Fixed #65431 in zend_exception.c by Sixd

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Christopher Jones [Thu, 15 Aug 2013 04:32:13 +0000 (21:32 -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 #65431 in zend_exception.c by Sixd

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 15 Aug 2013 04:32:07 +0000 (21:32 -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 #65431 in zend_exception.c by Sixd

11 years agoRemove unused variable
Christopher Jones [Thu, 15 Aug 2013 04:21:17 +0000 (21:21 -0700)]
Remove unused variable

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Thu, 15 Aug 2013 04:08:55 +0000 (21:08 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Reduce compiler noise by removing unused variables and labels

11 years agoReduce compiler noise by removing unused variables and labels
Christopher Jones [Thu, 15 Aug 2013 04:06:59 +0000 (21:06 -0700)]
Reduce compiler noise by removing unused variables and labels

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Thu, 15 Aug 2013 03:50:54 +0000 (11:50 +0800)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 15 Aug 2013 03:49:59 +0000 (11:49 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFixed #65431 in zend_exception.c by Sixd
Xinchen Hui [Thu, 15 Aug 2013 03:47:44 +0000 (11:47 +0800)]
Fixed #65431 in zend_exception.c by Sixd

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Thu, 15 Aug 2013 03:47:00 +0000 (20:47 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.

Conflicts:
ext/gmp/gmp.c

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Christopher Jones [Thu, 15 Aug 2013 03:43:25 +0000 (20:43 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.

Conflicts:
ext/dba/libinifile/inifile.c

11 years agoReduce (some) compile noise of 'unused variable' and 'may be used uninitialized'...
Christopher Jones [Thu, 15 Aug 2013 03:36:50 +0000 (20:36 -0700)]
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.

11 years agoMerge branch 'PHP-5.5'
Christopher Jones [Wed, 14 Aug 2013 22:47:42 +0000 (15:47 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Skip test if SKIP_ONLINE_TESTS set

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Christopher Jones [Wed, 14 Aug 2013 22:45:46 +0000 (15:45 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Skip test if SKIP_ONLINE_TESTS set

11 years agoSkip test if SKIP_ONLINE_TESTS set
Christopher Jones [Wed, 14 Aug 2013 22:45:06 +0000 (15:45 -0700)]
Skip test if SKIP_ONLINE_TESTS set

11 years agoFix to file uploads >2G with size overflow
Anatol Belski [Wed, 14 Aug 2013 16:59:46 +0000 (18:59 +0200)]
Fix to file uploads >2G with size overflow

Represent the file size as string when the total size would overflow
LONG_MAX. Otherwise while file itself were uploaded, the size would
be shown wrong. This mostly applies to systems with 32 bit long.

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Wed, 14 Aug 2013 05:26:32 +0000 (22:26 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix CVE-2013-4073 - handling of certs with null bytes
  Fix CVE-2013-4073 - handling of certs with null bytes

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 14 Aug 2013 05:24:57 +0000 (22:24 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix CVE-2013-4073 - handling of certs with null bytes
  Fix CVE-2013-4073 - handling of certs with null bytes

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Wed, 14 Aug 2013 05:24:29 +0000 (22:24 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix CVE-2013-4073 - handling of certs with null bytes

11 years agoFix CVE-2013-4073 - handling of certs with null bytes
Stanislav Malyshev [Wed, 14 Aug 2013 05:20:33 +0000 (22:20 -0700)]
Fix CVE-2013-4073 - handling of certs with null bytes

11 years agoFix CVE-2013-4073 - handling of certs with null bytes
Stanislav Malyshev [Wed, 14 Aug 2013 05:20:33 +0000 (22:20 -0700)]
Fix CVE-2013-4073 - handling of certs with null bytes

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Wed, 14 Aug 2013 03:44:53 +0000 (11:44 +0800)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Wed, 14 Aug 2013 03:44:37 +0000 (11:44 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFixed #65431 (Discarded qualifiers from pointer target warnings when using --enable...
Xinchen Hui [Wed, 14 Aug 2013 03:42:39 +0000 (11:42 +0800)]
Fixed #65431 (Discarded qualifiers from pointer target warnings when using --enable-dtrace) by Sixd

11 years agoFix unused variable warning in OCI8 2.0
Christopher Jones [Tue, 13 Aug 2013 22:15:57 +0000 (15:15 -0700)]
Fix unused variable warning in OCI8 2.0

11 years agoMerge branch 'PHP-5.5'
Anatol Belski [Mon, 12 Aug 2013 13:53:34 +0000 (15:53 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  removed unused vars

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Mon, 12 Aug 2013 13:52:50 +0000 (15:52 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  removed unused vars

11 years agoremoved unused vars
Anatol Belski [Mon, 12 Aug 2013 13:52:15 +0000 (15:52 +0200)]
removed unused vars

11 years agoMerge branch 'PHP-5.5'
Anatol Belski [Mon, 12 Aug 2013 13:45:43 +0000 (15:45 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fixed strndup usage in the pgsql ext

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Mon, 12 Aug 2013 13:45:26 +0000 (15:45 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed strndup usage in the pgsql ext

11 years agofixed strndup usage in the pgsql ext
Anatol Belski [Mon, 12 Aug 2013 13:44:47 +0000 (15:44 +0200)]
fixed strndup usage in the pgsql ext

11 years agoFixes to unified stdint usage
Anatol Belski [Mon, 12 Aug 2013 11:39:17 +0000 (13:39 +0200)]
Fixes to unified stdint usage

This recalls 14caf174ff219376e4f1234bd297ffe973cc416e

11 years agoFixed bug #65382 (Segfault in closure_030.phpt)
Dmitry Stogov [Mon, 12 Aug 2013 06:53:20 +0000 (10:53 +0400)]
Fixed bug #65382 (Segfault in closure_030.phpt)

11 years agoRevise pgsql test files
Yasuo Ohgaki [Sun, 11 Aug 2013 20:14:43 +0000 (05:14 +0900)]
Revise pgsql test files

11 years agoRevise pgsql test for Travis CI
Yasuo Ohgaki [Sun, 11 Aug 2013 09:57:39 +0000 (18:57 +0900)]
Revise pgsql test for Travis CI

11 years agoAdd 00version.phpt to get server/protocol/client version. Revise test script description
Yasuo Ohgaki [Sun, 11 Aug 2013 09:33:33 +0000 (18:33 +0900)]
Add 00version.phpt to get server/protocol/client version. Revise test script description

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Sun, 11 Aug 2013 08:37:44 +0000 (01:37 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  use mysqlnd, some tests fail otherwise

11 years agouse mysqlnd, some tests fail otherwise
Stanislav Malyshev [Sun, 11 Aug 2013 08:36:59 +0000 (01:36 -0700)]
use mysqlnd, some tests fail otherwise

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Sun, 11 Aug 2013 06:13:09 +0000 (23:13 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  ensure notices are not ignored when tests need them

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 11 Aug 2013 06:12:51 +0000 (23:12 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  ensure notices are not ignored when tests need them

11 years agoensure notices are not ignored when tests need them
Stanislav Malyshev [Sun, 11 Aug 2013 06:12:04 +0000 (23:12 -0700)]
ensure notices are not ignored when tests need them

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Sun, 11 Aug 2013 01:03:07 +0000 (18:03 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Embeds the content of the DTD in the DOCTYPE declaration of the XML files.
  Adds 2 new xml files which include the dtd path relative to the base directory for the php source code. It fixs the fail on the load of the dtd in the tests modified by this commit.
  Adds files: error 1 to 5 and variation 1 to 4

11 years agoEmbeds the content of the DTD in the DOCTYPE declaration of the XML files.
Antonio Diaz Ruiz [Tue, 25 Jun 2013 20:09:38 +0000 (22:09 +0200)]
Embeds the content of the DTD in the DOCTYPE declaration of the XML files.

11 years agoAdds 2 new xml files which include the dtd path relative to the base directory for...
Antonio Diaz Ruiz [Mon, 24 Jun 2013 20:39:27 +0000 (22:39 +0200)]
Adds 2 new xml files which include the dtd path relative to the base directory for the php source code.
It fixs the fail on the load of the dtd in the tests modified by this commit.

11 years agoAdds files: error 1 to 5 and variation 1 to 4
Antonio Diaz Ruiz [Fri, 14 Jun 2013 21:11:08 +0000 (23:11 +0200)]
Adds files: error 1 to 5 and variation 1 to 4

tests for error1: not well formed xml

tests for error2: not well formed xml attribute without colon

tests for error2: not well formed xml, typo

tests for error4: wrong xml version

tests for error5: extra content at the end of the doc

tests libxml_dtd_load

tests libxml_dtd_valid

tests for libdtd_noerror

tests for LIBXML_DTDATTR, LIBXML_NOCDATA, LIBXML_NOENT and LIBXML_NOBLANKS

the basic behavior

fix comments

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Sun, 11 Aug 2013 00:56:46 +0000 (17:56 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Add schema default/fixed value support

11 years agoMerge branch 'pull-request/325' into PHP-5.5
Stanislav Malyshev [Sun, 11 Aug 2013 00:49:52 +0000 (17:49 -0700)]
Merge branch 'pull-request/325' into PHP-5.5

* pull-request/325:
  Add schema default/fixed value support

11 years agoMerge branch 'pull-request/402'
Stanislav Malyshev [Sun, 11 Aug 2013 00:38:33 +0000 (17:38 -0700)]
Merge branch 'pull-request/402'

* pull-request/402:
  bison upgrading notes
  use $YACC instead of 'bison' as suggested by Yasuo
  improve comments and messages as suggested
  add excluded version exmaple
  make the bison version check a blacklist

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Sun, 11 Aug 2013 00:36:17 +0000 (17:36 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix #61345: fix install of CGI binary
  Fix #61345: fix install of CGI binary

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 11 Aug 2013 00:35:20 +0000 (17:35 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix #61345: fix install of CGI binary

11 years agoFix #61345: fix install of CGI binary
Michael Heimpold [Fri, 9 Aug 2013 19:06:17 +0000 (21:06 +0200)]
Fix #61345: fix install of CGI binary

When CLI was not built but only CGI binary, then a sequence of

$ ./buildconf
$ ./configure  --prefix=/usr/local/phpcgi --disable-cli
$ make -j8
$ sudo rm -rf /usr/local/phpcgi
$ sudo make install

results in the following error:

/bin/bash /srv/smb/php-src.test/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /srv/smb/php-src.test/modules
Installing shared extensions:     /usr/local/phpcgi/lib/php/extensions/no-debug-non-zts-20121212/
Installing PHP CGI binary:        /usr/local/phpcgi/bin/
cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@28245#': No such file or directory
make: *** [install-cgi] Fehler 1

The solution is to create the binary directory before copying the
CGI binary as e.g. CLI does.

Signed-off-by: Oliver Metz <oliver.metz@gmx.de>
[extensive commit message]

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 11 Aug 2013 00:33:28 +0000 (17:33 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix #61345: fix install of CGI binary

11 years agoFix #61345: fix install of CGI binary
Michael Heimpold [Fri, 9 Aug 2013 19:06:17 +0000 (21:06 +0200)]
Fix #61345: fix install of CGI binary

When CLI was not built but only CGI binary, then a sequence of

$ ./buildconf
$ ./configure  --prefix=/usr/local/phpcgi --disable-cli
$ make -j8
$ sudo rm -rf /usr/local/phpcgi
$ sudo make install

results in the following error:

/bin/bash /srv/smb/php-src.test/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /srv/smb/php-src.test/modules
Installing shared extensions:     /usr/local/phpcgi/lib/php/extensions/no-debug-non-zts-20121212/
Installing PHP CGI binary:        /usr/local/phpcgi/bin/
cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@28245#': No such file or directory
make: *** [install-cgi] Fehler 1

The solution is to create the binary directory before copying the
CGI binary as e.g. CLI does.

Signed-off-by: Oliver Metz <oliver.metz@gmx.de>
[extensive commit message]

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Sun, 11 Aug 2013 00:31:59 +0000 (17:31 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  php.ini-development/production: remove php_zip.dll
  Update NEWS
  Update NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 11 Aug 2013 00:31:48 +0000 (17:31 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  php.ini-development/production: remove php_zip.dll
  Update NEWS

11 years agophp.ini-development/production: remove php_zip.dll
Jan Ehrhardt [Sat, 10 Aug 2013 16:08:06 +0000 (18:08 +0200)]
php.ini-development/production: remove php_zip.dll

Remove the reference to php_zip.dll in php.ini-production and
php.ini-development, because php_zip.dll does not exist anymore since
PHP 5.3

11 years agoUpdate NEWS
Yasuo Ohgaki [Sat, 10 Aug 2013 22:15:55 +0000 (07:15 +0900)]
Update NEWS

11 years agoUpdate NEWS
Yasuo Ohgaki [Sat, 10 Aug 2013 22:15:01 +0000 (07:15 +0900)]
Update NEWS

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Sat, 10 Aug 2013 21:44:01 +0000 (06:44 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed possible buffer overflow under Windows. Note: Not a security fix.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Sat, 10 Aug 2013 21:43:37 +0000 (06:43 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed possible buffer overflow under Windows. Note: Not a security fix.

11 years agoFixed possible buffer overflow under Windows. Note: Not a security fix.
Yasuo Ohgaki [Sat, 10 Aug 2013 21:43:01 +0000 (06:43 +0900)]
Fixed possible buffer overflow under Windows. Note: Not a security fix.

11 years agoMerge branch 'PHP-5.5'
Yasuo Ohgaki [Sat, 10 Aug 2013 09:30:05 +0000 (18:30 +0900)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply wrong and never worked if the value is changed at runtime

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Sat, 10 Aug 2013 09:29:29 +0000 (18:29 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply wrong and never worked if the value is changed at runtime

11 years agoFixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply wrong...
Yasuo Ohgaki [Sat, 10 Aug 2013 09:29:13 +0000 (18:29 +0900)]
Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply wrong and never worked if the value is changed at runtime

11 years agoImplemented Request #20421 (session_abort() and session_reset() function
Yasuo Ohgaki [Sat, 10 Aug 2013 07:57:56 +0000 (16:57 +0900)]
Implemented Request #20421 (session_abort() and session_reset() function

11 years agoImplemented Request #11100 (session_gc() function).
Yasuo Ohgaki [Sat, 10 Aug 2013 06:20:24 +0000 (15:20 +0900)]
Implemented Request #11100 (session_gc() function).

11 years agoRemove compile warning of commit 554021d21e1b2517313a377676260c188152c2eb
Yasuo Ohgaki [Sat, 10 Aug 2013 05:35:30 +0000 (14:35 +0900)]
Remove compile warning of commit 554021d21e1b2517313a377676260c188152c2eb

11 years agoImplemented Bug #17860 Suggestion: auto detect whether session changed
Yasuo Ohgaki [Sat, 10 Aug 2013 04:56:32 +0000 (13:56 +0900)]
Implemented Bug #17860 Suggestion: auto detect whether session changed

11 years agoImplement Bug #54649 Create session_serializer_name()
Yasuo Ohgaki [Sat, 10 Aug 2013 00:26:10 +0000 (09:26 +0900)]
Implement Bug #54649 Create session_serializer_name()

11 years agobison upgrading notes
Michael Wallner [Fri, 9 Aug 2013 20:23:35 +0000 (22:23 +0200)]
bison upgrading notes

11 years agohaha, a bit too optimistic; not merged yet
Michael Wallner [Fri, 9 Aug 2013 19:33:48 +0000 (21:33 +0200)]
haha, a bit too optimistic; not merged yet

11 years agoadd upgrading notes about bison and 2Guploads
Michael Wallner [Fri, 9 Aug 2013 19:16:47 +0000 (21:16 +0200)]
add upgrading notes about bison and 2Guploads

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Fri, 9 Aug 2013 13:52:22 +0000 (17:52 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Replce ZEND_FETCH_* instructions with IS_CV if possible

Conflicts:
ext/opcache/Optimizer/zend_optimizer.c

11 years agoReplce ZEND_FETCH_* instructions with IS_CV if possible
Dmitry Stogov [Fri, 9 Aug 2013 13:47:47 +0000 (17:47 +0400)]
Replce ZEND_FETCH_* instructions with IS_CV if possible

11 years agofix test
Michael Wallner [Fri, 9 Aug 2013 11:30:29 +0000 (13:30 +0200)]
fix test

11 years agoMerge branch '2Guploads'
Michael Wallner [Fri, 9 Aug 2013 09:47:25 +0000 (11:47 +0200)]
Merge branch '2Guploads'

* 2Guploads:
  add NEWS entry; add simple test
  more precise condition
  make this work in vc11 too
  Use int64_t and atoll() after discussion with johannes
  ws
  Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.
  unify stdint type usage

11 years agoMerge branch 'PHP-5.5'
Michael Wallner [Fri, 9 Aug 2013 09:39:41 +0000 (11:39 +0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix bug #65391
  Update NEWS
  Update NEWS

Conflicts:
ext/zlib/tests/bug65391.phpt

11 years agofix bug #65391
Michael Wallner [Fri, 9 Aug 2013 09:14:04 +0000 (11:14 +0200)]
fix bug #65391

Unable to send vary header user-agent when
ob_start('ob_gzhandler') is called

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Michael Wallner [Fri, 9 Aug 2013 09:21:50 +0000 (11:21 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix bug #65391
  Update NEWS

11 years agofix bug #65391
Michael Wallner [Fri, 9 Aug 2013 09:14:04 +0000 (11:14 +0200)]
fix bug #65391

Unable to send vary header user-agent when
ob_start('ob_gzhandler') is called

11 years agoFixed Bug #65315 session.hash_function silently fallback to default md5
Yasuo Ohgaki [Fri, 9 Aug 2013 09:05:07 +0000 (18:05 +0900)]
Fixed Bug #65315 session.hash_function silently fallback to default md5

11 years agouse $YACC instead of 'bison' as suggested by Yasuo
Michael Wallner [Fri, 9 Aug 2013 06:32:39 +0000 (08:32 +0200)]
use $YACC instead of 'bison' as suggested by Yasuo

11 years agoimprove comments and messages as suggested
Michael Wallner [Fri, 9 Aug 2013 06:30:50 +0000 (08:30 +0200)]
improve comments and messages as suggested

11 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 9 Aug 2013 02:21:31 +0000 (11:21 +0900)]
Update NEWS

11 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 9 Aug 2013 02:19:56 +0000 (11:19 +0900)]
Update NEWS

11 years agoadd excluded version exmaple
Michael Wallner [Thu, 8 Aug 2013 19:45:08 +0000 (21:45 +0200)]
add excluded version exmaple

11 years agomake the bison version check a blacklist
Michael Wallner [Thu, 8 Aug 2013 12:27:32 +0000 (14:27 +0200)]
make the bison version check a blacklist

Let the bison version be checked by a blacklist (where no version
is blacklisted yet) and require at least bison 2.4

11 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Thu, 8 Aug 2013 12:05:18 +0000 (14:05 +0200)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Thu, 8 Aug 2013 12:05:08 +0000 (14:05 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4
Andrey Hristov [Thu, 8 Aug 2013 12:04:19 +0000 (14:04 +0200)]
Merge branch 'PHP-5.4' of ssh://git.php.net/php-src into PHP-5.4

11 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Thu, 8 Aug 2013 12:03:22 +0000 (14:03 +0200)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Thu, 8 Aug 2013 12:03:11 +0000 (14:03 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Andrey Hristov [Thu, 8 Aug 2013 12:03:00 +0000 (14:03 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Thu, 8 Aug 2013 11:53:08 +0000 (13:53 +0200)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
Andrey Hristov [Thu, 8 Aug 2013 11:52:09 +0000 (13:52 +0200)]
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5