]> granicus.if.org Git - php/log
php
14 years ago- Fixed ReflectionClass::isTrait() checking (to not identify abstract class as Trait)
Felipe Pena [Sat, 29 May 2010 22:08:51 +0000 (22:08 +0000)]
- Fixed ReflectionClass::isTrait() checking (to not identify abstract class as Trait)

14 years agofix commit 299383
Jérôme Loyet [Sat, 29 May 2010 22:00:43 +0000 (22:00 +0000)]
fix commit 299383

14 years ago- Missing Trait check fix
Felipe Pena [Sat, 29 May 2010 21:55:19 +0000 (21:55 +0000)]
- Missing Trait check fix

14 years ago- Fixed wrong abstract class identification (it was identified as a Trait)
Felipe Pena [Sat, 29 May 2010 21:48:56 +0000 (21:48 +0000)]
- Fixed wrong abstract class identification (it was identified as a Trait)

14 years ago- Add some folding marks
Johannes Schlüter [Sat, 29 May 2010 21:28:24 +0000 (21:28 +0000)]
- Add some folding marks

14 years ago- Make reflection aware of traits
Johannes Schlüter [Sat, 29 May 2010 20:40:58 +0000 (20:40 +0000)]
- Make reflection aware of traits

14 years ago- Fix tests
Johannes Schlüter [Sat, 29 May 2010 20:34:25 +0000 (20:34 +0000)]
- Fix tests

14 years ago- A method called like a trait is no constructor
Johannes Schlüter [Sat, 29 May 2010 20:01:08 +0000 (20:01 +0000)]
- A method called like a trait is no constructor

14 years agotypo (thx to Brian P. Mercer)
Jérôme Loyet [Sat, 29 May 2010 10:39:35 +0000 (10:39 +0000)]
typo (thx to Brian P. Mercer)

14 years agoFixed bug #50976 (Soap headers Authorization not allowed)
Dmitry Stogov [Fri, 28 May 2010 12:18:03 +0000 (12:18 +0000)]
Fixed bug #50976 (Soap headers Authorization not allowed)

14 years agoFixed bug #50762 (in WSDL mode Soap Header handler function only being called if...
Dmitry Stogov [Fri, 28 May 2010 10:52:16 +0000 (10:52 +0000)]
Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL). (mephius at gmail dot com)

14 years agoFixed compiler warning (pointer mismatch)
Kalle Sommer Nielsen [Thu, 27 May 2010 23:24:06 +0000 (23:24 +0000)]
Fixed compiler warning (pointer mismatch)

14 years agoThese files talk about PHP 3, flex, CVS, ... interesting to archeologists only
Johannes Schlüter [Thu, 27 May 2010 23:12:44 +0000 (23:12 +0000)]
These files talk about PHP 3, flex, CVS, ... interesting to archeologists only

14 years agoUpdate EXTENSIONS file
Johannes Schlüter [Thu, 27 May 2010 23:08:39 +0000 (23:08 +0000)]
Update EXTENSIONS file

14 years agoUpdate credits
Johannes Schlüter [Thu, 27 May 2010 22:51:28 +0000 (22:51 +0000)]
Update credits

14 years agoMake the credits script more verbose
Johannes Schlüter [Thu, 27 May 2010 22:50:31 +0000 (22:50 +0000)]
Make the credits script more verbose

14 years agobug: include paths were not evaluated to to full path
Jérôme Loyet [Thu, 27 May 2010 22:31:28 +0000 (22:31 +0000)]
bug: include paths were not evaluated to to full path

14 years agotypo
Jérôme Loyet [Thu, 27 May 2010 20:59:21 +0000 (20:59 +0000)]
typo

14 years agoOpen server bug: mysqlnd works around it, libmysql fails. Let's skip because MySQL...
Ulf Wendel [Thu, 27 May 2010 13:01:17 +0000 (13:01 +0000)]
Open server bug: mysqlnd works around it, libmysql fails. Let's skip because MySQL Server version tests are tricky and error prone.

14 years agoCheck before use, because mysqlnd can return NULL
Andrey Hristov [Thu, 27 May 2010 12:44:10 +0000 (12:44 +0000)]
Check before use, because mysqlnd can return NULL
and this will crash. However, this can happen only in case of OOM.

14 years agoDon't use NULL pointer, always check before use
Andrey Hristov [Thu, 27 May 2010 12:39:12 +0000 (12:39 +0000)]
Don't use NULL pointer, always check before use

