]> granicus.if.org Git - php/log
php
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 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 agoUpdate NEWS
Yasuo Ohgaki [Fri, 9 Aug 2013 02:19:56 +0000 (11:19 +0900)]
Update NEWS

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.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 agoRemove tabs on blanklines in Makefile sources. This prevents a
Christopher Jones [Tue, 30 Jul 2013 20:36:10 +0000 (13:36 -0700)]
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Tue, 6 Aug 2013 17:01:41 +0000 (10:01 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Xinchen Hui
# Via Xinchen Hui
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Re-fix Bug #65372 (Segfault in gc_zval_possible_root when return reference fails)

11 years agoRe-fix Bug #65372 (Segfault in gc_zval_possible_root when return reference fails)
Xinchen Hui [Tue, 6 Aug 2013 07:37:20 +0000 (15:37 +0800)]
Re-fix Bug #65372 (Segfault in gc_zval_possible_root when return reference fails)

Missed a zval_copy_ctor there

11 years agoNEWS for recent DTrace merges.
Christopher Jones [Mon, 5 Aug 2013 22:38:36 +0000 (15:38 -0700)]
NEWS for recent DTrace merges.
Remove redundant 'cp' during DTrace install.

11 years agoFixed bug #62691 (solaris sed has no -i switch)
Christopher Jones [Wed, 31 Jul 2013 16:58:28 +0000 (09:58 -0700)]
Fixed bug #62691 (solaris sed has no -i switch)
Make 'make distclean' remove generated DTrace .h file

11 years agoEnable dtrace probes on linux as they are compatible with systemtap
David Soria Parra [Mon, 3 Dec 2012 11:21:32 +0000 (12:21 +0100)]
Enable dtrace probes on linux as they are compatible with systemtap

You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.

11 years agoFixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
Remi Collet [Sun, 16 Dec 2012 07:51:17 +0000 (08:51 +0100)]
Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17

11 years agoAdd an empty make command for DTrace .d files to stop an implicit
Christopher Jones [Mon, 5 Aug 2013 21:21:06 +0000 (14:21 -0700)]
Add an empty make command for DTrace .d files to stop an implicit
circular dependency in GNU Make which causes .d files to be
overwritten (Bug 61268)

11 years agoMerge branch 'PHP-5.4'
Kalle Sommer Nielsen [Mon, 5 Aug 2013 15:23:00 +0000 (17:23 +0200)]
Merge branch 'PHP-5.4'

11 years agoFixed bug #62978. pg_select()/etc may allow SQL injection when table name is user...
Yasuo Ohgaki [Mon, 5 Aug 2013 09:23:15 +0000 (18:23 +0900)]
Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is user parameter, users are able to control table names.

11 years agoFirst fixes for a 64bit compatible ftp extension
Andreas Streichardt [Fri, 12 Oct 2012 09:02:33 +0000 (11:02 +0200)]
First fixes for a 64bit compatible ftp extension

11 years agonon living code related typo fixes
Veres Lajos [Tue, 23 Jul 2013 23:55:43 +0000 (00:55 +0100)]
non living code related typo fixes

11 years agofix typo
Stanislav Malyshev [Wed, 31 Jul 2013 05:23:05 +0000 (22:23 -0700)]
fix typo

11 years agoWe shouldn't load any local ini files for these tests
Rasmus Lerdorf [Fri, 2 Aug 2013 20:23:18 +0000 (16:23 -0400)]
We shouldn't load any local ini files for these tests

11 years agopcre_quote? No such thing. How did this ever pass?
Rasmus Lerdorf [Fri, 2 Aug 2013 20:12:21 +0000 (16:12 -0400)]
pcre_quote? No such thing. How did this ever pass?

11 years agoThis test needs local infile enabled
Rasmus Lerdorf [Fri, 2 Aug 2013 19:33:18 +0000 (15:33 -0400)]
This test needs local infile enabled

11 years agoThis test will only work if gc is enabled
Rasmus Lerdorf [Fri, 2 Aug 2013 16:00:48 +0000 (12:00 -0400)]
This test will only work if gc is enabled

11 years agoMake sure test.php isn't coming in from the include_path
Rasmus Lerdorf [Fri, 2 Aug 2013 15:47:12 +0000 (11:47 -0400)]
Make sure test.php isn't coming in from the include_path

11 years agoFixed bug Bug #65372 (Segfault in gc_zval_possible_root when return reference fails)
Xinchen Hui [Fri, 2 Aug 2013 10:37:15 +0000 (18:37 +0800)]
Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return reference fails)

