]> granicus.if.org Git - php/log
php
17 years agoadd tests for ldap_dn2ufn()
Douglas Goldstein [Thu, 13 Dec 2007 18:00:27 +0000 (18:00 +0000)]
add tests for ldap_dn2ufn()

17 years agoexpand ldap_explode_dn() tests.
Douglas Goldstein [Thu, 13 Dec 2007 17:45:44 +0000 (17:45 +0000)]
expand ldap_explode_dn() tests.

17 years agoMFH: add new tests written by Felipe Pena
Antony Dovgal [Thu, 13 Dec 2007 13:51:15 +0000 (13:51 +0000)]
MFH: add new tests written by Felipe Pena

17 years agoAllowed import of global classes "use ::GlobalClassName;"
Dmitry Stogov [Thu, 13 Dec 2007 10:02:03 +0000 (10:02 +0000)]
Allowed import of global classes "use ::GlobalClassName;"

17 years agoAllowed multiple namespaces per file (Gregory)
Dmitry Stogov [Thu, 13 Dec 2007 08:57:52 +0000 (08:57 +0000)]
Allowed multiple namespaces per file (Gregory)

17 years agoFixed test
Dmitry Stogov [Thu, 13 Dec 2007 07:57:39 +0000 (07:57 +0000)]
Fixed test

17 years agoFixed bug #43580 (removed bogus declaration of a non-existent php_is_url()
Ilia Alshanetsky [Thu, 13 Dec 2007 00:25:38 +0000 (00:25 +0000)]
Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url()
function)

17 years agoMFH: add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly option)
Antony Dovgal [Wed, 12 Dec 2007 09:20:54 +0000 (09:20 +0000)]
MFH: add support for Valgrind 3.3.0 (which doesn't have --log-file-exactly option)

17 years ago- Nitpicking, using same code (without unicode handling) than in HEAD
David Coallier [Wed, 12 Dec 2007 03:29:31 +0000 (03:29 +0000)]
- Nitpicking, using same code (without unicode handling) than in HEAD
  just removed useless } else {

17 years ago- Unit test for bug #41528
David Coallier [Wed, 12 Dec 2007 00:34:06 +0000 (00:34 +0000)]
- Unit test for bug #41528
- Checking that when you serialize a class that extends to ArrayObject
  Is keeping it's properties.

17 years agoWS
Ilia Alshanetsky [Tue, 11 Dec 2007 18:30:01 +0000 (18:30 +0000)]
WS

17 years agoadd skipif case if the ldap extension is not loaded
Douglas Goldstein [Tue, 11 Dec 2007 17:36:03 +0000 (17:36 +0000)]
add skipif case if the ldap extension is not loaded

17 years agoAdding initial tests for LDAP module. Adding tests for ldap_explode_dn() function
Douglas Goldstein [Tue, 11 Dec 2007 17:19:47 +0000 (17:19 +0000)]
Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function

17 years agoMFH:- Revert previous patch, it was correct to do this, error is logged if logging...
Jani Taskinen [Tue, 11 Dec 2007 12:26:43 +0000 (12:26 +0000)]
MFH:- Revert previous patch, it was correct to do this, error is logged if logging is enabled

17 years agoMFH: fix error displaying
Jani Taskinen [Tue, 11 Dec 2007 11:29:09 +0000 (11:29 +0000)]
MFH: fix error displaying

17 years agoNew testcases for array_walk_recursive() function
Raghubansh Kumar [Tue, 11 Dec 2007 10:45:50 +0000 (10:45 +0000)]
New testcases for array_walk_recursive() function

17 years agoNew testcases for array_walk() function
Raghubansh Kumar [Tue, 11 Dec 2007 10:45:25 +0000 (10:45 +0000)]
New testcases for array_walk() function

17 years agoMFH: - Fixed bug #43541
Jani Taskinen [Tue, 11 Dec 2007 09:47:21 +0000 (09:47 +0000)]
MFH: - Fixed bug #43541

17 years agoNew testcases for array_merge_recursive() function
Raghubansh Kumar [Tue, 11 Dec 2007 09:07:41 +0000 (09:07 +0000)]
New testcases for array_merge_recursive() function

17 years agoSync with 5.2
Christopher Jones [Tue, 11 Dec 2007 06:57:39 +0000 (06:57 +0000)]
Sync with 5.2

17 years agoMFB: Fix #42496. Cursor leak fetching LOBs
Christopher Jones [Tue, 11 Dec 2007 06:46:16 +0000 (06:46 +0000)]
MFB: Fix #42496. Cursor leak fetching LOBs

17 years agoFixed bug #43522 (stream_get_line() eats additional characters)
Ilia Alshanetsky [Mon, 10 Dec 2007 14:16:58 +0000 (14:16 +0000)]
Fixed bug #43522 (stream_get_line() eats additional characters)

17 years ago- MFH: Fixed Bug #42272 (var_export() incorrectly escapes char(0)).
Derick Rethans [Sun, 9 Dec 2007 16:54:52 +0000 (16:54 +0000)]
- MFH: Fixed Bug #42272 (var_export() incorrectly escapes char(0)).

17 years agonew testcases for array_unique() function
Raghubansh Kumar [Sun, 9 Dec 2007 14:41:10 +0000 (14:41 +0000)]
new testcases for array_unique() function

17 years agoFixed bug #43344 (Wrong error message for undefined namespace constant)
Dmitry Stogov [Fri, 7 Dec 2007 17:11:24 +0000 (17:11 +0000)]
Fixed bug #43344 (Wrong error message for undefined namespace constant)

17 years agofix win build
Rob Richards [Fri, 7 Dec 2007 13:33:10 +0000 (13:33 +0000)]
fix win build

17 years ago- Fix for #41528 (Classes extending ArrayObject do not serialize correctly)
Marcus Boerger [Thu, 6 Dec 2007 16:04:17 +0000 (16:04 +0000)]
- Fix for #41528 (Classes extending ArrayObject do not serialize correctly)

17 years agoWS
Ilia Alshanetsky [Thu, 6 Dec 2007 15:23:36 +0000 (15:23 +0000)]
WS

17 years ago- More about 4.6
Marcus Boerger [Thu, 6 Dec 2007 14:01:49 +0000 (14:01 +0000)]
- More about 4.6

17 years ago Add db 4.6 to detect list
Marcus Boerger [Thu, 6 Dec 2007 13:53:38 +0000 (13:53 +0000)]
 Add db 4.6 to detect list

17 years agoFixed bug #43495 (array_merge_recursive() crashes with recursive arrays)
Ilia Alshanetsky [Wed, 5 Dec 2007 19:55:31 +0000 (19:55 +0000)]
Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays)