14 years agoTest fixes and updates to work with a wider range of MySQL server configs
Ulf Wendel [Thu, 27 May 2010 12:09:39 +0000 (12:09 +0000)]
Test fixes and updates to work with a wider range of MySQL server configs

14 years agoFix possible crashes, in case of OOM, due to half-baken
Andrey Hristov [Thu, 27 May 2010 12:05:02 +0000 (12:05 +0000)]
Fix possible crashes, in case of OOM, due to half-baken
objects.

14 years agoFix crashes in the allocator in case of OOM.
Andrey Hristov [Thu, 27 May 2010 12:00:48 +0000 (12:00 +0000)]
Fix crashes in the allocator in case of OOM.

14 years agoFix deallocation which can crash if the object is half-baken.
Andrey Hristov [Thu, 27 May 2010 08:51:46 +0000 (08:51 +0000)]
Fix deallocation which can crash if the object is half-baken.
Happens during OOM.

14 years agoRemove unused variable
Pierrick Charron [Wed, 26 May 2010 16:17:15 +0000 (16:17 +0000)]
Remove unused variable

14 years agoConditional compilation is replaced by macro
Dmitry Stogov [Wed, 26 May 2010 15:42:59 +0000 (15:42 +0000)]
Conditional compilation is replaced by macro

14 years agoDon't use conn->net without checking if it is NULL, because
Andrey Hristov [Wed, 26 May 2010 13:47:43 +0000 (13:47 +0000)]
Don't use conn->net without checking if it is NULL, because
it can be NULL in OOM conditions. This would cause a crash.

14 years agoFix test
Andrey Hristov [Wed, 26 May 2010 13:36:49 +0000 (13:36 +0000)]
Fix test

14 years agoRemove a function that has no usage. The zval cache was disabled/removed
Andrey Hristov [Wed, 26 May 2010 13:30:19 +0000 (13:30 +0000)]
Remove a function that has no usage. The zval cache was disabled/removed
in 5.3.0-RC3.

14 years agoFixed test
Ilia Alshanetsky [Wed, 26 May 2010 11:00:05 +0000 (11:00 +0000)]
Fixed test

14 years agoAdd checks to check the underlying pointer in the resource.
Andrey Hristov [Wed, 26 May 2010 07:28:43 +0000 (07:28 +0000)]
Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated
anymore, which means that NULL will be used consequently by the
functions that fetch the resource and the crash is immediate.

14 years agoAdded support for object references in recursive serialize() calls. FR #36424
Michael Wallner [Wed, 26 May 2010 07:24:37 +0000 (07:24 +0000)]
Added support for object references in recursive serialize() calls. FR #36424

14 years ago- Fixed bug #51899 (Parse error in parse_ini_file() function when empy value followed...
Felipe Pena [Wed, 26 May 2010 02:18:17 +0000 (02:18 +0000)]
- Fixed bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline)

14 years ago- Fixed bug #51905 (ReflectionParameter fails if default value is an array with an...
Felipe Pena [Wed, 26 May 2010 00:00:58 +0000 (00:00 +0000)]
- Fixed bug #51905 (ReflectionParameter fails if default value is an array with an access to self::)

14 years agoHandle the situation when MYSQLND_PROTOCOL's methods return NULL.
Andrey Hristov [Tue, 25 May 2010 23:18:13 +0000 (23:18 +0000)]
Handle the situation when MYSQLND_PROTOCOL's methods return NULL.
mysqlnd should not crash but gracefully return with an error.

14 years agoHandle the situation when mysql_init()/mysqlnd_init()
Andrey Hristov [Tue, 25 May 2010 22:55:10 +0000 (22:55 +0000)]
Handle the situation when mysql_init()/mysqlnd_init()
return NULL. It is a rare case of OOM but PHP shouldn't crash, if possible.

14 years ago- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant...
Felipe Pena [Tue, 25 May 2010 22:46:17 +0000 (22:46 +0000)]
- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array)

14 years agoGracefully handle OOM in mysqlnd_stmt_init. Release the handle
Andrey Hristov [Tue, 25 May 2010 22:42:25 +0000 (22:42 +0000)]
Gracefully handle OOM in mysqlnd_stmt_init. Release the handle
and return NULL.

14 years agoInit should return status value because initialization can fail.
Andrey Hristov [Tue, 25 May 2010 22:40:47 +0000 (22:40 +0000)]
Init should return status value because initialization can fail.
In this case mysqlnd_init() should return NULL to the end-user.

