]> granicus.if.org Git - php/log
php
18 years agoFixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)
Dmitry Stogov [Fri, 3 Mar 2006 09:20:51 +0000 (09:20 +0000)]
Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)

18 years agoZTS fix
Dmitry Stogov [Fri, 3 Mar 2006 08:50:25 +0000 (08:50 +0000)]
ZTS fix

18 years ago- MF51: Fixed bug #36599 (DATE_W3C format constant incorrect)
Derick Rethans [Fri, 3 Mar 2006 07:54:36 +0000 (07:54 +0000)]
- MF51: Fixed bug #36599 (DATE_W3C format constant incorrect)

18 years agoChangeLog update
<changelog@php.net> [Fri, 3 Mar 2006 06:31:48 +0000 (06:31 +0000)]
ChangeLog update

18 years agoFix ucwords() to use full case mapping.
Andrei Zmievski [Thu, 2 Mar 2006 23:12:33 +0000 (23:12 +0000)]
Fix ucwords() to use full case mapping.

# Note that this is different from i18n_strtotitle() which uses
# locale-aware word break iterator. The difference is seen here:
#
# $a = "pouvez-vous";
# var_dump(ucwords($a));
# var_dump(i18n_strtotitle($a));
#
# Outputs:
#
# unicode(11) "Pouvez-vous"
# unicode(11) "Pouvez-Vous"
#

18 years ago- Store min/max timestamp of entries while building manifest and use max
Marcus Boerger [Thu, 2 Mar 2006 22:44:39 +0000 (22:44 +0000)]
- Store min/max timestamp of entries while building manifest and use max
  value for a/c/m-time of dirirectory stats.

18 years agoShould use word break iteration instead of title, as title one has been
Andrei Zmievski [Thu, 2 Mar 2006 20:40:45 +0000 (20:40 +0000)]
Should use word break iteration instead of title, as title one has been
deprecated since Unicode 3.2>

18 years ago- Update protos for Unicode-upgraded functions
Andrei Zmievski [Thu, 2 Mar 2006 20:37:07 +0000 (20:37 +0000)]
- Update protos for Unicode-upgraded functions
- Also fix ucfirst() to use full case mapping, so that ß (sharp s)
  maps to 'SS' for example

18 years agoFixed bug #36388 (ext/soap crashes when throwing exception and session persistence...
Dmitry Stogov [Thu, 2 Mar 2006 14:08:04 +0000 (14:08 +0000)]
Fixed bug #36388 (ext/soap crashes when throwing exception and session persistence). (David)

18 years agoNuke int32_t (everywhere except streams layer) and signed/unsigned warnings
Dmitry Stogov [Thu, 2 Mar 2006 13:12:45 +0000 (13:12 +0000)]
Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings

18 years agoChangeLog update
<changelog@php.net> [Thu, 2 Mar 2006 06:31:46 +0000 (06:31 +0000)]
ChangeLog update

18 years ago- Use object handler get in the same way as the rest of the engine does
Marcus Boerger [Thu, 2 Mar 2006 00:40:19 +0000 (00:40 +0000)]
- Use object handler get in the same way as the rest of the engine does

18 years agoadd safe_mode num of parameter check
Yasuo Ohgaki [Thu, 2 Mar 2006 00:34:28 +0000 (00:34 +0000)]
add safe_mode num of parameter check

18 years agoMFB51: Remove no longer needed check (checked at a higher level now).
Ilia Alshanetsky [Wed, 1 Mar 2006 18:37:25 +0000 (18:37 +0000)]
MFB51: Remove no longer needed check (checked at a higher level now).

18 years ago- Fix test
Marcus Boerger [Wed, 1 Mar 2006 17:20:28 +0000 (17:20 +0000)]
- Fix test

18 years agoUnicode support: zstr union
Dmitry Stogov [Wed, 1 Mar 2006 16:27:47 +0000 (16:27 +0000)]
Unicode support: zstr union

18 years ago- Must use return as in 5.1 after recursion
Marcus Boerger [Wed, 1 Mar 2006 16:18:35 +0000 (16:18 +0000)]
- Must use return as in 5.1 after recursion

18 years ago- Fix string conversion issues
Marcus Boerger [Wed, 1 Mar 2006 16:15:40 +0000 (16:15 +0000)]
- Fix string conversion issues