17 years ago- Fixing #38618 by:
Marcus Boerger [Wed, 5 Dec 2007 15:56:41 +0000 (15:56 +0000)]
- Fixing #38618 by:
- [DOC] ArrayIterator::CHILD_ARRAYS_ONLY, ArrayObject::CHILD_ARRAYS_ONLY
  Passing this flag in the ctor prevents ArrayIterator from following
  objects in ArrayObject::getIterator(), ArrayIterator::hasChildren(),
  ArrayIterator::getChildren().
  The exact behavior might change:
    - should the flag be set by default
    - should the flag be changed to have a negative effect

17 years ago- - Allow to check the out,exp and diff results on console while executing the tests
Marcus Boerger [Wed, 5 Dec 2007 14:54:08 +0000 (14:54 +0000)]
- - Allow to check the out,exp and diff results on console while executing the tests

17 years ago- Allow to specify php executable on commandline
Marcus Boerger [Wed, 5 Dec 2007 13:55:46 +0000 (13:55 +0000)]
- Allow to specify php executable on commandline

17 years agoMFH: starting with 2.6.30, standard libxml2 build can be used
Rob Richards [Tue, 4 Dec 2007 17:14:34 +0000 (17:14 +0000)]
MFH: starting with 2.6.30, standard libxml2 build can be used

17 years agoFixed test
Ilia Alshanetsky [Tue, 4 Dec 2007 13:03:39 +0000 (13:03 +0000)]
Fixed test

17 years agoFixed bug #43493 (pdo_pgsql does not send username on connect when password
Ilia Alshanetsky [Tue, 4 Dec 2007 13:03:26 +0000 (13:03 +0000)]
Fixed bug #43493 (pdo_pgsql does not send username on connect when password
is not available)

17 years agoFixed uninitialized value
Dmitry Stogov [Tue, 4 Dec 2007 12:38:42 +0000 (12:38 +0000)]
Fixed uninitialized value

17 years agoMFH: detect IBM iconv implementation and use correct encoding names
Antony Dovgal [Tue, 4 Dec 2007 11:27:25 +0000 (11:27 +0000)]
MFH: detect IBM iconv implementation and use correct encoding names

17 years agoMFH
Antony Dovgal [Tue, 4 Dec 2007 08:56:07 +0000 (08:56 +0000)]
MFH