14 years agoUse the specialized macro for this case
Andrey Hristov [Tue, 25 May 2010 22:38:11 +0000 (22:38 +0000)]
Use the specialized macro for this case

14 years agoUse only memory that has been allocated
Andrey Hristov [Tue, 25 May 2010 22:36:33 +0000 (22:36 +0000)]
Use only memory that has been allocated

14 years agoAccess memory which was really allocated
Andrey Hristov [Tue, 25 May 2010 22:34:47 +0000 (22:34 +0000)]
Access memory which was really allocated

14 years agoFix shared build
Andrey Hristov [Tue, 25 May 2010 21:54:21 +0000 (21:54 +0000)]
Fix shared build

14 years agofix zend_std_get_static_property() in ZTS mode
Antony Dovgal [Tue, 25 May 2010 20:16:14 +0000 (20:16 +0000)]
fix zend_std_get_static_property() in ZTS mode

14 years agouse correct condition in the if
Antony Dovgal [Tue, 25 May 2010 19:19:45 +0000 (19:19 +0000)]
use correct condition in the if

14 years agoHandle OOM in the code that generates PS Execute requests
Andrey Hristov [Tue, 25 May 2010 19:19:29 +0000 (19:19 +0000)]
Handle OOM in the code that generates PS Execute requests
to the server. Fixes crashes in case of OOM.

14 years agoFix metadata duplicatin which wasn't crash-safe in case of OOM.
Andrey Hristov [Tue, 25 May 2010 18:14:37 +0000 (18:14 +0000)]
Fix metadata duplicatin which wasn't crash-safe in case of OOM.

14 years agoFixed compatibility with "Run Time Cache" patch
Dmitry Stogov [Tue, 25 May 2010 11:38:48 +0000 (11:38 +0000)]
Fixed compatibility with "Run Time Cache" patch

14 years ago- Interned string related callbacks moved turned from compiler_globals into real...
Dmitry Stogov [Tue, 25 May 2010 09:00:20 +0000 (09:00 +0000)]
- Interned string related callbacks moved turned from compiler_globals into real globals
- Updated API version number

14 years agoChanged test case to use our new dummy MX records.
Martin Jansen [Tue, 25 May 2010 05:01:03 +0000 (05:01 +0000)]
Changed test case to use our new dummy MX records.

14 years agofix C++ builds on Mac
Stanislav Malyshev [Tue, 25 May 2010 01:25:51 +0000 (01:25 +0000)]
fix C++ builds on Mac

14 years agoCheck for -1 as well here
Rasmus Lerdorf [Mon, 24 May 2010 23:52:11 +0000 (23:52 +0000)]
Check for -1 as well here

14 years agoLet's have a sane error message here instead of some cryptic zlib error
Rasmus Lerdorf [Mon, 24 May 2010 23:27:39 +0000 (23:27 +0000)]
Let's have a sane error message here instead of some cryptic zlib error

14 years agoImproved test
Ilia Alshanetsky [Mon, 24 May 2010 20:04:12 +0000 (20:04 +0000)]
Improved test

14 years agoFixed tests
Ilia Alshanetsky [Mon, 24 May 2010 18:52:36 +0000 (18:52 +0000)]
Fixed tests

14 years agoAdded support for numeric & scalar type hint as defined within
Ilia Alshanetsky [Mon, 24 May 2010 18:32:59 +0000 (18:32 +0000)]
Added support for numeric & scalar type hint as defined within
http://wiki.php.net/rfc/typecheckingstrictandweak RFC

14 years agoFixed ZTS build
Dmitry Stogov [Mon, 24 May 2010 17:07:52 +0000 (17:07 +0000)]
Fixed ZTS build

14 years agoFixed exception handling in GOTO VM
Dmitry Stogov [Mon, 24 May 2010 14:46:31 +0000 (14:46 +0000)]
Fixed exception handling in GOTO VM

14 years agoAdded caches to eliminate repeatable run-time bindings of functions, classes, constan...
Dmitry Stogov [Mon, 24 May 2010 14:11:39 +0000 (14:11 +0000)]
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties

14 years agoAllow ereg to be built as shared on Windows
Kalle Sommer Nielsen [Mon, 24 May 2010 07:44:00 +0000 (07:44 +0000)]
Allow ereg to be built as shared on Windows

## I know that we may remove ereg in trunk, but since the core doesn't depend on
## ereg, then I don't see any reason not to allow this

14 years agoAllow arbitrary number of space characters between type-hint and method/function...
Ilia Alshanetsky [Sun, 23 May 2010 18:09:32 +0000 (18:09 +0000)]
Allow arbitrary number of space characters between type-hint and method/function parameter