18 years ago- Constants need to be updated too (when updating class constants)
Marcus Boerger [Wed, 1 Mar 2006 16:15:15 +0000 (16:15 +0000)]
- Constants need to be updated too (when updating class constants)

18 years ago- Fix warning
Marcus Boerger [Wed, 1 Mar 2006 16:14:37 +0000 (16:14 +0000)]
- Fix warning

18 years agonuke tests for libxml2 version - will always be > 2.6.0
Rob Richards [Wed, 1 Mar 2006 15:36:34 +0000 (15:36 +0000)]
nuke tests for libxml2 version - will always be > 2.6.0

18 years ago64-bit fixes - ("make test" now works again on these platforms)
Rob Richards [Wed, 1 Mar 2006 11:19:35 +0000 (11:19 +0000)]
64-bit fixes - ("make test" now works again on these platforms)

18 years agoChangeLog update
<changelog@php.net> [Wed, 1 Mar 2006 06:31:45 +0000 (06:31 +0000)]
ChangeLog update

18 years agoFixed compilation on FreeBSD with gcc-3.2
Dmitry Stogov [Tue, 28 Feb 2006 18:34:58 +0000 (18:34 +0000)]
Fixed compilation on FreeBSD with gcc-3.2

18 years ago- Make Derick happy for the moment
Marcus Boerger [Tue, 28 Feb 2006 18:26:24 +0000 (18:26 +0000)]
- Make Derick happy for the moment

18 years ago- If (SEEK_CUR,0) means an illegal seek we return -1 to denote the error
Marcus Boerger [Tue, 28 Feb 2006 18:00:03 +0000 (18:00 +0000)]
- If (SEEK_CUR,0) means an illegal seek we return -1 to denote the error

18 years agoParsers for previous patch
Ilia Alshanetsky [Tue, 28 Feb 2006 14:46:29 +0000 (14:46 +0000)]
Parsers for previous patch

18 years agoMFB51: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which
Ilia Alshanetsky [Tue, 28 Feb 2006 14:45:52 +0000 (14:45 +0000)]
MFB51: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which
contains \r\n).

18 years ago- Need to set eof flag when inner stream has eof condition
Marcus Boerger [Tue, 28 Feb 2006 14:44:23 +0000 (14:44 +0000)]
- Need to set eof flag when inner stream has eof condition

18 years ago- Fix the fix
Marcus Boerger [Tue, 28 Feb 2006 13:07:19 +0000 (13:07 +0000)]
- Fix the fix

18 years ago- Fix dependency checks
Marcus Boerger [Tue, 28 Feb 2006 12:25:43 +0000 (12:25 +0000)]
- Fix dependency checks

18 years ago- Cleanup
Marcus Boerger [Tue, 28 Feb 2006 12:06:54 +0000 (12:06 +0000)]
- Cleanup

18 years agoChangeLog update
<changelog@php.net> [Tue, 28 Feb 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update

18 years ago- Fix reflection info
Marcus Boerger [Tue, 28 Feb 2006 01:57:00 +0000 (01:57 +0000)]
- Fix reflection info

18 years ago- This dtor is actually always needed
Marcus Boerger [Tue, 28 Feb 2006 01:45:28 +0000 (01:45 +0000)]
- This dtor is actually always needed

18 years ago- Add OO interface to handling phar archieves and entries
Marcus Boerger [Tue, 28 Feb 2006 01:36:30 +0000 (01:36 +0000)]
- Add OO interface to handling phar archieves and entries
- Add support for HEAD
- Cleanup

18 years ago- Fix issues withhandling of derived info classes as entries
Marcus Boerger [Mon, 27 Feb 2006 22:31:07 +0000 (22:31 +0000)]
- Fix issues withhandling of derived info classes as entries

18 years ago- Fixed bug #36510 (strtotime string with tabs - changed behaviour).
Derick Rethans [Mon, 27 Feb 2006 19:39:21 +0000 (19:39 +0000)]
- Fixed bug #36510 (strtotime string with tabs - changed behaviour).

18 years ago- Extend struct to allow inherited c classes hookk their own info there
Marcus Boerger [Mon, 27 Feb 2006 18:15:29 +0000 (18:15 +0000)]
- Extend struct to allow inherited c classes hookk their own info there

18 years ago- Fix count/foreach interaction
Marcus Boerger [Mon, 27 Feb 2006 13:32:25 +0000 (13:32 +0000)]
- Fix count/foreach interaction

18 years ago- MFB
Marcus Boerger [Mon, 27 Feb 2006 11:55:23 +0000 (11:55 +0000)]
- MFB

18 years ago- Add .cvsignore
Johannes Schlüter [Mon, 27 Feb 2006 11:37:02 +0000 (11:37 +0000)]
- Add .cvsignore

18 years agoChangeLog update
<changelog@php.net> [Mon, 27 Feb 2006 06:32:01 +0000 (06:32 +0000)]
ChangeLog update

18 years agoMFB51: Revert previous fix to allow for a more comprehensive patch from Derick.
Ilia Alshanetsky [Sun, 26 Feb 2006 22:15:22 +0000 (22:15 +0000)]
MFB51: Revert previous fix to allow for a more comprehensive patch from Derick.

18 years agoFixed file
Ilia Alshanetsky [Sun, 26 Feb 2006 17:07:33 +0000 (17:07 +0000)]
Fixed file

18 years agoMFB51: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).
Ilia Alshanetsky [Sun, 26 Feb 2006 17:07:17 +0000 (17:07 +0000)]
MFB51: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).

