]> granicus.if.org Git - php/log
php
17 years agoChangeLog update
<changelog@php.net> [Sun, 2 Dec 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).
Derick Rethans [Sat, 1 Dec 2007 17:19:46 +0000 (17:19 +0000)]
- Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB).

17 years agoChangeLog update
<changelog@php.net> [Sat, 1 Dec 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix folding, move protos to the top of the sources
Antony Dovgal [Fri, 30 Nov 2007 13:15:38 +0000 (13:15 +0000)]
fix folding, move protos to the top of the sources

17 years agoChangeLog update
<changelog@php.net> [Fri, 30 Nov 2007 01:31:31 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix build
Antony Dovgal [Thu, 29 Nov 2007 21:23:59 +0000 (21:23 +0000)]
fix build

17 years ago- Fixed a segfault when reading from an HTTP stream.
Derick Rethans [Thu, 29 Nov 2007 12:27:49 +0000 (12:27 +0000)]
- Fixed a segfault when reading from an HTTP stream.

17 years agoChangeLog update
<changelog@php.net> [Thu, 29 Nov 2007 01:31:36 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed tests
Ilia Alshanetsky [Wed, 28 Nov 2007 14:50:03 +0000 (14:50 +0000)]
MFB: Fixed tests

17 years agoFix bug #43364 (recursive xincludes don't remove internal nodes properly)
Rob Richards [Wed, 28 Nov 2007 10:43:02 +0000 (10:43 +0000)]
Fix bug #43364 (recursive xincludes don't remove internal nodes properly)

17 years agoMarked with defect
Raghubansh Kumar [Wed, 28 Nov 2007 03:46:25 +0000 (03:46 +0000)]
Marked with defect

17 years agoChangeLog update
<changelog@php.net> [Wed, 28 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years agodocbook based spec docs
Wez Furlong [Tue, 27 Nov 2007 19:33:10 +0000 (19:33 +0000)]
docbook based spec docs

17 years agotest commit mail
Wez Furlong [Tue, 27 Nov 2007 19:05:38 +0000 (19:05 +0000)]
test commit mail

17 years agoThis commit was generated by cvs2svn to compensate for changes in r247182,
Wez Furlong [Tue, 27 Nov 2007 19:01:26 +0000 (19:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r247182,
which included commits to RCS files with non-trunk default branches.

17 years agoMFB: Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error)
Ilia Alshanetsky [Tue, 27 Nov 2007 17:13:31 +0000 (17:13 +0000)]
MFB: Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error)

17 years agoNew testcases for array_combine() function
Raghubansh Kumar [Tue, 27 Nov 2007 15:15:23 +0000 (15:15 +0000)]
New testcases for array_combine() function

17 years agoNew testcases for array_sum() function
Raghubansh Kumar [Tue, 27 Nov 2007 14:57:55 +0000 (14:57 +0000)]
New testcases for array_sum() function

17 years agoChangeLog update
<changelog@php.net> [Tue, 27 Nov 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Revert addition of - char support for bound param names
Ilia Alshanetsky [Mon, 26 Nov 2007 21:10:18 +0000 (21:10 +0000)]
MFB: Revert addition of - char support for bound param names

17 years ago- No zval is stored here
Jani Taskinen [Mon, 26 Nov 2007 16:34:07 +0000 (16:34 +0000)]
- No zval is stored here

17 years ago - Fixed bug #43365 (Several enums have trailing commas)
Jani Taskinen [Mon, 26 Nov 2007 10:58:28 +0000 (10:58 +0000)]
 - Fixed bug #43365 (Several enums have trailing commas)

17 years agoChangeLog update
<changelog@php.net> [Mon, 26 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB : Fixed bug #43386 (array_globals not reset to 0 properly on init)
Ilia Alshanetsky [Sun, 25 Nov 2007 15:56:58 +0000 (15:56 +0000)]
MFB : Fixed bug #43386 (array_globals not reset to 0 properly on init)

17 years agoadd helper phars for test
Greg Beaver [Sun, 25 Nov 2007 05:25:04 +0000 (05:25 +0000)]
add helper phars for test

17 years agonew test to verify signature algo parsing works
Greg Beaver [Sun, 25 Nov 2007 05:24:50 +0000 (05:24 +0000)]
new test to verify signature algo parsing works

17 years agonew test for dir iteration (covers some code missing in gcov tests)
Greg Beaver [Sun, 25 Nov 2007 05:15:50 +0000 (05:15 +0000)]
new test for dir iteration (covers some code missing in gcov tests)

17 years agofix errors found in delMetaData(), add get/delMetaData() to MetaData read test
Greg Beaver [Sun, 25 Nov 2007 05:04:40 +0000 (05:04 +0000)]
fix errors found in delMetaData(), add get/delMetaData() to MetaData read test

17 years agonew test for Phar::getModified()
Greg Beaver [Sun, 25 Nov 2007 04:54:36 +0000 (04:54 +0000)]
new test for Phar::getModified()

17 years agonew test for no signature
Greg Beaver [Sun, 25 Nov 2007 04:52:49 +0000 (04:52 +0000)]
new test for no signature

17 years agofix test expected output
Greg Beaver [Sun, 25 Nov 2007 04:49:53 +0000 (04:49 +0000)]
fix test expected output

17 years agoMFB fix to test
Greg Beaver [Sun, 25 Nov 2007 04:48:14 +0000 (04:48 +0000)]
MFB fix to test

17 years agoadd new tests for Phar::getSupportedCompression
Greg Beaver [Sun, 25 Nov 2007 04:43:01 +0000 (04:43 +0000)]
add new tests for Phar::getSupportedCompression

17 years agoChangeLog update
<changelog@php.net> [Sun, 25 Nov 2007 01:31:33 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- fixed unexpected emphasis in reST parsing due to use of *
Lukas Smith [Sat, 24 Nov 2007 13:55:20 +0000 (13:55 +0000)]
- fixed unexpected emphasis in reST parsing due to use of *

17 years ago- 5.2 is only for bug fixes
Lukas Smith [Sat, 24 Nov 2007 13:52:19 +0000 (13:52 +0000)]
- 5.2 is only for bug fixes
- emphasis should be made with enclosing with ** and not with _

17 years agopreliminary work on using gnupg to verify/create signatures - no implementation,...
Greg Beaver [Sat, 24 Nov 2007 04:30:08 +0000 (04:30 +0000)]
preliminary work on using gnupg to verify/create signatures - no implementation, just phpinfo() output and build rules

17 years agoWS (spaces instead of tabs)
Greg Beaver [Sat, 24 Nov 2007 04:09:01 +0000 (04:09 +0000)]
WS (spaces instead of tabs)

17 years agoexperimental support for optional bz2 extension - should make windows users a whole...
Greg Beaver [Sat, 24 Nov 2007 04:07:07 +0000 (04:07 +0000)]
experimental support for optional bz2 extension - should make windows users a whole lot happier (forgot w32)

17 years agoexperimental support for optional bz2 extension - should make windows users a whole...
Greg Beaver [Sat, 24 Nov 2007 04:06:44 +0000 (04:06 +0000)]
experimental support for optional bz2 extension - should make windows users a whole lot happier

17 years agoChangeLog update
<changelog@php.net> [Sat, 24 Nov 2007 01:31:37 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Improve make pharcmd
Marcus Boerger [Fri, 23 Nov 2007 16:44:04 +0000 (16:44 +0000)]
- Improve make pharcmd
- Add -b to pack and stub-set commands of phar.phar

17 years agoFix incorrect use of assignment in where equality was intended - class tests.
Robert Nicholson [Fri, 23 Nov 2007 15:34:04 +0000 (15:34 +0000)]
Fix incorrect use of assignment in where equality was intended - class tests.

17 years agoFixed compilation on Windows
Dmitry Stogov [Fri, 23 Nov 2007 15:02:50 +0000 (15:02 +0000)]
Fixed compilation on Windows

17 years ago- WS
Marcus Boerger [Fri, 23 Nov 2007 13:50:20 +0000 (13:50 +0000)]
- WS

17 years agoFixed definitions
Dmitry Stogov [Fri, 23 Nov 2007 13:38:44 +0000 (13:38 +0000)]
Fixed definitions

17 years ago# My editor somehow likes to convert to UTF-8
Marcus Boerger [Fri, 23 Nov 2007 13:27:18 +0000 (13:27 +0000)]
# My editor somehow likes to convert to UTF-8

17 years ago- Add another LSB test
Marcus Boerger [Fri, 23 Nov 2007 13:25:35 +0000 (13:25 +0000)]
- Add another LSB test

17 years agoFixed bug #42952 (soap cache file is created with insecure permissions)
Dmitry Stogov [Fri, 23 Nov 2007 10:02:53 +0000 (10:02 +0000)]
Fixed bug #42952 (soap cache file is created with insecure permissions)

17 years agoMFB fixes to phar.phar
Greg Beaver [Fri, 23 Nov 2007 05:51:59 +0000 (05:51 +0000)]
MFB fixes to phar.phar

17 years agoChangeLog update
<changelog@php.net> [Fri, 23 Nov 2007 01:31:35 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone)
Ilia Alshanetsky [Fri, 23 Nov 2007 00:15:37 +0000 (00:15 +0000)]
MFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone)

17 years ago- adapted to reST format
Lukas Smith [Thu, 22 Nov 2007 18:12:07 +0000 (18:12 +0000)]
- adapted to reST format
- added 5_3 branch
- added note about getting confirmation from RM on significant changes

17 years agoFixed bug #43128 (Very long class name causes segfault)
Dmitry Stogov [Thu, 22 Nov 2007 13:33:53 +0000 (13:33 +0000)]
Fixed bug #43128 (Very long class name causes segfault)

17 years agoFixed bug #43318
Dmitry Stogov [Thu, 22 Nov 2007 10:46:44 +0000 (10:46 +0000)]
Fixed bug #43318
The "const" statement is still allowed outside of namespaces but arrays are disabled.

17 years ago- Fixed weights array, which was broken with:
Derick Rethans [Thu, 22 Nov 2007 10:18:30 +0000 (10:18 +0000)]
- Fixed weights array, which was broken with:
  http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.80&r2=1.81

17 years agoSpeed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calculating...
Dmitry Stogov [Thu, 22 Nov 2007 09:03:11 +0000 (09:03 +0000)]
Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calculating hash values at compile time.

17 years ago- port from todo wiki to reST (http://wiki.pooteeweet.org/ReleaseChecklist)
Lukas Smith [Thu, 22 Nov 2007 08:58:32 +0000 (08:58 +0000)]
- port from todo wiki to reST (http://wiki.pooteeweet.org/ReleaseChecklist)

17 years agoMFB fixes for tests
Greg Beaver [Thu, 22 Nov 2007 05:47:28 +0000 (05:47 +0000)]
MFB fixes for tests

17 years agoChangeLog update
<changelog@php.net> [Thu, 22 Nov 2007 01:32:49 +0000 (01:32 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval)
Ilia Alshanetsky [Thu, 22 Nov 2007 00:20:40 +0000 (00:20 +0000)]
MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval)

17 years agoAdd some more pcre tests
Robert Nicholson [Wed, 21 Nov 2007 18:23:02 +0000 (18:23 +0000)]
Add some more pcre tests

17 years agoMacro definitions are moved to zend.h
Dmitry Stogov [Wed, 21 Nov 2007 14:55:51 +0000 (14:55 +0000)]
Macro definitions are moved to zend.h

17 years agoSafe exit from executor()
Dmitry Stogov [Wed, 21 Nov 2007 12:28:30 +0000 (12:28 +0000)]
Safe exit from executor()

17 years ago- Added test for chown bug
Jani Taskinen [Wed, 21 Nov 2007 11:31:49 +0000 (11:31 +0000)]
- Added test for chown bug

17 years ago- Fix crash when chown() 2nd parameter is something else than integer or string
Jani Taskinen [Wed, 21 Nov 2007 11:28:26 +0000 (11:28 +0000)]
- Fix crash when chown() 2nd parameter is something else than integer or string

17 years ago- Improve test
Johannes Schlüter [Wed, 21 Nov 2007 09:38:32 +0000 (09:38 +0000)]
- Improve test

17 years ago- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail
Jani Taskinen [Wed, 21 Nov 2007 08:20:11 +0000 (08:20 +0000)]
- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail

17 years agofix #42866, from Claudio Cherubino
Stanislav Malyshev [Wed, 21 Nov 2007 02:27:07 +0000 (02:27 +0000)]
fix #42866, from Claudio Cherubino

17 years agotest for 42866
Stanislav Malyshev [Wed, 21 Nov 2007 02:24:47 +0000 (02:24 +0000)]
test for 42866

17 years agoChangeLog update
<changelog@php.net> [Wed, 21 Nov 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Add test
Johannes Schlüter [Tue, 20 Nov 2007 23:56:45 +0000 (23:56 +0000)]
- Add test

17 years agorevert previous pdo patch
Ilia Alshanetsky [Tue, 20 Nov 2007 23:27:56 +0000 (23:27 +0000)]
revert previous pdo patch

17 years ago- Add support for optional values
Hannes Magnusson [Tue, 20 Nov 2007 22:42:47 +0000 (22:42 +0000)]
- Add support for optional values
- Add support for = as seperator

17 years agoAdd stream_supports_lock() function (Benjamin Schulz)
Johannes Schlüter [Tue, 20 Nov 2007 22:16:20 +0000 (22:16 +0000)]
Add stream_supports_lock() function (Benjamin Schulz)

17 years ago- Fix build
Johannes Schlüter [Tue, 20 Nov 2007 21:45:52 +0000 (21:45 +0000)]
- Fix build

17 years agoAdd msg_queue_exists() function (Benjamin Schulz)
Johannes Schlüter [Tue, 20 Nov 2007 21:24:35 +0000 (21:24 +0000)]
Add msg_queue_exists() function (Benjamin Schulz)

17 years agodead code
Dmitry Stogov [Tue, 20 Nov 2007 19:12:01 +0000 (19:12 +0000)]
dead code

17 years ago- Added ZEND_DEBUG_BUILD constant
Jani Taskinen [Tue, 20 Nov 2007 16:34:08 +0000 (16:34 +0000)]
- Added ZEND_DEBUG_BUILD constant

17 years ago- Add phar.phar to package
Marcus Boerger [Tue, 20 Nov 2007 15:55:37 +0000 (15:55 +0000)]
- Add phar.phar to package

17 years agoMFB: Fixed bug #42978 (mismatch between number of bound params and values
Ilia Alshanetsky [Tue, 20 Nov 2007 14:22:40 +0000 (14:22 +0000)]
MFB: Fixed bug #42978 (mismatch between number of bound params and values
causes a crash in pdo_pgsql)

17 years agoOptimization of zend_do_fcall_common_helper()
Dmitry Stogov [Tue, 20 Nov 2007 13:53:37 +0000 (13:53 +0000)]
Optimization of zend_do_fcall_common_helper()

17 years agomath and comparison optimization
Dmitry Stogov [Tue, 20 Nov 2007 13:26:08 +0000 (13:26 +0000)]
math and comparison optimization

17 years agoZEND_FETCH_DIM optimization
Dmitry Stogov [Tue, 20 Nov 2007 11:01:48 +0000 (11:01 +0000)]
ZEND_FETCH_DIM optimization

17 years agoFixed compilation on some systems (Wez)
Dmitry Stogov [Tue, 20 Nov 2007 10:19:27 +0000 (10:19 +0000)]
Fixed compilation on some systems (Wez)

17 years agoFixed bug #43136 (possible crash on script execution timeout. The EG(function_state_p...
Dmitry Stogov [Tue, 20 Nov 2007 09:51:44 +0000 (09:51 +0000)]
Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)

17 years agoAdded support for "namespace::" prefix that is resolved to current namespace name.
Dmitry Stogov [Tue, 20 Nov 2007 08:53:17 +0000 (08:53 +0000)]
Added support for "namespace::" prefix that is resolved to current namespace name.

17 years agofix faulty logic on verification of phar
Greg Beaver [Tue, 20 Nov 2007 05:34:35 +0000 (05:34 +0000)]
fix faulty logic on verification of phar

17 years agoChangeLog update
<changelog@php.net> [Tue, 20 Nov 2007 01:31:32 +0000 (01:31 +0000)]
ChangeLog update

17 years agomuch better fix for the problem of phar://c:\path\to\blah.phar
Greg Beaver [Mon, 19 Nov 2007 23:10:05 +0000 (23:10 +0000)]
much better fix for the problem of phar://c:\path\to\blah.phar

don't use php_parse_url() at all, and always unixify paths on copied strings.
our modification was modifying the zval original string, so a user would pass in
phar://c:\path\to\blah.phar

and their string would change to phar://c:/path/to/blah.phar - bad.

Now using

include 'phar://' . __FILE__ . '/index.php';

works on both unix and windows seamlessly, as well as $a = new Phar(__FILE__)

for use in the loader stub

17 years agofixed SIGSEGV in chgrp()
Dmitry Stogov [Mon, 19 Nov 2007 15:55:48 +0000 (15:55 +0000)]
fixed SIGSEGV in chgrp()

17 years agoMFB 'L' size support
Ilia Alshanetsky [Mon, 19 Nov 2007 13:57:02 +0000 (13:57 +0000)]
MFB 'L' size support

17 years agofix test broken by Sara's commit
Antony Dovgal [Mon, 19 Nov 2007 11:12:21 +0000 (11:12 +0000)]
fix test broken by Sara's commit

17 years agoFixed tests
Dmitry Stogov [Mon, 19 Nov 2007 08:21:58 +0000 (08:21 +0000)]
Fixed tests

17 years agoChangeLog update
<changelog@php.net> [Mon, 19 Nov 2007 01:31:30 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Initialize the reserved resource bits so that they can be reliably used.
Derick Rethans [Sun, 18 Nov 2007 21:29:29 +0000 (21:29 +0000)]
- Initialize the reserved resource bits so that they can be reliably used.

17 years agoRemoved duplicate case. (Thanks Hannes)
Ilia Alshanetsky [Sun, 18 Nov 2007 16:51:11 +0000 (16:51 +0000)]
Removed duplicate case. (Thanks Hannes)

17 years agoMFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types)
Ilia Alshanetsky [Sun, 18 Nov 2007 14:20:28 +0000 (14:20 +0000)]
MFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types)

17 years agoChangeLog update
<changelog@php.net> [Sun, 18 Nov 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years agoRemove extraneous space in error/notice messages (felipe)
Sara Golemon [Sat, 17 Nov 2007 21:51:40 +0000 (21:51 +0000)]
Remove extraneous space in error/notice messages (felipe)