14 years agoOoops, return values...
Sara Golemon [Fri, 21 May 2010 23:29:34 +0000 (23:29 +0000)]
Ooops, return values...

14 years agoAdd JSON_BIGINT_AS_STRING for json_decode() to parse large numbers
Sara Golemon [Fri, 21 May 2010 22:59:58 +0000 (22:59 +0000)]
Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers
as strings rather than casting to double and loosing precision.

14 years agoCheck set->data for validity before using it.
Andrey Hristov [Fri, 21 May 2010 13:37:18 +0000 (13:37 +0000)]
Check set->data for validity before using it.
Prevents crashes after OOM.

14 years agoWhen OOM hits the wire, don't crash.
Andrey Hristov [Fri, 21 May 2010 13:06:52 +0000 (13:06 +0000)]
When OOM hits the wire, don't crash.

14 years agoFix for Bug #51870
Andrey Hristov [Fri, 21 May 2010 11:09:28 +0000 (11:09 +0000)]
Fix for Bug #51870
PDO::fetchAll after a PDO::execute with bindings lead to a segv.

It is only in unreleased code and thus doesn't deserve a NEWS entry

14 years agoRemove this RC file, it should be named template.rc anyway and the default template...
Kalle Sommer Nielsen [Fri, 21 May 2010 09:01:00 +0000 (09:01 +0000)]
Remove this RC file, it should be named template.rc anyway and the default template.rc already covers what this .rc file did

14 years agoFixed tests
Ilia Alshanetsky [Thu, 20 May 2010 22:53:38 +0000 (22:53 +0000)]
Fixed tests

14 years ago- Improved CLI Interactive readline shell (Johannes)
Johannes Schlüter [Thu, 20 May 2010 20:55:33 +0000 (20:55 +0000)]
- Improved CLI Interactive readline shell (Johannes)
  . Added cli.pager ini setting to set a pager for output.
  . Added cli.prompt ini settingto configure the shell prompt.
  . Added shortcut #inisetting=value to change ini settings at run-time.
  . Don't terminate shell on fatal errors.

A pager can be a an shell command which will receive the command output on its
STDIN channel

php > #cli.pager=less
php > phpinfo();
(output will appear in the pager)
php > #cli.pager=grep -i readline
php > phpcredits();
Readline => Thies C. Arntzen
php > #cli.pager=
(output appears again direct on the terminal)

A prompt can contain a few escape sequences like

php > #cli.prompt=\e[032m\v \e[031m\b \e[34m\> \e[0m
5.3.99-dev php > //Colorful prompt with version number

A prompt can also contaian PHP code in backticks

php > #cli.prompt=`echo gethostname();` \b \>
guybrush php >

14 years agoFixed a memory leak
Ilia Alshanetsky [Thu, 20 May 2010 20:17:49 +0000 (20:17 +0000)]
Fixed a memory leak

14 years agoAdded support for JSON_NUMERIC_CHECK option in json_encode() that converts
Ilia Alshanetsky [Thu, 20 May 2010 19:37:52 +0000 (19:37 +0000)]
Added support for JSON_NUMERIC_CHECK option in json_encode() that converts
numeric strings to integers.

14 years ago- Added scalar typehinting.
Derick Rethans [Thu, 20 May 2010 19:18:35 +0000 (19:18 +0000)]
- Added scalar typehinting.

14 years agoNew current()/next() test
Christopher Jones [Thu, 20 May 2010 17:55:58 +0000 (17:55 +0000)]
New current()/next() test

14 years ago- Added arginfo
Felipe Pena [Thu, 20 May 2010 17:28:16 +0000 (17:28 +0000)]
- Added arginfo

14 years agofix ZTS build
Antony Dovgal [Thu, 20 May 2010 11:20:44 +0000 (11:20 +0000)]
fix ZTS build

14 years ago- Fixed name.
Derick Rethans [Wed, 19 May 2010 20:20:10 +0000 (20:20 +0000)]
- Fixed name.

14 years agochange the startup libevent info log from notice to debug
Jérôme Loyet [Wed, 19 May 2010 20:12:56 +0000 (20:12 +0000)]
change the startup libevent info log from notice to debug

14 years agofix undefined value for log_level when not set in the conf file
Jérôme Loyet [Wed, 19 May 2010 20:11:56 +0000 (20:11 +0000)]
fix undefined value for log_level when not set in the conf file

