]> granicus.if.org Git - php/log
php
18 years agoMove temporary local storage of primary file's realpath up one block to ensure it...
Sara Golemon [Thu, 9 Mar 2006 20:31:58 +0000 (20:31 +0000)]
Move temporary local storage of primary file's realpath up one block to ensure it stays on the stack.

18 years ago- Add new test
Marcus Boerger [Thu, 9 Mar 2006 20:00:47 +0000 (20:00 +0000)]
- Add new test

18 years agoMake spl_register_std_class() and spl_register_sub_class() available outside of SPL...
Sebastian Bergmann [Thu, 9 Mar 2006 11:44:05 +0000 (11:44 +0000)]
Make spl_register_std_class() and spl_register_sub_class() available outside of SPL, for instance in SPL_Types.

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

18 years ago- Fix a bunch of issues, now the classname and the properties of objects
Marcus Boerger [Wed, 8 Mar 2006 23:37:41 +0000 (23:37 +0000)]
- Fix a bunch of issues, now the classname and the properties of objects
  are shown correctly (though standard object handlers are assumed and
  tested for)

18 years ago- Automatic tsrm key fetching
Marcus Boerger [Wed, 8 Mar 2006 22:38:32 +0000 (22:38 +0000)]
- Automatic tsrm key fetching

18 years ago- Automatic TSRM/ZTS detection
Marcus Boerger [Wed, 8 Mar 2006 22:15:52 +0000 (22:15 +0000)]
- Automatic TSRM/ZTS detection

18 years agoMFB: Fix bug #36656 (http_build_query generates invalid URIs due to use of square...
Michael Wallner [Wed, 8 Mar 2006 22:04:48 +0000 (22:04 +0000)]
MFB: Fix bug #36656 (http_build_query generates invalid URIs due to use of square brackets)

18 years ago- safe_mode is nuked in head
Marcus Boerger [Wed, 8 Mar 2006 20:31:23 +0000 (20:31 +0000)]
- safe_mode is nuked in head
- spl_filesystem_object now allows controlling of clone too

18 years ago- Cloning might need special treatment as well
Marcus Boerger [Wed, 8 Mar 2006 20:30:12 +0000 (20:30 +0000)]
- Cloning might need special treatment as well

18 years ago- Initial refcounting
Marcus Boerger [Wed, 8 Mar 2006 20:07:25 +0000 (20:07 +0000)]
- Initial refcounting

18 years ago- Something that uses void* oth might want to deinitialize it in the dtor
Marcus Boerger [Wed, 8 Mar 2006 20:06:16 +0000 (20:06 +0000)]
- Something that uses void* oth might want to deinitialize it in the dtor

18 years agosafe_mode news
Ilia Alshanetsky [Wed, 8 Mar 2006 14:42:10 +0000 (14:42 +0000)]
safe_mode news

18 years agoSo long safe_mode mode.
Ilia Alshanetsky [Wed, 8 Mar 2006 14:41:45 +0000 (14:41 +0000)]
So long safe_mode mode.
Also removed the magic_quotes configure option, no longer relevant since
the magic is gone :-).

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

18 years ago- WS/CS
Marcus Boerger [Wed, 8 Mar 2006 00:56:31 +0000 (00:56 +0000)]
- WS/CS