11 years agoAdd user contributed test. Bug #61748
Yasuo Ohgaki [Fri, 2 Aug 2013 00:52:08 +0000 (09:52 +0900)]
Add user contributed test. Bug #61748

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 31 Jul 2013 16:01:54 +0000 (09:01 -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:
  Improved fix for bug #44686 (SOAP-ERROR: Parsing WSDL)
  Fixed bug #65018 (SoapHeader problems with SoapServer)
  MFH: fixed #65045: mb_convert_encoding breaks well-formed character.

11 years agoImproved fix for bug #44686 (SOAP-ERROR: Parsing WSDL)
Dmitry Stogov [Wed, 31 Jul 2013 13:36:06 +0000 (17:36 +0400)]
Improved fix for bug #44686 (SOAP-ERROR: Parsing WSDL)

11 years agoFixed bug #65018 (SoapHeader problems with SoapServer)
Dmitry Stogov [Wed, 31 Jul 2013 12:32:26 +0000 (16:32 +0400)]
Fixed bug #65018 (SoapHeader problems with SoapServer)

11 years agoMFH: fixed #65045: mb_convert_encoding breaks well-formed character.
Rui Hirokawa [Tue, 30 Jul 2013 23:46:54 +0000 (08:46 +0900)]
MFH: fixed #65045: mb_convert_encoding breaks well-formed character.

11 years agoFixed bug #65336
Yasuo Ohgaki [Fri, 26 Jul 2013 20:46:11 +0000 (05:46 +0900)]
Fixed bug #65336

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 25 Jul 2013 17:57:46 +0000 (10:57 -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:

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 25 Jul 2013 17:42:43 +0000 (10:42 -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:
  Upper section name
  Fixed bug #65328 (Segfault when getting SplStack object Value)

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 25 Jul 2013 15:53:26 +0000 (08:53 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Xinchen Hui (2) and others
# Via Stanislav Malyshev (1) and Xinchen Hui (1)
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Upper section name
  Fixed bug #65328 (Segfault when getting SplStack object Value)
  Fix compiler warning on redefined constant
  fixed bug #65311 testsuite failure due to incomplete fix to bug28985.phpt
  fix bug #65028  Phar::buildFromDirectory creates corrupt archives for some specific contents

11 years agoUpper section name
Xinchen Hui [Thu, 25 Jul 2013 14:45:15 +0000 (22:45 +0800)]
Upper section name

11 years agoFixed bug #65328 (Segfault when getting SplStack object Value)
Xinchen Hui [Thu, 25 Jul 2013 14:43:41 +0000 (22:43 +0800)]
Fixed bug #65328 (Segfault when getting SplStack object Value)

11 years agoMerge branch 'bug65028' into PHP-5.4
Stanislav Malyshev [Wed, 24 Jul 2013 04:44:06 +0000 (21:44 -0700)]
Merge branch 'bug65028' into PHP-5.4

* bug65028:
  fix bug #65028  Phar::buildFromDirectory creates corrupt archives for some specific contents

11 years agoFix compiler warning on redefined constant
Johannes Schlüter [Tue, 23 Jul 2013 10:50:37 +0000 (12:50 +0200)]
Fix compiler warning on redefined constant

11 years agofixed bug #65311 testsuite failure due to incomplete fix to bug28985.phpt
Anatol Belski [Tue, 23 Jul 2013 07:59:08 +0000 (09:59 +0200)]
fixed bug #65311 testsuite failure due to incomplete fix to bug28985.phpt

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Mon, 22 Jul 2013 17:58:57 +0000 (10:58 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Anatol Belski (8) and others
# Via Anatol Belski (2) and others
* 'PHP-5.4' of https://git.php.net/repository/php-src: (44 commits)
  fixed possible null deref
  - addressed bug #65159, Misleading configure help text for --with-mysql-sock
  Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix
  Wrong value for FILTER_SANITIZE_FULL_SPECIAL_CHARS in REGISTER_LONG_CONSTANT
  Fixed bug #65304 (Use of max int in array_sum)
  Reorder NEWS
  Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait
  Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait
  Properly fixed bug #63186 on NetBSD == 6.0
  Improve php.ini-* documentation
  5.4.19 is next
  Fixed bug #50308 - session id not appended properly for empty anchor tags
  Fix bug #62129 - rfc1867 crashes php even though turned off
  add news for xml fix
  fix TS build
  added sapi check for dl() test
  Make zval2myslqnd implementations aware of inheritance
  Fixed typo ensuring header str is \0 terminated
  fix buffer overrun
  fix invalid variable name at ext/spl/internal/multipleiterator.inc (key() method, too)
  ...

11 years agoMerge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3
Christopher Jones [Mon, 22 Jul 2013 17:58:52 +0000 (10:58 -0700)]
Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3

# By Johannes Schlüter
# Via Christopher Jones (1) and Johannes Schlüter (1)
* 'PHP-5.3' of https://git.php.net/repository/php-src:
  Merge PHP 5.3.27 NEWS
  add test for bug #65236

11 years agofixed possible null deref
Anatol Belski [Mon, 22 Jul 2013 12:50:18 +0000 (14:50 +0200)]
fixed possible null deref

11 years agofix bug #65028 Phar::buildFromDirectory creates corrupt archives for some specific...
Stanislav Malyshev [Mon, 22 Jul 2013 07:56:45 +0000 (00:56 -0700)]
fix bug #65028  Phar::buildFromDirectory creates corrupt archives for some specific contents

11 years ago- addressed bug #65159, Misleading configure help text for --with-mysql-sock
Yoshinari Takaoka [Sun, 21 Jul 2013 17:33:56 +0000 (02:33 +0900)]
- addressed bug #65159, Misleading configure help text for --with-mysql-sock

11 years agoUpdate news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix
Stanislav Malyshev [Mon, 22 Jul 2013 05:28:02 +0000 (22:28 -0700)]
Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix

11 years agoWrong value for FILTER_SANITIZE_FULL_SPECIAL_CHARS in REGISTER_LONG_CONSTANT
Andrey [Wed, 17 Jul 2013 21:49:51 +0000 (22:49 +0100)]
Wrong value for FILTER_SANITIZE_FULL_SPECIAL_CHARS in REGISTER_LONG_CONSTANT

11 years agoFixed bug #65304 (Use of max int in array_sum)
Xinchen Hui [Sun, 21 Jul 2013 13:07:19 +0000 (21:07 +0800)]
Fixed bug #65304 (Use of max int in array_sum)

11 years agoReorder NEWS
Xinchen Hui [Sun, 21 Jul 2013 07:58:10 +0000 (15:58 +0800)]
Reorder NEWS

11 years agoFixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait
Arpad Ray [Sat, 20 Jul 2013 10:05:13 +0000 (11:05 +0100)]
Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait

Also fix and test for get_defined_constants(true)

11 years agoFixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait
Arpad Ray [Fri, 19 Jul 2013 18:19:48 +0000 (19:19 +0100)]
Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait

11 years agoProperly fixed bug #63186 on NetBSD == 6.0
Matteo Beccati [Mon, 8 Jul 2013 17:25:03 +0000 (19:25 +0200)]
Properly fixed bug #63186 on NetBSD == 6.0

11 years agoImprove php.ini-* documentation
Yasuo Ohgaki [Thu, 18 Jul 2013 05:08:28 +0000 (14:08 +0900)]
Improve php.ini-* documentation

11 years ago5.4.19 is next
Stanislav Malyshev [Wed, 17 Jul 2013 20:51:15 +0000 (13:51 -0700)]
5.4.19 is next

11 years agoFixed bug #50308 - session id not appended properly for empty anchor tags
Arpad Ray [Wed, 17 Jul 2013 15:07:26 +0000 (16:07 +0100)]
Fixed bug #50308 - session id not appended properly for empty anchor tags

The issue was actually because a lack of space before a "/" marking the tag
as empty. This was being swallowed in the rule for unquoted values. Fixed
by making that rule exclude quotes (as per spec anyway).

11 years agoFix bug #62129 - rfc1867 crashes php even though turned off
Arpad Ray [Wed, 17 Jul 2013 10:02:48 +0000 (11:02 +0100)]
Fix bug #62129 - rfc1867 crashes php even though turned off

Patch by gxd305 at gmail dot com

11 years agoadd news for xml fix
Stanislav Malyshev [Tue, 16 Jul 2013 22:38:37 +0000 (15:38 -0700)]
add news for xml fix

11 years agofix TS build
Anatol Belski [Tue, 16 Jul 2013 16:05:14 +0000 (18:05 +0200)]
fix TS build

11 years agoadded sapi check for dl() test
Anatol Belski [Tue, 16 Jul 2013 13:42:38 +0000 (15:42 +0200)]
added sapi check for dl() test

11 years agoMake zval2myslqnd implementations aware of inheritance
Johannes Schlüter [Tue, 16 Jul 2013 11:52:57 +0000 (13:52 +0200)]
Make zval2myslqnd implementations aware of inheritance

11 years agoFixed typo ensuring header str is \0 terminated
Anatol Belski [Mon, 15 Jul 2013 22:14:05 +0000 (00:14 +0200)]
Fixed typo ensuring header str is \0 terminated

This was obviously intended to send an empty header if
php_gmtime_r() fails. Currently it could send garbage.

11 years agofix buffer overrun
Anatol Belski [Mon, 15 Jul 2013 15:34:36 +0000 (17:34 +0200)]
fix buffer overrun

11 years agofix invalid variable name at ext/spl/internal/multipleiterator.inc (key() method...
sasezaki [Tue, 25 Jun 2013 16:04:26 +0000 (01:04 +0900)]
fix invalid variable name at ext/spl/internal/multipleiterator.inc (key() method, too)

11 years agofix invalid variable name at ext/spl/internal/multipleiterator.inc
kazusuke sasezaki [Tue, 25 Jun 2013 15:26:06 +0000 (00:26 +0900)]
fix invalid variable name at ext/spl/internal/multipleiterator.inc

11 years agorevert false fix
Veres Lajos [Sun, 14 Jul 2013 21:32:28 +0000 (22:32 +0100)]
revert false fix

11 years agotypo fixes
Veres Lajos [Sat, 13 Jul 2013 12:37:04 +0000 (13:37 +0100)]
typo fixes

11 years agoless serious compatAbility fixes
Veres Lajos [Sat, 13 Jul 2013 12:15:21 +0000 (13:15 +0100)]
less serious compatAbility fixes

11 years agotypos (orig)
Veres Lajos [Sun, 7 Jul 2013 21:40:16 +0000 (22:40 +0100)]
typos (orig)

11 years agoFix bug #62665: add curl.cainfo to php.ini
Stanislav Malyshev [Mon, 15 Jul 2013 06:53:55 +0000 (23:53 -0700)]
Fix bug #62665: add curl.cainfo to php.ini

Conflicts:

php.ini-development
php.ini-production

11 years agoadd news for bug #65219
Stanislav Malyshev [Mon, 15 Jul 2013 00:07:06 +0000 (17:07 -0700)]
add news for bug #65219

11 years agoAdd built-in web server to invocation list
Lior Kaplan [Sat, 6 Jul 2013 11:44:15 +0000 (14:44 +0300)]
Add built-in web server to invocation list

11 years agoTerminology: change embedded web server to built-in web server to align with cli...
Lior Kaplan [Sat, 6 Jul 2013 11:30:21 +0000 (14:30 +0300)]
Terminology: change embedded web server to built-in web server to align with cli usage

11 years agoAlign -B and -E parameter names with cli usage (begin_code and end_code)
Lior Kaplan [Sat, 6 Jul 2013 11:28:42 +0000 (14:28 +0300)]
Align -B and -E parameter names with cli usage (begin_code and end_code)

11 years agoMerge branch 'PHP-5.4' of https://github.com/php/php-src into PHP-5.4
Anatol Belski [Sun, 14 Jul 2013 18:48:26 +0000 (20:48 +0200)]
Merge branch 'PHP-5.4' of https://github.com/php/php-src into PHP-5.4

11 years agofix uninitialized memory usage
Anatol Belski [Sun, 14 Jul 2013 18:44:29 +0000 (20:44 +0200)]
fix uninitialized memory usage

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanley Sufficool [Sun, 14 Jul 2013 18:18:11 +0000 (11:18 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:

11 years agoFix Bug #65219
Stanley Sufficool [Sun, 14 Jul 2013 18:16:42 +0000 (11:16 -0700)]
Fix Bug #65219
DBSETLDBNAME should be called before login to set DBNAME in login record

11 years agoMerge branch 'PHP-5.3' of https://git.php.net/push/php-src into PHP-5.3
Stanley Sufficool [Sun, 14 Jul 2013 18:10:36 +0000 (11:10 -0700)]
Merge branch 'PHP-5.3' of https://git.php.net/push/php-src into PHP-5.3

* 'PHP-5.3' of https://git.php.net/push/php-src: (23 commits)
  Merge PHP 5.3.27 NEWS
  add test for bug #65236
  truncate results at depth of 255 to prevent corruption
  fix assembly of safe_address() for x86 and x86_64
  Add bison 2.6.4 to the list of supported versions
  Update git rules (5.5 is stable, 5.3 sec only)
  This will be PHP 5.3.28
  Fixed bug #63186 (compile failure on netbsd)
  ensure the error_reporting level to get expected notice
  fixed tests
  missing tests for bug #53437
  missing colon
  Backported the fix for bug #53437
  Fixed test script
  Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems)
  Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC)
  Fixed bug #64934 Apache2 TS crash with get_browser()
  Add NEWS for PHP 5.3.26
  Fixed bug #64960 (Segfault in gc_zval_possible_root)
  fix CVE-2013-2110 - use correct formula to calculate string size
  ...

11 years agoFixed bug #65254 (Exception not catchable when exception thrown in autoload with...
Xinchen Hui [Sun, 14 Jul 2013 03:47:06 +0000 (11:47 +0800)]
Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace).

11 years ago- BFN
Felipe Pena [Sat, 13 Jul 2013 20:55:50 +0000 (17:55 -0300)]
- BFN

11 years ago- Bug #65228 (FTPs memory leak) patch by: marco dot beierer at mbsecurity dot ch
Felipe Pena [Sat, 13 Jul 2013 20:54:31 +0000 (17:54 -0300)]
- Bug #65228 (FTPs memory leak) patch by: marco dot beierer at mbsecurity dot ch

11 years ago- Fixed bug #65227 (Memory leak in gmp_cmp second parameter)
Felipe Pena [Fri, 12 Jul 2013 23:23:00 +0000 (20:23 -0300)]
- Fixed bug #65227 (Memory leak in gmp_cmp second parameter)

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 agofix the date for 5.4.17
Stanislav Malyshev [Fri, 12 Jul 2013 17:57:59 +0000 (10:57 -0700)]
fix the date for 5.4.17

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 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 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 '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.3' of https://git.php.net/repository/php-src into PHP-5.3
Christopher Jones [Wed, 10 Jul 2013 18:13:15 +0000 (11:13 -0700)]
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:
  Merge PHP 5.3.27 NEWS
  add test for bug #65236

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.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 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 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 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 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 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 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