18 years ago- Fix test
Marcus Boerger [Sun, 26 Feb 2006 16:40:01 +0000 (16:40 +0000)]
- Fix test

18 years ago- Missing conversion
Marcus Boerger [Sun, 26 Feb 2006 16:12:21 +0000 (16:12 +0000)]
- Missing conversion

18 years ago- Use get_property_ptr_ptr handler to prevent SEGV as in bug #35785
Marcus Boerger [Sun, 26 Feb 2006 15:48:28 +0000 (15:48 +0000)]
- Use get_property_ptr_ptr handler to prevent SEGV as in bug #35785
# Issue not completley solved though

18 years ago- Add another write case
Marcus Boerger [Sun, 26 Feb 2006 13:37:54 +0000 (13:37 +0000)]
- Add another write case

18 years ago- Add unicode results
Marcus Boerger [Sun, 26 Feb 2006 12:26:31 +0000 (12:26 +0000)]
- Add unicode results

18 years ago- Unicode support
Marcus Boerger [Sun, 26 Feb 2006 12:00:39 +0000 (12:00 +0000)]
- Unicode support

18 years agoUnicode support: MS Visual C compatibility
Dmitry Stogov [Sun, 26 Feb 2006 11:57:14 +0000 (11:57 +0000)]
Unicode support: MS Visual C compatibility

18 years agoUnicode support
Dmitry Stogov [Sun, 26 Feb 2006 07:23:33 +0000 (07:23 +0000)]
Unicode support

18 years agoChangeLog update
<changelog@php.net> [Sun, 26 Feb 2006 06:31:46 +0000 (06:31 +0000)]
ChangeLog update

18 years ago- Added ability to add elements by index if such elements already exist
Marcus Boerger [Sat, 25 Feb 2006 23:41:06 +0000 (23:41 +0000)]
- Added ability to add elements by index if such elements already exist
- Added SimpleXMLElement::getName() to access the node name
# This allows to retrieve the name of the root element which is otherwise
# only available by converting the sxe object into a dom object.

18 years agoBinary safety patch from Moriyoshi
Rasmus Lerdorf [Sat, 25 Feb 2006 21:30:32 +0000 (21:30 +0000)]
Binary safety patch from Moriyoshi

18 years ago- deprecated belongs in the flag area, not in the keyword area
Marcus Boerger [Sat, 25 Feb 2006 18:05:16 +0000 (18:05 +0000)]
- deprecated belongs in the flag area, not in the keyword area

18 years ago- Deprecation severity shall be E_STRICT (as commented by ilia)
Marcus Boerger [Sat, 25 Feb 2006 17:43:12 +0000 (17:43 +0000)]
- Deprecation severity shall be E_STRICT (as commented by ilia)
# Actually this conforms with other messages

18 years agoChangeLog update
<changelog@php.net> [Sat, 25 Feb 2006 06:31:48 +0000 (06:31 +0000)]
ChangeLog update

18 years ago- Fix description
Johannes Schlüter [Fri, 24 Feb 2006 23:25:39 +0000 (23:25 +0000)]
- Fix description