18 years ago- remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
Pierre Joye [Wed, 8 Mar 2006 00:43:32 +0000 (00:43 +0000)]
- remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
 (calling ini_set('magic_....') returns 0|false
- get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false
- set_magic_quotes_runtime raises an E_CORE_ERROR

18 years agoFix for RISC OS
Alex Waugh [Tue, 7 Mar 2006 22:37:18 +0000 (22:37 +0000)]
Fix for RISC OS

18 years agoImprove DOCUMENT_ROOT setting
Alex Waugh [Tue, 7 Mar 2006 22:34:37 +0000 (22:34 +0000)]
Improve DOCUMENT_ROOT setting

18 years ago- WS
Marcus Boerger [Tue, 7 Mar 2006 20:22:12 +0000 (20:22 +0000)]
- WS

18 years ago- Update tests
Marcus Boerger [Tue, 7 Mar 2006 20:08:41 +0000 (20:08 +0000)]
- Update tests

18 years agochange these in HEAD too
Colin Viebrock [Tue, 7 Mar 2006 16:47:19 +0000 (16:47 +0000)]
change these in HEAD too

18 years agoNuke safe_mode from sapi/*
Ilia Alshanetsky [Tue, 7 Mar 2006 14:43:16 +0000 (14:43 +0000)]
Nuke safe_mode from sapi/*

# only main/ remains at this point, this is the next step

18 years agoprepare to the next release
Antony Dovgal [Tue, 7 Mar 2006 10:22:54 +0000 (10:22 +0000)]
prepare to the next release

18 years agoReverted "break label"
Dmitry Stogov [Tue, 7 Mar 2006 08:43:21 +0000 (08:43 +0000)]
Reverted "break label"

18 years ago*** empty log message ***
Andrei Zmievski [Tue, 7 Mar 2006 08:33:46 +0000 (08:33 +0000)]
*** empty log message ***

18 years ago- Make this compile again
Derick Rethans [Tue, 7 Mar 2006 07:58:56 +0000 (07:58 +0000)]
- Make this compile again

18 years agoadd workaround for Oracle server crash, use OCIServerVersion() instead of OCIPing()
Antony Dovgal [Tue, 7 Mar 2006 07:45:59 +0000 (07:45 +0000)]
add workaround for Oracle server crash, use OCIServerVersion() instead of OCIPing()
fix #36250 (PHP Causes ORA-07445 Core dump in Oracle server 9.2.x)

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

18 years agoMark some functions as Unicode-safe and adjust UTODO notices for others.
Andrei Zmievski [Tue, 7 Mar 2006 04:30:15 +0000 (04:30 +0000)]
Mark some functions as Unicode-safe and adjust UTODO notices for others.

18 years ago- gd1 and ft1 entry
Pierre Joye [Tue, 7 Mar 2006 00:55:23 +0000 (00:55 +0000)]
- gd1 and ft1 entry

18 years agoRemove register_globals regression test for Pierre
Sara Golemon [Tue, 7 Mar 2006 00:26:27 +0000 (00:26 +0000)]
Remove register_globals regression test for Pierre

18 years ago- remove register_globals support (aka "Kill the f***ing thing" :)
Pierre Joye [Tue, 7 Mar 2006 00:20:54 +0000 (00:20 +0000)]
- remove register_globals support (aka "Kill the f***ing thing" :)

18 years agostray text
Rasmus Lerdorf [Mon, 6 Mar 2006 23:27:26 +0000 (23:27 +0000)]
stray text

18 years agoMFB: Fix build and sync parameters with config0.m4.
Sebastian Bergmann [Mon, 6 Mar 2006 22:50:43 +0000 (22:50 +0000)]
MFB: Fix build and sync parameters with config0.m4.

18 years ago- Missed 'proto'
Marcus Boerger [Mon, 6 Mar 2006 22:22:07 +0000 (22:22 +0000)]
- Missed 'proto'

18 years ago- Make test not depend on my filesystem layout
Marcus Boerger [Mon, 6 Mar 2006 22:19:21 +0000 (22:19 +0000)]
- Make test not depend on my filesystem layout

18 years agoFix protos to use 'string' for parameters that can be either binary or
Andrei Zmievski [Mon, 6 Mar 2006 21:49:21 +0000 (21:49 +0000)]
Fix protos to use 'string' for parameters that can be either binary or
unicode.

18 years ago- Fixed bug #36638 (strtotime unconditional false return on now <= 0)
Derick Rethans [Mon, 6 Mar 2006 21:43:35 +0000 (21:43 +0000)]
- Fixed bug #36638 (strtotime unconditional false return on now <= 0)

18 years agoImport PCRE 6.6 and make adjustments.
Andrei Zmievski [Mon, 6 Mar 2006 21:34:07 +0000 (21:34 +0000)]
Import PCRE 6.6 and make adjustments.

18 years ago- Fixed #36625 pg_trace() does not work
Marcus Boerger [Mon, 6 Mar 2006 20:16:34 +0000 (20:16 +0000)]
- Fixed #36625 pg_trace() does not work

18 years agoimplement addChild() and addAttribute() methods
Rob Richards [Mon, 6 Mar 2006 20:16:03 +0000 (20:16 +0000)]
implement addChild() and addAttribute() methods
add test

18 years agoFixed bug #36630 (umask not reset at the end of the request).
Ilia Alshanetsky [Mon, 6 Mar 2006 14:27:45 +0000 (14:27 +0000)]
Fixed bug #36630 (umask not reset at the end of the request).

# This needs to be MFHed, but since it requires an API break it has to wait
# until the next minor release.

18 years ago- Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:06:03 +0000 (10:06 +0000)]
- Proto fixes

18 years ago- Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:03:25 +0000 (10:03 +0000)]
- Proto fixes

18 years agofixed compatibility with ext/hash
Dmitry Stogov [Mon, 6 Mar 2006 09:58:27 +0000 (09:58 +0000)]
fixed compatibility with ext/hash

18 years ago- Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 09:47:03 +0000 (09:47 +0000)]
- Proto fixes

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

18 years ago- revert Harmut commit, Histogram implementation not correct and no idea
Pierre Joye [Sun, 5 Mar 2006 19:20:12 +0000 (19:20 +0000)]
- revert Harmut commit, Histogram implementation not correct and no idea
  where you got the ok to add that

18 years ago- And not here either...
Derick Rethans [Sun, 5 Mar 2006 19:02:11 +0000 (19:02 +0000)]
- And not here either...

18 years ago- Fix comment, too
Marcus Boerger [Sun, 5 Mar 2006 18:32:21 +0000 (18:32 +0000)]
- Fix comment, too

18 years ago- fixed size information for _php_sig_png array
Hartmut Holzgraefe [Sun, 5 Mar 2006 18:26:12 +0000 (18:26 +0000)]
- fixed size information for _php_sig_png array
- removed extra memcmp step in signature comparison,
  this seemed to have been inherited from ext/standard/image.c
  but is not needed here as the provided buffer is big enough
  from the start

18 years ago- Fix Bug #34019 by popular demand: Implementing interface with a
Marcus Boerger [Sun, 5 Mar 2006 18:23:56 +0000 (18:23 +0000)]
- Fix Bug #34019 by popular demand: Implementing interface with a
  __construct method strange behaviour

18 years agoadded ImageColorHistogram function
Hartmut Holzgraefe [Sun, 5 Mar 2006 18:23:47 +0000 (18:23 +0000)]
added ImageColorHistogram function

18 years ago- Fix build
Marcus Boerger [Sun, 5 Mar 2006 17:31:44 +0000 (17:31 +0000)]
- Fix build

18 years agoFixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be
Ilia Alshanetsky [Sun, 5 Mar 2006 17:17:04 +0000 (17:17 +0000)]
Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be
set when executing internal queries such as "show master status" via MySQL).

Added missing constant for MAX_BUFFER_SIZE.

18 years ago- mv package2 to package
Pierre Joye [Sun, 5 Mar 2006 16:31:02 +0000 (16:31 +0000)]
- mv package2 to package

18 years ago- remove it, 1.3.x is dead
Pierre Joye [Sun, 5 Mar 2006 16:30:15 +0000 (16:30 +0000)]
- remove it, 1.3.x is dead

18 years ago- xmllint
Pierre Joye [Sun, 5 Mar 2006 16:15:39 +0000 (16:15 +0000)]
- xmllint

18 years ago- update changelog, and start new release tag
Pierre Joye [Sun, 5 Mar 2006 16:13:37 +0000 (16:13 +0000)]
- update changelog, and start new release tag

18 years agoadd test
Antony Dovgal [Sun, 5 Mar 2006 16:12:54 +0000 (16:12 +0000)]
add test

18 years ago- Add missing function for completeness
Marcus Boerger [Sun, 5 Mar 2006 16:09:45 +0000 (16:09 +0000)]
- Add missing function for completeness

18 years agoMF51: fix #36611 (assignment to SimpleXML object attribute changes argument type...
Antony Dovgal [Sun, 5 Mar 2006 15:58:09 +0000 (15:58 +0000)]
MF51: fix #36611 (assignment to SimpleXML object attribute changes argument type to string)

18 years ago- Fix build after unicode changes
Johannes Schlüter [Sun, 5 Mar 2006 15:49:55 +0000 (15:49 +0000)]
- Fix build after unicode changes

18 years agofix crash passing non-string member to sxe_prop_dim_exists
Rob Richards [Sun, 5 Mar 2006 14:01:13 +0000 (14:01 +0000)]
fix crash passing non-string member to sxe_prop_dim_exists
allow offsets to be used when calling isset/unset
fix tests
add test

18 years agofix #36606 (pg_query_params() changes arguments type to string)
Antony Dovgal [Sun, 5 Mar 2006 13:33:28 +0000 (13:33 +0000)]
fix #36606 (pg_query_params() changes arguments type to string)

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

18 years ago- Need to change a few things to exception based error handling
Marcus Boerger [Sat, 4 Mar 2006 22:56:11 +0000 (22:56 +0000)]
- Need to change a few things to exception based error handling
- Drop erroneus/useless RecursiveDirectoryIterator::getSubPathInfo()

18 years ago- Add test
Marcus Boerger [Sat, 4 Mar 2006 22:49:34 +0000 (22:49 +0000)]
- Add test

18 years ago- Add initial array-access support based on Greg's patch
Marcus Boerger [Sat, 4 Mar 2006 22:48:05 +0000 (22:48 +0000)]
- Add initial array-access support based on Greg's patch

18 years ago- Add new test
Marcus Boerger [Sat, 4 Mar 2006 18:46:51 +0000 (18:46 +0000)]
- Add new test

18 years ago- Rename
Marcus Boerger [Sat, 4 Mar 2006 18:18:52 +0000 (18:18 +0000)]
- Rename

18 years ago- Add new test
Marcus Boerger [Sat, 4 Mar 2006 18:16:16 +0000 (18:16 +0000)]
- Add new test

18 years ago- Make the ctor static and not inline
Marcus Boerger [Sat, 4 Mar 2006 17:01:16 +0000 (17:01 +0000)]
- Make the ctor static and not inline

18 years ago- WS/CS
Marcus Boerger [Sat, 4 Mar 2006 16:45:45 +0000 (16:45 +0000)]
- WS/CS

18 years ago- One skipif section is enough
Marcus Boerger [Sat, 4 Mar 2006 16:40:54 +0000 (16:40 +0000)]
- One skipif section is enough

18 years ago- Drop dead code
Marcus Boerger [Sat, 4 Mar 2006 16:32:59 +0000 (16:32 +0000)]
- Drop dead code

18 years ago- Fix issue with encoding arrays with integer keys.
Omar Kilani [Sat, 4 Mar 2006 15:31:27 +0000 (15:31 +0000)]
- Fix issue with encoding arrays with integer keys.
- Modified pass001.1.phpt to test a mix of integers and strings as keys.

18 years ago- Separate ZEND_METHOD from ZEND_FUNCTION
Johannes Schlüter [Sat, 4 Mar 2006 14:37:50 +0000 (14:37 +0000)]
- Separate ZEND_METHOD from ZEND_FUNCTION

18 years ago- prepare 1.2 release; use package.xml v2
Michael Wallner [Sat, 4 Mar 2006 14:17:35 +0000 (14:17 +0000)]
- prepare 1.2 release; use package.xml v2

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

18 years agos/archieve/archive
Greg Beaver [Sat, 4 Mar 2006 02:12:22 +0000 (02:12 +0000)]
s/archieve/archive

18 years ago- Unicode...
Marcus Boerger [Fri, 3 Mar 2006 23:51:40 +0000 (23:51 +0000)]
- Unicode...

18 years ago- Add new test
Marcus Boerger [Fri, 3 Mar 2006 23:48:36 +0000 (23:48 +0000)]
- Add new test

18 years ago- Add new test
Marcus Boerger [Fri, 3 Mar 2006 23:35:06 +0000 (23:35 +0000)]
- Add new test

18 years ago- Fix issue with LimitIterator and bounds checking
Marcus Boerger [Fri, 3 Mar 2006 23:34:49 +0000 (23:34 +0000)]
- Fix issue with LimitIterator and bounds checking

18 years agoClean up after Marcus.
Andrei Zmievski [Fri, 3 Mar 2006 23:23:17 +0000 (23:23 +0000)]
Clean up after Marcus.

18 years ago- Make unicode handling portable (noted by andrei)
Marcus Boerger [Fri, 3 Mar 2006 23:20:29 +0000 (23:20 +0000)]
- Make unicode handling portable (noted by andrei)
# Actually we should provide much more such unicode strings that we often
# use like 'parent', 'self' and so on.

18 years ago- Test addition
Marcus Boerger [Fri, 3 Mar 2006 22:58:13 +0000 (22:58 +0000)]
- Test addition

18 years ago- Fix issue with LimitIterator
Marcus Boerger [Fri, 3 Mar 2006 22:56:27 +0000 (22:56 +0000)]
- Fix issue with LimitIterator

18 years agoAdd note about md5().
Andrei Zmievski [Fri, 3 Mar 2006 22:46:55 +0000 (22:46 +0000)]
Add note about md5().

18 years ago- As expected (but told otherwise) unicode strings indeed need to be
Marcus Boerger [Fri, 3 Mar 2006 22:37:47 +0000 (22:37 +0000)]
- As expected (but told otherwise) unicode strings indeed need to be
  terminated by two \0.

18 years ago- Fix issue with uncaught exceptions in unicode mode
Marcus Boerger [Fri, 3 Mar 2006 21:58:56 +0000 (21:58 +0000)]
- Fix issue with uncaught exceptions in unicode mode

18 years ago- Fix SEGV with AppendIterator when base class constructor was not called
Marcus Boerger [Fri, 3 Mar 2006 21:35:16 +0000 (21:35 +0000)]
- Fix SEGV with AppendIterator when base class constructor was not called
- Generic check to prevent double call to constructors of SPL iterators

18 years ago- version agnosticism (PECL/HEAD)
Michael Wallner [Fri, 3 Mar 2006 20:44:05 +0000 (20:44 +0000)]
- version agnosticism (PECL/HEAD)

18 years agoremove obsolete check
Yasuo Ohgaki [Fri, 3 Mar 2006 20:41:52 +0000 (20:41 +0000)]
remove obsolete check

18 years agoupdate dom iterator get key function for engine iterator changes
Rob Richards [Fri, 3 Mar 2006 20:13:12 +0000 (20:13 +0000)]
update dom iterator get key function for engine iterator changes
fix crashes using notations and entity decls
add test

18 years ago- Add new tests
Marcus Boerger [Fri, 3 Mar 2006 18:07:24 +0000 (18:07 +0000)]
- Add new tests

18 years agoRegenerated
Dmitry Stogov [Fri, 3 Mar 2006 16:47:55 +0000 (16:47 +0000)]
Regenerated

18 years agoMFB: Sync with source distro, enable hash by default
Edin Kadribasic [Fri, 3 Mar 2006 14:35:29 +0000 (14:35 +0000)]
MFB: Sync with source distro, enable hash by default