14 years agoAdd parameter to openssl_(en|de)crypt
Sara Golemon [Wed, 19 May 2010 20:05:09 +0000 (20:05 +0000)]
Add  parameter to openssl_(en|de)crypt

14 years ago- set hard and soft limit (instead of only the soft limit) when setting rlimit_core...
Jérôme Loyet [Wed, 19 May 2010 18:37:25 +0000 (18:37 +0000)]
- set hard and soft limit (instead of only the soft limit) when setting rlimit_core or rlimit_files
- remove the debug log about getrlimit on the main process wich is meaningless when rlmit_* settings are set

14 years ago- #51821, fix --with-libevent-dir (patch by tony2001)
Jérôme Loyet [Wed, 19 May 2010 11:29:31 +0000 (11:29 +0000)]
- #51821, fix --with-libevent-dir (patch by tony2001)

14 years ago* fixed bug #47842 sscanf() does not support 64-bit values
Michael Wallner [Wed, 19 May 2010 11:28:08 +0000 (11:28 +0000)]
* fixed bug #47842      sscanf() does not support 64-bit values

14 years ago- #51854, fix logic (patch by Tjerk)
Pierre Joye [Tue, 18 May 2010 19:39:39 +0000 (19:39 +0000)]
- #51854, fix logic (patch by Tjerk)

14 years agoAnd I thought I fixed that...
Andrey Hristov [Tue, 18 May 2010 16:35:17 +0000 (16:35 +0000)]
And I thought I fixed that...
Part of the previous changeset - remove duplicated code/
The ifdefs were for debug purposes.

14 years agoFix comment
Andrey Hristov [Tue, 18 May 2010 15:02:50 +0000 (15:02 +0000)]
Fix comment

14 years ago- #51793, Add alpha argument to imagecolorset
Pierre Joye [Tue, 18 May 2010 12:38:57 +0000 (12:38 +0000)]
- #51793, Add alpha argument to imagecolorset

14 years agoNEWS entry
Andrey Hristov [Tue, 18 May 2010 12:01:15 +0000 (12:01 +0000)]
NEWS entry

14 years agoRemove duplicated code.
Andrey Hristov [Tue, 18 May 2010 11:50:31 +0000 (11:50 +0000)]
Remove duplicated code.
Use one centralized functions for data extraction.

14 years agoUpdate test file
Andrey Hristov [Tue, 18 May 2010 11:36:54 +0000 (11:36 +0000)]
Update test file

14 years agoAdd iterator to mysqli_result. Works both for :
Andrey Hristov [Tue, 18 May 2010 10:39:26 +0000 (10:39 +0000)]
Add iterator to mysqli_result. Works both for :
- USE_RESULT, can be iterated only once, kind of forward iterator
- STORE_RESULT, can be iterated multiple times

14 years ago* fixed bug #49819: STDOUT losing data with posix_isatty()
Michael Wallner [Tue, 18 May 2010 07:25:29 +0000 (07:25 +0000)]
* fixed bug #49819: STDOUT losing data with posix_isatty()

14 years ago- #43233, sasl support for ldap on windows
Pierre Joye [Mon, 17 May 2010 20:09:42 +0000 (20:09 +0000)]
- #43233, sasl support for ldap on windows

14 years ago- #51844, checkdnsrr does not support types other than MX
Pierre Joye [Mon, 17 May 2010 18:55:35 +0000 (18:55 +0000)]
- #51844, checkdnsrr does not support types other than MX

14 years agoFixed a possible crash because of recursive GC invocation
Dmitry Stogov [Mon, 17 May 2010 07:50:33 +0000 (07:50 +0000)]
Fixed a possible crash because of recursive GC invocation

14 years agotypo
Rasmus Lerdorf [Sat, 15 May 2010 15:37:57 +0000 (15:37 +0000)]
typo

14 years ago- Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong...
Felipe Pena [Fri, 14 May 2010 23:48:03 +0000 (23:48 +0000)]
- Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)

14 years agoresult_meta local storage
Andrey Hristov [Fri, 14 May 2010 16:42:17 +0000 (16:42 +0000)]
result_meta local storage

14 years agofix external build
Antony Dovgal [Fri, 14 May 2010 15:22:38 +0000 (15:22 +0000)]
fix external build

14 years agoAllow overloading of mysqlnd_result_meta_init().
Andrey Hristov [Fri, 14 May 2010 15:11:56 +0000 (15:11 +0000)]
Allow overloading of mysqlnd_result_meta_init().
Add free space for future hooks.