18 years ago- We need %v here
Johannes Schlüter [Fri, 24 Feb 2006 23:10:53 +0000 (23:10 +0000)]
- We need %v here

18 years ago- Fix #29986 (Class constants won't work with predefined constants when
Johannes Schlüter [Fri, 24 Feb 2006 23:08:36 +0000 (23:08 +0000)]
- Fix #29986 (Class constants won't work with predefined constants when
  using ReflectionClass)

18 years ago- Fixed issue with iconv_mime_decode where the "encoding" would only allow
Derick Rethans [Fri, 24 Feb 2006 16:04:55 +0000 (16:04 +0000)]
- Fixed issue with iconv_mime_decode where the "encoding" would only allow
  upper case specifiers.
#- See RFC 2047, section 2.

18 years ago- s/FETCH_PROPSLATE/FETCH_PROPS_LATE/ as per IRC discussion
Marcus Boerger [Fri, 24 Feb 2006 16:04:13 +0000 (16:04 +0000)]
- s/FETCH_PROPSLATE/FETCH_PROPS_LATE/ as per IRC discussion

18 years ago- Add FETCH_PROPSLATE: fetch props after calling ctor
Marcus Boerger [Fri, 24 Feb 2006 15:56:03 +0000 (15:56 +0000)]
- Add FETCH_PROPSLATE: fetch props after calling ctor
# Fixes bug #36428

18 years ago- Add ability to add new nodes via properties
Marcus Boerger [Fri, 24 Feb 2006 15:49:13 +0000 (15:49 +0000)]
- Add ability to add new nodes via properties

18 years ago- deprecated not static
Johannes Schlüter [Fri, 24 Feb 2006 13:44:46 +0000 (13:44 +0000)]
- deprecated not static

18 years ago- Fix warning
Marcus Boerger [Fri, 24 Feb 2006 13:37:20 +0000 (13:37 +0000)]
- Fix warning

18 years ago- Add deprecation function/function alias macros
Marcus Boerger [Fri, 24 Feb 2006 13:30:21 +0000 (13:30 +0000)]
- Add deprecation function/function alias macros

18 years ago- Add macros to mark functions/alias functions as deprecated
Marcus Boerger [Fri, 24 Feb 2006 13:29:54 +0000 (13:29 +0000)]
- Add macros to mark functions/alias functions as deprecated
  (mentioned by Sara and obviously neccessary)
- Fix function/method flag error detection logic

18 years ago- Functions can be deprecated too
Marcus Boerger [Fri, 24 Feb 2006 13:13:55 +0000 (13:13 +0000)]
- Functions can be deprecated too
- Add missing constant

18 years ago- MF51: fix crash in DOMImplementation::createDocumentType("name:")
Michael Wallner [Fri, 24 Feb 2006 10:24:43 +0000 (10:24 +0000)]
- MF51: fix crash in DOMImplementation::createDocumentType("name:")

18 years ago- Added support for exif date format
Derick Rethans [Fri, 24 Feb 2006 09:43:30 +0000 (09:43 +0000)]
- Added support for exif date format
- Fixed bug #36396 (strtotime() fails to parse dates in dd-mm-yyyy format).

18 years agoChangeLog update
<changelog@php.net> [Fri, 24 Feb 2006 06:31:51 +0000 (06:31 +0000)]
ChangeLog update

18 years ago- Disable mbregex support until someone finds a way to reenable the
Marcus Boerger [Thu, 23 Feb 2006 20:15:36 +0000 (20:15 +0000)]
- Disable mbregex support until someone finds a way to reenable the
  required engine stuff
- Fix build

18 years agoMFB51: Fixed bug #35900 (stream_select() should warning when tv_sec is
Ilia Alshanetsky [Thu, 23 Feb 2006 18:28:37 +0000 (18:28 +0000)]
MFB51: Fixed bug #35900 (stream_select() should warning when tv_sec is
negative).

18 years ago*** empty log message ***
Andrei Zmievski [Thu, 23 Feb 2006 18:06:36 +0000 (18:06 +0000)]
*** empty log message ***

18 years agoFix a bug where the default value for function argument could be an
Andrei Zmievski [Thu, 23 Feb 2006 18:06:04 +0000 (18:06 +0000)]
Fix a bug where the default value for function argument could be an
array with array (!) keys.

