]> granicus.if.org Git - php/log
php
11 years agoAdded ability to load zend_extensions without absolute path names
Dmitry Stogov [Sun, 17 Mar 2013 07:42:25 +0000 (11:42 +0400)]
Added ability to load zend_extensions without absolute path names

11 years agoEnabled O+ build by default (it may be disabled before 5.0.0 release)
Dmitry Stogov [Sun, 17 Mar 2013 06:58:30 +0000 (10:58 +0400)]
Enabled O+ build by default (it may be disabled before 5.0.0 release)

11 years agoRemoved files that are neccessary only for standalone pecl branch
Dmitry Stogov [Sun, 17 Mar 2013 06:40:59 +0000 (10:40 +0400)]
Removed files that are neccessary only for standalone pecl branch

11 years agosetting plausible default value for struct members
Anatol Belski [Sat, 16 Mar 2013 17:07:21 +0000 (18:07 +0100)]
setting plausible default value for struct members

especially for unsigned members so they don't casted to max unsigned

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Etienne Kneuss [Sat, 16 Mar 2013 17:20:16 +0000 (18:20 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Remove spurious int cast in between two longs

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Etienne Kneuss [Sat, 16 Mar 2013 17:20:06 +0000 (18:20 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Remove spurious int cast in between two longs

11 years agoRemove spurious int cast in between two longs
Etienne Kneuss [Sat, 16 Mar 2013 17:19:14 +0000 (18:19 +0100)]
Remove spurious int cast in between two longs

11 years agoFixed test after nick previous fix
Xinchen Hui [Sat, 16 Mar 2013 14:58:47 +0000 (22:58 +0800)]
Fixed test after nick previous fix

11 years agoFix test after f8b91d9acff10ede7bd3f2bc631794a3abef8ff7
Xinchen Hui [Sat, 16 Mar 2013 15:14:06 +0000 (23:14 +0800)]
Fix test after f8b91d9acff10ede7bd3f2bc631794a3abef8ff7

11 years agoFixed memory leaks
Dmitry Stogov [Sat, 16 Mar 2013 13:24:54 +0000 (17:24 +0400)]
Fixed memory leaks

11 years agoMade test compatible with O+
Dmitry Stogov [Sat, 16 Mar 2013 12:11:00 +0000 (16:11 +0400)]
Made test compatible with O+

11 years agoFixed compatibility with ext/phar
Dmitry Stogov [Sat, 16 Mar 2013 12:08:11 +0000 (16:08 +0400)]
Fixed compatibility with ext/phar

11 years agoFixed O+ testes
Dmitry Stogov [Sat, 16 Mar 2013 08:07:09 +0000 (12:07 +0400)]
Fixed O+ testes

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Fri, 15 Mar 2013 20:46:34 +0000 (00:46 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

11 years agoMerge Zend Optimizer+
Dmitry Stogov [Fri, 15 Mar 2013 20:41:46 +0000 (00:41 +0400)]
Merge Zend Optimizer+

git-subtree-dir: ext/opcache
git-subtree-mainline: b1dbfb73571b051fef055dc371e05163cf73eb8b
git-subtree-split: 8d35170c5fe9b9c0c864b7a6c4dc6b0149809569

11 years agoFixed bug #62852 Unserialize Invalid Date crash
Anatol Belski [Fri, 15 Mar 2013 20:22:35 +0000 (21:22 +0100)]
Fixed bug #62852 Unserialize Invalid Date crash

Error handling is the same as in bug #53437, E_ERROR if we
expect an invalid object.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Fri, 15 Mar 2013 18:12:34 +0000 (19:12 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  updated NEWS

11 years agoupdated NEWS
Anatol Belski [Fri, 15 Mar 2013 18:11:53 +0000 (19:11 +0100)]
updated NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Fri, 15 Mar 2013 18:09:18 +0000 (19:09 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Backported patch for #64370

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Fri, 15 Mar 2013 18:08:32 +0000 (19:08 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Backported patch for #64370

11 years agoBackported patch for #64370
Anatol Belski [Fri, 15 Mar 2013 18:04:40 +0000 (19:04 +0100)]
Backported patch for #64370

11 years agoRenamed ZendOptimizerPlus.so into opcache.so
Dmitry Stogov [Fri, 15 Mar 2013 17:03:05 +0000 (21:03 +0400)]
Renamed ZendOptimizerPlus.so into opcache.so

11 years agoFixed bug #53437 Crash with unserialized DatePeriod instance
Anatol Belski [Fri, 15 Mar 2013 15:59:54 +0000 (16:59 +0100)]
Fixed bug #53437 Crash with unserialized DatePeriod instance

11 years agoFix wrong macro usage and add missing NEWS entry
Nikita Popov [Fri, 15 Mar 2013 12:48:33 +0000 (13:48 +0100)]
Fix wrong macro usage and add missing NEWS entry

11 years ago"ZendOptimizerPlus" is renamed to "opcache" to de merged into PHP-5.5 under ext/opcac...
Dmitry Stogov [Fri, 15 Mar 2013 12:21:07 +0000 (16:21 +0400)]
"ZendOptimizerPlus" is renamed to "opcache" to de merged into PHP-5.5 under ext/opcache (the product name is still "Zend Optimizer+")

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Fri, 15 Mar 2013 08:41:50 +0000 (09:41 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  explain the step updating the git submodule reference in web/php.git

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Ferenc Kovacs [Fri, 15 Mar 2013 08:41:34 +0000 (09:41 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  explain the step updating the git submodule reference in web/php.git

11 years agoexplain the step updating the git submodule reference in web/php.git
Ferenc Kovacs [Fri, 15 Mar 2013 08:40:28 +0000 (09:40 +0100)]
explain the step updating the git submodule reference in web/php.git

11 years agoMore accurate restart scheduling
Dmitry Stogov [Fri, 15 Mar 2013 07:49:33 +0000 (11:49 +0400)]
More accurate restart scheduling

11 years agoAutogolobal $GLOBALS has to be pinged even if auto_globals_jit=0
Dmitry Stogov [Fri, 15 Mar 2013 06:45:49 +0000 (10:45 +0400)]
Autogolobal $GLOBALS has to be pinged even if auto_globals_jit=0

11 years agoAllow only shared O+ build
Dmitry Stogov [Thu, 14 Mar 2013 19:11:10 +0000 (23:11 +0400)]
Allow only shared O+ build

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Thu, 14 Mar 2013 13:39:47 +0000 (14:39 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix zts check

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Thu, 14 Mar 2013 13:39:09 +0000 (14:39 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix zts check

11 years agofix zts check
Anatol Belski [Thu, 14 Mar 2013 13:38:20 +0000 (14:38 +0100)]
fix zts check

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Thu, 14 Mar 2013 10:19:41 +0000 (14:19 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  fix the fix
  fix for bug  #63530  mysqlnd_stmt::bind_one_parameter uses wrong alloc for stmt->param_bind
  Forgot to remove some now unused variables
  Add support for non-scalar Iterator keys in foreach
  fixed headers order
  - Updated to version 2013.2 (2013b)
  fixed the test
  Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT'])
  Disable zend_always_inline in debug build

11 years agofix the fix
Andrey Hristov [Wed, 13 Mar 2013 14:56:44 +0000 (15:56 +0100)]
fix the fix

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Wed, 13 Mar 2013 14:29:40 +0000 (15:29 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
NEWS

11 years agoRemoved redundand code
Dmitry Stogov [Wed, 13 Mar 2013 13:51:10 +0000 (17:51 +0400)]
Removed redundand code

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Andrey Hristov [Wed, 13 Mar 2013 13:24:23 +0000 (14:24 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
NEWS

11 years agofix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for stmt-...
Andrey Hristov [Wed, 13 Mar 2013 12:37:51 +0000 (13:37 +0100)]
fix for bug  #63530  mysqlnd_stmt::bind_one_parameter uses wrong alloc for stmt->param_bind

11 years agoForgot to remove some now unused variables
Nikita Popov [Tue, 12 Mar 2013 16:39:20 +0000 (17:39 +0100)]
Forgot to remove some now unused variables

11 years agoAdd support for non-scalar Iterator keys in foreach
Nikita Popov [Sat, 16 Feb 2013 18:13:36 +0000 (19:13 +0100)]
Add support for non-scalar Iterator keys in foreach

RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 12 Mar 2013 07:34:48 +0000 (08:34 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed headers order

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatol Belski [Tue, 12 Mar 2013 07:34:16 +0000 (08:34 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fixed headers order

11 years agofixed headers order
Anatol Belski [Tue, 12 Mar 2013 07:33:36 +0000 (08:33 +0100)]
fixed headers order

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Derick Rethans [Mon, 11 Mar 2013 21:36:41 +0000 (21:36 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Derick Rethans [Mon, 11 Mar 2013 21:36:37 +0000 (21:36 +0000)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years ago- Updated to version 2013.2 (2013b)
Derick Rethans [Mon, 11 Mar 2013 21:36:36 +0000 (21:36 +0000)]
- Updated to version 2013.2 (2013b)

11 years agoFixed typos
Pascal Borreli [Mon, 11 Mar 2013 18:49:05 +0000 (18:49 +0000)]
Fixed typos

11 years agofixed the test
Anatol Belski [Mon, 11 Mar 2013 15:14:39 +0000 (16:14 +0100)]
fixed the test

11 years agoFixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT'])
Anatol Belski [Mon, 11 Mar 2013 15:04:37 +0000 (16:04 +0100)]
Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT'])

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Mon, 11 Mar 2013 07:16:47 +0000 (15:16 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoDisable zend_always_inline in debug build
Xinchen Hui [Mon, 11 Mar 2013 07:15:22 +0000 (15:15 +0800)]
Disable zend_always_inline in debug build

it will be much more easier for debuging

11 years agoAdding in NEWS/UPGRADING about process title change support.
Keyur Govande [Mon, 11 Mar 2013 00:20:57 +0000 (00:20 +0000)]
Adding in NEWS/UPGRADING about process title change support.

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5
Keyur Govande [Mon, 11 Mar 2013 00:05:49 +0000 (00:05 +0000)]
Merge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/push/php-src:
  Fix tests after laruence unserialize change
  Fix get_property_ptr_ptr declaration in simplexml
  Update NEWS
  Fixed confused exception message while user threw exception
  Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail)
  Fix date
  use NEWS only
  Fixed bug #61025 (__invoke() visibility not honored)

11 years agoFix tests after laruence unserialize change
Nikita Popov [Sat, 9 Mar 2013 19:21:33 +0000 (20:21 +0100)]
Fix tests after laruence unserialize change

11 years agoFix get_property_ptr_ptr declaration in simplexml
Nikita Popov [Sat, 9 Mar 2013 19:15:00 +0000 (20:15 +0100)]
Fix get_property_ptr_ptr declaration in simplexml

A new parameter was added to the API and simplexml wasn't adjusted,
thus causing crashes.

11 years agoUpdate NEWS
Xinchen Hui [Sat, 9 Mar 2013 15:11:48 +0000 (23:11 +0800)]
Update NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Sat, 9 Mar 2013 15:10:48 +0000 (23:10 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
ext/standard/var_unserializer.c

11 years agoFixed confused exception message while user threw exception
Xinchen Hui [Sat, 9 Mar 2013 15:08:14 +0000 (23:08 +0800)]
Fixed confused exception message while user threw exception

11 years agoFixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail)
Xinchen Hui [Sat, 9 Mar 2013 15:00:58 +0000 (23:00 +0800)]
Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail)

about the __sleep one, since php_serialize_* are all void function,
so,,only check exception at the very begining

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Sat, 9 Mar 2013 03:38:32 +0000 (11:38 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFix date
Xinchen Hui [Sat, 9 Mar 2013 03:37:41 +0000 (11:37 +0800)]
Fix date

11 years agouse NEWS only
David Soria Parra [Fri, 8 Mar 2013 10:12:35 +0000 (11:12 +0100)]
use NEWS only

11 years agoFixed bug #61025 (__invoke() visibility not honored)
Xinchen Hui [Fri, 8 Mar 2013 02:34:17 +0000 (10:34 +0800)]
Fixed bug #61025 (__invoke() visibility not honored)

11 years agoMerge branch 'pull-request/300' into PHP-5.5
Keyur Govande [Thu, 7 Mar 2013 23:51:37 +0000 (23:51 +0000)]
Merge branch 'pull-request/300' into PHP-5.5

* pull-request/300:
  Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)

11 years agoFix for https://bugs.php.net/bug.php?id=62649
Ralph Schindler [Tue, 5 Mar 2013 17:24:05 +0000 (11:24 -0600)]
Fix for https://bugs.php.net/bug.php?id=62649

11 years agoTypo fix: recieved to received
Carson McDonald [Thu, 7 Mar 2013 13:43:54 +0000 (08:43 -0500)]
Typo fix: recieved to received

11 years agoSupport for CLI process title (https://wiki.php.net/rfc/cli_process_title)
Keyur Govande [Thu, 7 Mar 2013 18:54:34 +0000 (18:54 +0000)]
Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)

A new commit into branch 5.5

11 years agoNews for next beta
David Soria Parra [Thu, 7 Mar 2013 11:14:48 +0000 (12:14 +0100)]
News for next beta

11 years agoDo another Alpha instead of Beta because of ZO+ RFC being voted on
David Soria Parra [Thu, 7 Mar 2013 11:14:26 +0000 (12:14 +0100)]
Do another Alpha instead of Beta because of ZO+ RFC being voted on

11 years agoadd tests into package
Xinchen Hui [Thu, 7 Mar 2013 06:53:22 +0000 (14:53 +0800)]
add tests into package

11 years agoAdd test script for #57 (segfaults in drupal7)
Xinchen Hui [Thu, 7 Mar 2013 04:19:30 +0000 (12:19 +0800)]
Add test script for #57 (segfaults in drupal7)

11 years agofixed memory leaks
Dmitry Stogov [Thu, 7 Mar 2013 04:13:58 +0000 (08:13 +0400)]
fixed memory leaks

11 years agoNEWS for the next beta
David Soria Parra [Wed, 6 Mar 2013 22:51:27 +0000 (23:51 +0100)]
NEWS for the next beta

11 years agoNEWS for PHP 5.5.0 Beta 1
David Soria Parra [Wed, 6 Mar 2013 21:39:54 +0000 (22:39 +0100)]
NEWS for PHP 5.5.0 Beta 1

11 years agoFixed Issue #57 (segfaults in drupal7)
Dmitry Stogov [Wed, 6 Mar 2013 18:32:21 +0000 (22:32 +0400)]
Fixed Issue #57 (segfaults in drupal7)

11 years agosimplified the previous fix for #64359
Anatol Belski [Wed, 6 Mar 2013 15:48:51 +0000 (16:48 +0100)]
simplified the previous fix for #64359

11 years agoFixed issue #58 (PHP-5.2 compatibility)
Dmitry Stogov [Wed, 6 Mar 2013 13:49:47 +0000 (17:49 +0400)]
Fixed issue #58 (PHP-5.2 compatibility)

11 years agoFixed bug #64359 strftime crash with VS2012
Anatol Belski [Wed, 6 Mar 2013 11:37:57 +0000 (12:37 +0100)]
Fixed bug #64359 strftime crash with VS2012

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 6 Mar 2013 08:45:26 +0000 (00:45 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix NEWS

11 years agofix NEWS
Stanislav Malyshev [Wed, 6 Mar 2013 08:44:43 +0000 (00:44 -0800)]
fix NEWS

11 years agoMerge branch 'master' of github.com:zend-dev/ZendOptimizerPlus
Dmitry Stogov [Wed, 6 Mar 2013 05:42:26 +0000 (09:42 +0400)]
Merge branch 'master' of github.com:zend-dev/ZendOptimizerPlus

11 years agoAllows exclusion of large files from being cached
Dmitry Stogov [Wed, 6 Mar 2013 05:41:59 +0000 (09:41 +0400)]
Allows exclusion of large files from being cached

11 years agoAdd maintainers inot package.xml
Xinchen Hui [Wed, 6 Mar 2013 03:22:20 +0000 (11:22 +0800)]
Add maintainers inot package.xml

otherwise, when doing release, pecl net will sync the maintianers info
form package.xml

11 years agofix ANSI C90 compat
Anatol Belski [Tue, 5 Mar 2013 19:24:58 +0000 (20:24 +0100)]
fix ANSI C90 compat

11 years agoFixed test
Dmitry Stogov [Tue, 5 Mar 2013 18:49:31 +0000 (22:49 +0400)]
Fixed test

11 years agoFixed uninitialized variable
Dmitry Stogov [Tue, 5 Mar 2013 11:46:21 +0000 (15:46 +0400)]
Fixed uninitialized variable

11 years agoFixed bug #64353 (Built-in classes can be unavailable with dynamic includes and Optim...
Dmitry Stogov [Tue, 5 Mar 2013 10:57:50 +0000 (14:57 +0400)]
Fixed bug #64353 (Built-in classes can be unavailable with dynamic includes and Optimizer+)

11 years agoskip if no IPv6 support
Xinchen Hui [Tue, 5 Mar 2013 09:18:13 +0000 (17:18 +0800)]
skip if no IPv6 support

11 years agoFix tests temporary
Xinchen Hui [Tue, 5 Mar 2013 08:56:00 +0000 (16:56 +0800)]
Fix tests temporary

seems IPV6_PKTINFO are not avaiable in some OS

11 years agoMerge branch 'master' of github.com:zend-dev/ZendOptimizerPlus
Dmitry Stogov [Tue, 5 Mar 2013 08:18:57 +0000 (12:18 +0400)]
Merge branch 'master' of github.com:zend-dev/ZendOptimizerPlus

11 years agoSave a stat() call by calling sapi_module.get_stat()
Dmitry Stogov [Tue, 5 Mar 2013 08:17:18 +0000 (12:17 +0400)]
Save a stat() call by calling sapi_module.get_stat()

11 years agoSkip test on Apple
Xinchen Hui [Tue, 5 Mar 2013 06:02:28 +0000 (14:02 +0800)]
Skip test on Apple

11 years agoRevert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze"
Xinchen Hui [Tue, 5 Mar 2013 05:58:20 +0000 (13:58 +0800)]
Revert "Fixed Bug #64340  (sockets tests failed) Patch by Reeze"

build break, will only leave the test script fix first

This reverts commit f2246f352fc01295c370728d68a9bcd2bb546652.

11 years agoFixed #54 (PECL install adds extension= instead of zend_extension= to php.ini)
Xinchen Hui [Tue, 5 Mar 2013 05:37:49 +0000 (13:37 +0800)]
Fixed #54 (PECL install adds extension= instead of zend_extension= to php.ini)

11 years agoMerge pull request #52 from laruence/master
Xinchen Hui [Mon, 4 Mar 2013 13:35:14 +0000 (05:35 -0800)]
Merge pull request #52 from laruence/master

update package.xml for releasing 7.0.0

11 years ago- fix path
Pierre Joye [Mon, 4 Mar 2013 13:14:09 +0000 (14:14 +0100)]
- fix path

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Pierre Joye [Mon, 4 Mar 2013 13:06:09 +0000 (14:06 +0100)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

11 years agorelease 7.0.0
Xinchen Hui [Mon, 4 Mar 2013 11:49:53 +0000 (19:49 +0800)]
release 7.0.0