17 years agoFixed crash because of uninitialized SG(sapi_headers).mimetype
Dmitry Stogov [Mon, 3 Dec 2007 16:04:36 +0000 (16:04 +0000)]
Fixed crash because of uninitialized SG(sapi_headers).mimetype

17 years ago- Updated to version 2007.10
Derick Rethans [Mon, 3 Dec 2007 15:16:32 +0000 (15:16 +0000)]
- Updated to version 2007.10

17 years agoFixed bug #43332 (self and parent as type hint in namespace)
Dmitry Stogov [Mon, 3 Dec 2007 14:15:43 +0000 (14:15 +0000)]
Fixed bug #43332 (self and parent as type hint in namespace)

17 years agoMFB: Fixed bug #43482 (array_pad() does not warn on very small pad
Ilia Alshanetsky [Mon, 3 Dec 2007 14:13:27 +0000 (14:13 +0000)]
MFB:  Fixed bug #43482 (array_pad() does not warn on very small pad
numbers).

17 years agofix tests : better float values
Raghubansh Kumar [Mon, 3 Dec 2007 13:03:31 +0000 (13:03 +0000)]
fix tests : better float values

17 years agoNew testcases for array_pad() function
Raghubansh Kumar [Mon, 3 Dec 2007 12:51:56 +0000 (12:51 +0000)]
New testcases for array_pad() function

17 years agofix tests: better float values
Raghubansh Kumar [Mon, 3 Dec 2007 12:02:29 +0000 (12:02 +0000)]
fix tests: better float values

17 years agoThe -f option is fixed to work in the same way as in CLI sapi
Dmitry Stogov [Mon, 3 Dec 2007 09:38:12 +0000 (09:38 +0000)]
The -f option is fixed to work in the same way as in CLI sapi

17 years agoNew testcases for array_chunk() function
Raghubansh Kumar [Mon, 3 Dec 2007 03:54:11 +0000 (03:54 +0000)]
New testcases for array_chunk() function

17 years agoFixed bug #43457 (Prepared statement with incorrect parms doens't
Ilia Alshanetsky [Sun, 2 Dec 2007 20:58:14 +0000 (20:58 +0000)]
Fixed bug #43457 (Prepared statement with incorrect parms doens't
throw exception with pdo_pgsql driver)

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

17 years agoMFH: fix folding
Antony Dovgal [Fri, 30 Nov 2007 13:15:59 +0000 (13:15 +0000)]
MFH: fix folding

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

17 years agoFixed tests
Ilia Alshanetsky [Wed, 28 Nov 2007 14:49:20 +0000 (14:49 +0000)]
Fixed tests

17 years agoMFH: Fix bug #43364 (recursive xincludes don't remove internal nodes properly)
Rob Richards [Wed, 28 Nov 2007 10:44:21 +0000 (10:44 +0000)]
MFH: Fix bug #43364 (recursive xincludes don't remove internal nodes properly)
add test

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

17 years agoFixed bug #43373 (pcntl_fork() should not raise E_ERROR on error)
Ilia Alshanetsky [Tue, 27 Nov 2007 17:13:18 +0000 (17:13 +0000)]
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:17:07 +0000 (15:17 +0000)]
New testcases for array_combine() function

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

17 years agofix test
Antony Dovgal [Tue, 27 Nov 2007 11:14:33 +0000 (11:14 +0000)]
fix test

17 years agofix test
Antony Dovgal [Tue, 27 Nov 2007 06:44:16 +0000 (06:44 +0000)]
fix test

17 years agoRevert addition of - char support for bound param names
Ilia Alshanetsky [Mon, 26 Nov 2007 21:09:50 +0000 (21:09 +0000)]
Revert addition of - char support for bound param names

17 years agoMFH: No zval is stored here
Jani Taskinen [Mon, 26 Nov 2007 16:34:30 +0000 (16:34 +0000)]
MFH: No zval is stored here

17 years agoMFH:- Fixed bug #43365 (Several enums have trailing commas)
Jani Taskinen [Mon, 26 Nov 2007 10:59:04 +0000 (10:59 +0000)]
MFH:- Fixed bug #43365 (Several enums have trailing commas)

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

17 years ago- MFH
Lukas Smith [Sat, 24 Nov 2007 13:55:27 +0000 (13:55 +0000)]
- MFH

17 years agofix proto
Stanislav Malyshev [Fri, 23 Nov 2007 19:48:56 +0000 (19:48 +0000)]
fix proto