18 years agoChangeLog update
<changelog@php.net> [Thu, 23 Feb 2006 06:32:01 +0000 (06:32 +0000)]
ChangeLog update

18 years agofixed bug #35594 for all systems. "optind = 0" doesn't work on FreeBSD, but "optind...
Brian France [Thu, 23 Feb 2006 03:48:30 +0000 (03:48 +0000)]
fixed bug #35594 for all systems.  "optind = 0" doesn't work on FreeBSD, but "optind = 1" seems to work on all systems (bug #36091)

18 years agoMFB51: Added test for bug #36434
Ilia Alshanetsky [Wed, 22 Feb 2006 15:45:45 +0000 (15:45 +0000)]
MFB51: Added test for bug #36434

18 years agoUnicode support: fixed serialization of "Serializable"
Dmitry Stogov [Wed, 22 Feb 2006 14:20:54 +0000 (14:20 +0000)]
Unicode support: fixed serialization of "Serializable"

18 years agoUnicode support: fixed serealization of "Serializable" and "IncompleteClass"
Dmitry Stogov [Wed, 22 Feb 2006 13:47:40 +0000 (13:47 +0000)]
Unicode support: fixed serealization of "Serializable" and "IncompleteClass"

18 years agoUnicode support: fixed GLOBALS protection
Dmitry Stogov [Wed, 22 Feb 2006 13:10:32 +0000 (13:10 +0000)]
Unicode support: fixed GLOBALS protection

18 years agofixed test file
Dmitry Stogov [Wed, 22 Feb 2006 12:24:02 +0000 (12:24 +0000)]
fixed test file

18 years agoFixed test file
Dmitry Stogov [Wed, 22 Feb 2006 12:22:07 +0000 (12:22 +0000)]
Fixed test file

18 years agoUnicode support
Dmitry Stogov [Wed, 22 Feb 2006 12:02:44 +0000 (12:02 +0000)]
Unicode support

18 years agoFixed test file
Dmitry Stogov [Wed, 22 Feb 2006 11:44:37 +0000 (11:44 +0000)]
Fixed test file

18 years agoUnicode support: fixed __toString() in user defined exceptions
Dmitry Stogov [Wed, 22 Feb 2006 11:38:32 +0000 (11:38 +0000)]
Unicode support: fixed __toString() in user defined exceptions

18 years agoUnicode support
Dmitry Stogov [Wed, 22 Feb 2006 11:37:11 +0000 (11:37 +0000)]
Unicode support

18 years agoUnicode support: fixed check for class type hint
Dmitry Stogov [Wed, 22 Feb 2006 10:56:52 +0000 (10:56 +0000)]
Unicode support: fixed check for class type hint

18 years agoUnicode support: fixed internal constants usage and get_defined_constants()
Dmitry Stogov [Wed, 22 Feb 2006 10:02:15 +0000 (10:02 +0000)]
Unicode support: fixed internal constants usage and get_defined_constants()

18 years agoUnicode support: fixed check for direct call to __clone()
Dmitry Stogov [Wed, 22 Feb 2006 09:03:26 +0000 (09:03 +0000)]
Unicode support: fixed check for direct call to __clone()

18 years agoUnicode support: fixed call_user_func(array($this, "self::foo"))
Dmitry Stogov [Wed, 22 Feb 2006 08:54:02 +0000 (08:54 +0000)]
Unicode support: fixed call_user_func(array($this, "self::foo"))
Made check for "self/parent" before calling __autoload()

18 years agofix ext/wddx build
Antony Dovgal [Wed, 22 Feb 2006 07:25:09 +0000 (07:25 +0000)]
fix ext/wddx build

18 years agoChangeLog update
<changelog@php.net> [Wed, 22 Feb 2006 06:31:55 +0000 (06:31 +0000)]
ChangeLog update

18 years ago- 2006 now
Marcus Boerger [Tue, 21 Feb 2006 23:21:53 +0000 (23:21 +0000)]
- 2006 now

18 years ago- Print deprecation info on reflection export
Johannes Schlüter [Tue, 21 Feb 2006 21:42:54 +0000 (21:42 +0000)]
- Print deprecation info on reflection export

18 years agoFix whitespace.
Sebastian Bergmann [Tue, 21 Feb 2006 21:38:28 +0000 (21:38 +0000)]
Fix whitespace.