17 years agoFix incorrect use of assignment in where equality was intended - class tests.
Robert Nicholson [Fri, 23 Nov 2007 15:36:41 +0000 (15:36 +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:03:03 +0000 (15:03 +0000)]
Fixed compilation on Windows

17 years agoFixed definitions
Dmitry Stogov [Fri, 23 Nov 2007 13:38:32 +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:41 +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:21 +0000 (13:25 +0000)]
- Add another LSB test

17 years ago*** empty log message ***
Dmitry Stogov [Fri, 23 Nov 2007 11:31:22 +0000 (11:31 +0000)]
*** empty log message ***

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

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

17 years ago- MFH
Lukas Smith [Thu, 22 Nov 2007 18:13:05 +0000 (18:13 +0000)]
- MFH

17 years agoFixed test
Dmitry Stogov [Thu, 22 Nov 2007 13:33:36 +0000 (13:33 +0000)]
Fixed test

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

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

17 years ago- MFH: Fixed weights array, which was broken with:
Derick Rethans [Thu, 22 Nov 2007 10:20:09 +0000 (10:20 +0000)]
- MFH: 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
  and merged to head with:
  http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5&r2=1.70.2.7.2.5.2.1

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:02:55 +0000 (09:02 +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:59:05 +0000 (08:59 +0000)]
- port from todo wiki to reST (http://wiki.pooteeweet.org/ReleaseChecklist)

17 years agoFixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch
Ilia Alshanetsky [Thu, 22 Nov 2007 00:17:28 +0000 (00:17 +0000)]
Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch
by andy at petdance dot com

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

17 years agoMacro definitions are moved to zend.h
Dmitry Stogov [Wed, 21 Nov 2007 14:55:41 +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:13 +0000 (12:28 +0000)]
Safe exit from executor()

17 years agoMFH: chown bug test
Jani Taskinen [Wed, 21 Nov 2007 11:32:16 +0000 (11:32 +0000)]
MFH: chown bug test

17 years agoMFH: fix crash bug in chown when 2nd parameter != string or int
Jani Taskinen [Wed, 21 Nov 2007 11:30:29 +0000 (11:30 +0000)]
MFH: fix crash bug in chown when 2nd parameter != string or int

17 years agoMFH: - Add support for optional values
Hannes Magnusson [Wed, 21 Nov 2007 10:24:22 +0000 (10:24 +0000)]
MFH: - Add support for optional values
MFH: - Add support for = as seperator

17 years ago- MFH Improved version of ternary shortcut (Marcus)
Johannes Schlüter [Wed, 21 Nov 2007 09:41:35 +0000 (09:41 +0000)]
- MFH Improved version of ternary shortcut (Marcus)

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

17 years agoMissing bla...credit :)
Jani Taskinen [Wed, 21 Nov 2007 05:44:34 +0000 (05:44 +0000)]
Missing bla...credit :)

17 years agoFix NEWS file
Johannes Schlüter [Wed, 21 Nov 2007 00:03:59 +0000 (00:03 +0000)]
Fix NEWS file

17 years ago- MFH ?: operator (Marcus)
Johannes Schlüter [Wed, 21 Nov 2007 00:03:16 +0000 (00:03 +0000)]
- MFH ?: operator (Marcus)
  [DOC] "expr1 ?: expr1" is a shortcut for: "expr1 ? expr1 : expr2" as
        exists in gcc and discussed some time back. Note that this is not
        an implementation ifsetor($var, default). While ifsetor would not
        generate any message for non existing variables or array indices
        the ternary shortcut does. Also the ternary shortcut does a boolean
        evaluation rather then checking for isset(). That way ther ternary
        shortcut can work on any expression while ifsetor can only work on
        variables. Also to be silent one has do do: "@$expr1 ?: $expr2".

17 years agoAdjusted fix for bug #42978
Ilia Alshanetsky [Tue, 20 Nov 2007 23:12:17 +0000 (23:12 +0000)]
Adjusted fix for bug #42978

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

17 years agoWin32 still fails to build ...
Lars Westermann [Tue, 20 Nov 2007 21:36:20 +0000 (21:36 +0000)]
Win32 still fails to build ...

17 years agoMFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC]
Johannes Schlüter [Tue, 20 Nov 2007 21:25:10 +0000 (21:25 +0000)]
MFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC]

17 years agoWin32 fails to build
Lars Westermann [Tue, 20 Nov 2007 19:58:39 +0000 (19:58 +0000)]
Win32 fails to build

17 years agoMFH: add ZEND_DEBUG_BUILD constant
Jani Taskinen [Tue, 20 Nov 2007 16:34:25 +0000 (16:34 +0000)]
MFH: add ZEND_DEBUG_BUILD constant