]> granicus.if.org Git - php/log
php
19 years ago- MFB Second part of is_callable/call_user_func
Marcus Boerger [Sat, 7 Jan 2006 21:29:00 +0000 (21:29 +0000)]
- MFB Second part of is_callable/call_user_func
- Clean a few warnings

19 years ago- MFB missing E_STRICT
Marcus Boerger [Sat, 7 Jan 2006 21:16:02 +0000 (21:16 +0000)]
- MFB missing E_STRICT

19 years ago- MFB zend_is_callable() fixes
Marcus Boerger [Sat, 7 Jan 2006 20:43:33 +0000 (20:43 +0000)]
- MFB zend_is_callable() fixes
# Now to the missing part in zend_call_function()

19 years agoneed PHP 5.1.2 because of bug in temp memory streams
Greg Beaver [Sat, 7 Jan 2006 18:37:44 +0000 (18:37 +0000)]
need PHP 5.1.2 because of bug in temp memory streams

19 years ago- Show whether this is the shell or just the starnge mode
Marcus Boerger [Sat, 7 Jan 2006 16:46:30 +0000 (16:46 +0000)]
- Show whether this is the shell or just the starnge mode

19 years agoChangeLog update
<changelog@php.net> [Sat, 7 Jan 2006 06:31:44 +0000 (06:31 +0000)]
ChangeLog update

19 years agofix tests
Antony Dovgal [Fri, 6 Jan 2006 21:21:09 +0000 (21:21 +0000)]
fix tests

19 years agoNuke unused files
foobar [Fri, 6 Jan 2006 21:19:16 +0000 (21:19 +0000)]
Nuke unused files

19 years agocredits for Dmitry
foobar [Fri, 6 Jan 2006 21:17:14 +0000 (21:17 +0000)]
credits for Dmitry

19 years agotypo
Antony Dovgal [Fri, 6 Jan 2006 20:54:46 +0000 (20:54 +0000)]
typo

19 years ago- WS
Marcus Boerger [Fri, 6 Jan 2006 20:43:19 +0000 (20:43 +0000)]
- WS

19 years ago- Fix potential crash (const' type is not initialized in case of error)
Marcus Boerger [Fri, 6 Jan 2006 20:34:31 +0000 (20:34 +0000)]
- Fix potential crash (const' type is not initialized in case of error)

19 years agoadd missing .cvsignore
Antony Dovgal [Fri, 6 Jan 2006 20:26:03 +0000 (20:26 +0000)]
add missing .cvsignore

19 years ago- Update
Marcus Boerger [Fri, 6 Jan 2006 19:57:49 +0000 (19:57 +0000)]
- Update

19 years ago- I was missing here
Marcus Boerger [Fri, 6 Jan 2006 19:23:58 +0000 (19:23 +0000)]
- I was missing here

19 years ago- Prevent overloading aliases
Marcus Boerger [Fri, 6 Jan 2006 19:20:21 +0000 (19:20 +0000)]
- Prevent overloading aliases
- Detect already loaded files and reuse them instead of reloading them
- Add a test for the above

19 years agoLet's not mess with r->allowed here - this should fix bug #32561
Rasmus Lerdorf [Fri, 6 Jan 2006 17:54:35 +0000 (17:54 +0000)]
Let's not mess with r->allowed here - this should fix bug #32561

19 years ago- No ini setting needed
Marcus Boerger [Fri, 6 Jan 2006 17:34:47 +0000 (17:34 +0000)]
- No ini setting needed

19 years ago- Correct test name
Marcus Boerger [Fri, 6 Jan 2006 17:33:03 +0000 (17:33 +0000)]
- Correct test name

19 years ago- Fix typo and change to sizeof usage
Marcus Boerger [Fri, 6 Jan 2006 17:32:34 +0000 (17:32 +0000)]
- Fix typo and change to sizeof usage

19 years ago- Rewind stream when transferring ownership
Marcus Boerger [Fri, 6 Jan 2006 17:23:42 +0000 (17:23 +0000)]
- Rewind stream when transferring ownership
- Add Phar::loadPhar + test

19 years ago- And another test
Marcus Boerger [Fri, 6 Jan 2006 16:27:15 +0000 (16:27 +0000)]
- And another test

19 years ago- Add new tests
Marcus Boerger [Fri, 6 Jan 2006 16:11:54 +0000 (16:11 +0000)]
- Add new tests

19 years ago- Typo
Marcus Boerger [Fri, 6 Jan 2006 15:31:42 +0000 (15:31 +0000)]
- Typo

19 years ago- Fix configure on Solaris
foobar [Fri, 6 Jan 2006 14:03:28 +0000 (14:03 +0000)]
- Fix configure on Solaris

19 years agofix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)
Antony Dovgal [Fri, 6 Jan 2006 11:48:03 +0000 (11:48 +0000)]
fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)

19 years agoChangeLog update
<changelog@php.net> [Fri, 6 Jan 2006 06:31:45 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- Cleanups:
foobar [Fri, 6 Jan 2006 02:04:22 +0000 (02:04 +0000)]
- Cleanups:
  * unify the address handling to always strip leading whitespace
  * ws fixes

19 years ago- Use temp streams internally instead of memory to reduce memory usage
Marcus Boerger [Thu, 5 Jan 2006 22:24:41 +0000 (22:24 +0000)]
- Use temp streams internally instead of memory to reduce memory usage
# Internally we try to use only one temp stream if possible by stoing
# the temp stream in the manifest entry and transferring ownership upon
# usage/close. If a particular file gets opened twice in parallel we open
# a second temp stream nonetheless.

19 years ago- Fix issue with memset seeking
Marcus Boerger [Thu, 5 Jan 2006 22:05:44 +0000 (22:05 +0000)]
- Fix issue with memset seeking
- Fix issue with shutdown order of temp/memory stream

19 years ago- Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly)
foobar [Thu, 5 Jan 2006 21:53:07 +0000 (21:53 +0000)]
- Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly)

19 years agofix typo
Antony Dovgal [Thu, 5 Jan 2006 20:49:28 +0000 (20:49 +0000)]
fix typo

19 years agoncurses goes sibiria^Wpecl
Hartmut Holzgraefe [Thu, 5 Jan 2006 20:10:10 +0000 (20:10 +0000)]
ncurses goes sibiria^Wpecl

19 years ago- Fix docu
Marcus Boerger [Thu, 5 Jan 2006 19:00:01 +0000 (19:00 +0000)]
- Fix docu

19 years agoMFB4: Fixed bug #35908 (curl extension uses undefined GCRY_THREAD_OPTIONS_USER).
Ilia Alshanetsky [Thu, 5 Jan 2006 18:06:15 +0000 (18:06 +0000)]
MFB4: Fixed bug #35908 (curl extension uses undefined GCRY_THREAD_OPTIONS_USER).

19 years agodelete descriptor from the hash and avoid crashes on commit/rollback
Antony Dovgal [Thu, 5 Jan 2006 13:40:10 +0000 (13:40 +0000)]
delete descriptor from the hash and avoid crashes on commit/rollback

19 years ago- Made HashTable manifest a direct member rather than a pointer
Marcus Boerger [Thu, 5 Jan 2006 11:32:05 +0000 (11:32 +0000)]
- Made HashTable manifest a direct member rather than a pointer
- Need to find a working detection for compressed phars

19 years agoChangeLog update
<changelog@php.net> [Thu, 5 Jan 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- More -> 2006 changes
Andi Gutmans [Thu, 5 Jan 2006 02:35:02 +0000 (02:35 +0000)]
- More -> 2006 changes

19 years ago- If no compression was specified and we detect compression than simply set
Marcus Boerger [Thu, 5 Jan 2006 00:55:55 +0000 (00:55 +0000)]
- If no compression was specified and we detect compression than simply set
  compression mode.

19 years ago- Allow simple .phar too (in that case we guess no compression)
Marcus Boerger [Thu, 5 Jan 2006 00:53:41 +0000 (00:53 +0000)]
- Allow simple .phar too (in that case we guess no compression)

19 years agoMFB51: Fixed bug #35669 (imap_mail_compose() crashes with
Ilia Alshanetsky [Thu, 5 Jan 2006 00:51:34 +0000 (00:51 +0000)]
MFB51: Fixed bug #35669 (imap_mail_compose() crashes with
multipart-multiboundary-email).

19 years ago- Cleanup/simplify/let configure determine whetehr we are big/little-endian
Marcus Boerger [Thu, 5 Jan 2006 00:39:31 +0000 (00:39 +0000)]
- Cleanup/simplify/let configure determine whetehr we are big/little-endian

19 years ago- One more update
Andi Gutmans [Wed, 4 Jan 2006 23:54:45 +0000 (23:54 +0000)]
- One more update

19 years ago- Update copyright notices to 2006
Andi Gutmans [Wed, 4 Jan 2006 23:54:12 +0000 (23:54 +0000)]
- Update copyright notices to 2006

19 years agobring tests up-to-date with 5_1 branch
Andrey Hristov [Wed, 4 Jan 2006 23:04:06 +0000 (23:04 +0000)]
bring tests up-to-date with 5_1 branch
#few are failing and will stop failing when bugfixes are upmerged from 5_1

19 years agocast and fix a warning
Andrey Hristov [Wed, 4 Jan 2006 22:42:17 +0000 (22:42 +0000)]
cast and fix a warning

19 years ago- Fixed test case.
Derick Rethans [Wed, 4 Jan 2006 21:35:54 +0000 (21:35 +0000)]
- Fixed test case.

19 years agofix test
Rob Richards [Wed, 4 Jan 2006 20:55:14 +0000 (20:55 +0000)]
fix test

19 years agofix tests
Rob Richards [Wed, 4 Jan 2006 19:43:36 +0000 (19:43 +0000)]
fix tests

19 years agofix win build
Rob Richards [Wed, 4 Jan 2006 17:34:44 +0000 (17:34 +0000)]
fix win build

19 years agoadd Marcus as lead
Greg Beaver [Wed, 4 Jan 2006 17:19:04 +0000 (17:19 +0000)]
add Marcus as lead

19 years ago- Update tests
Marcus Boerger [Wed, 4 Jan 2006 16:43:42 +0000 (16:43 +0000)]
- Update tests

19 years ago- Fix TSRM builds
Marcus Boerger [Wed, 4 Jan 2006 16:18:31 +0000 (16:18 +0000)]
- Fix TSRM builds

19 years ago- Fixed bug #35885 (strtotime("NOW") no longer works).
Derick Rethans [Wed, 4 Jan 2006 15:56:58 +0000 (15:56 +0000)]
- Fixed bug #35885 (strtotime("NOW") no longer works).
- Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).
#- Not added to NEWS as this will be merged to PHP_5_1 when Ilia looks at it.

19 years ago-Typo
Marcus Boerger [Wed, 4 Jan 2006 15:51:06 +0000 (15:51 +0000)]
-Typo

19 years ago- More clean up (no need to export enything because one may either access
Marcus Boerger [Wed, 4 Jan 2006 15:50:45 +0000 (15:50 +0000)]
- More clean up (no need to export enything because one may either access
  the stream handler tables through the streams api or use the streams
  which is prefered anyway).

19 years ago- Update examples
Marcus Boerger [Wed, 4 Jan 2006 15:34:26 +0000 (15:34 +0000)]
- Update examples

19 years ago- Clearify names
Marcus Boerger [Wed, 4 Jan 2006 15:27:18 +0000 (15:27 +0000)]
- Clearify names
- Fix several memleaks
- Cache files

19 years ago- Simple unlink is enough
Marcus Boerger [Wed, 4 Jan 2006 15:22:35 +0000 (15:22 +0000)]
- Simple unlink is enough

19 years ago- Fix test
Marcus Boerger [Wed, 4 Jan 2006 15:18:07 +0000 (15:18 +0000)]
- Fix test

19 years ago- Typo
Marcus Boerger [Wed, 4 Jan 2006 15:17:32 +0000 (15:17 +0000)]
- Typo

19 years ago- Add CLEAN section which contains optional cleanup code executed even when
Marcus Boerger [Wed, 4 Jan 2006 15:07:49 +0000 (15:07 +0000)]
- Add CLEAN section which contains optional cleanup code executed even when
  the test fails and which can be prevented by --no-clean switch

19 years ago- Add myself as author
Marcus Boerger [Wed, 4 Jan 2006 13:18:31 +0000 (13:18 +0000)]
- Add myself as author

19 years ago- New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820
Derick Rethans [Wed, 4 Jan 2006 12:57:04 +0000 (12:57 +0000)]
- New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820
  and #30937.
#- Didn't add it to news yet, as we'll merge this to PHP 5.1.x (just need to
#  wait for Ilia to approve it for 5.1.2).

19 years ago- Added the lchown() and lchgrp() functions which change permissions and group
Derick Rethans [Wed, 4 Jan 2006 12:22:23 +0000 (12:22 +0000)]
- Added the lchown() and lchgrp() functions which change permissions and group
  permissions on symbolic links.
#- We'll also add this to PHP 5.1.3? or PHP 5.2, so I didn't add it to NEWS.

19 years agoZTS fixes.
Sebastian Bergmann [Wed, 4 Jan 2006 09:26:32 +0000 (09:26 +0000)]
ZTS fixes.

19 years agoChangeLog update
<changelog@php.net> [Wed, 4 Jan 2006 06:31:48 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- Imlement normal stream handling, use .phar.php anf .phar.gz to detect
Marcus Boerger [Wed, 4 Jan 2006 02:26:15 +0000 (02:26 +0000)]
- Imlement normal stream handling, use .phar.php anf .phar.gz to detect
  where the filename part ends and whether it is compressed or not
# This already allows: php ext/spl/examples/directorytree.php phar:///...

19 years ago- Add test (fails right now (why ever))
Marcus Boerger [Wed, 4 Jan 2006 02:21:22 +0000 (02:21 +0000)]
- Add test (fails right now (why ever))

19 years ago- Add new test
Marcus Boerger [Tue, 3 Jan 2006 21:34:11 +0000 (21:34 +0000)]
- Add new test

19 years agoMFB51: Added param checks for ap2 fetch respose/request header functions.
Ilia Alshanetsky [Tue, 3 Jan 2006 20:13:31 +0000 (20:13 +0000)]
MFB51: Added param checks for ap2 fetch respose/request header functions.

19 years ago- Fix two crashes in case of error
Marcus Boerger [Tue, 3 Jan 2006 16:22:23 +0000 (16:22 +0000)]
- Fix two crashes in case of error

19 years ago- Provide parameter info
Marcus Boerger [Tue, 3 Jan 2006 15:59:07 +0000 (15:59 +0000)]
- Provide parameter info
- Add missing editor blocks

19 years ago- Change to new extension layout (drops unneccessary foward decls)
Marcus Boerger [Tue, 3 Jan 2006 15:50:46 +0000 (15:50 +0000)]
- Change to new extension layout (drops unneccessary foward decls)
- Privide proto's

19 years agoMFB
foobar [Tue, 3 Jan 2006 13:25:33 +0000 (13:25 +0000)]
MFB

19 years ago- Fixed bug #35288 (iconv() function defined as libiconv())
foobar [Tue, 3 Jan 2006 13:20:13 +0000 (13:20 +0000)]
- Fixed bug #35288 (iconv() function defined as libiconv())

19 years agoChangeLog update
<changelog@php.net> [Tue, 3 Jan 2006 06:31:37 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- Fixed apache_setenv() which requires 2 parameters
foobar [Mon, 2 Jan 2006 22:39:43 +0000 (22:39 +0000)]
- Fixed apache_setenv() which requires 2 parameters

19 years agoMFB51: Fixed possible crash in apache_getenv()/apache_setenv() on invalid
Ilia Alshanetsky [Mon, 2 Jan 2006 22:19:53 +0000 (22:19 +0000)]
MFB51: Fixed possible crash in apache_getenv()/apache_setenv() on invalid
parameters.

19 years ago- Fixed year dependent test.
Derick Rethans [Mon, 2 Jan 2006 20:15:22 +0000 (20:15 +0000)]
- Fixed year dependent test.

19 years agoChangeLog update
<changelog@php.net> [Mon, 2 Jan 2006 06:31:58 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- Class was renamed (change test names, too)
Marcus Boerger [Sun, 1 Jan 2006 23:05:42 +0000 (23:05 +0000)]
- Class was renamed (change test names, too)

19 years ago- Class was renamed
Marcus Boerger [Sun, 1 Jan 2006 22:58:12 +0000 (22:58 +0000)]
- Class was renamed

19 years agoPHP_Archive -> Phar to match coding standards and pecl traditions
Greg Beaver [Sun, 1 Jan 2006 22:49:10 +0000 (22:49 +0000)]
PHP_Archive -> Phar to match coding standards and pecl traditions

19 years agofix 018/019.phpt - we need to compare the whole key, not just all but 1 char, otherwi...
Greg Beaver [Sun, 1 Jan 2006 22:20:26 +0000 (22:20 +0000)]
fix 018/019.phpt - we need to compare the whole key, not just all but 1 char, otherwise 1-byte files/dirs are not compared

19 years ago- Small tweaks/cleanup/left-overs
Marcus Boerger [Sun, 1 Jan 2006 22:19:51 +0000 (22:19 +0000)]
- Small tweaks/cleanup/left-overs

19 years agoremove a host of small problems found by testing 016.phpt
Greg Beaver [Sun, 1 Jan 2006 22:11:03 +0000 (22:11 +0000)]
remove a host of small problems found by testing 016.phpt

19 years agotest needed tweaking to pass now
Greg Beaver [Sun, 1 Jan 2006 22:10:21 +0000 (22:10 +0000)]
test needed tweaking to pass now

19 years agoupdate tests to new API (16, 18, 19 still fail)
Greg Beaver [Sun, 1 Jan 2006 21:43:14 +0000 (21:43 +0000)]
update tests to new API (16, 18, 19 still fail)

19 years ago- Simplify and change to --enable-phar since zlib is optional
Marcus Boerger [Sun, 1 Jan 2006 21:42:55 +0000 (21:42 +0000)]
- Simplify and change to --enable-phar since zlib is optional

19 years agoon second thought, signing can be done externally without a performance hit, and...
Greg Beaver [Sun, 1 Jan 2006 20:57:43 +0000 (20:57 +0000)]
on second thought, signing can be done externally without a performance hit, and only needs to be done on initial download, i.e. is best implemented with external tools

19 years ago- No revert the automatically inserted /*..*/ where wrong
Marcus Boerger [Sun, 1 Jan 2006 20:40:43 +0000 (20:40 +0000)]
- No revert the automatically inserted /*..*/ where wrong

19 years ago- Fix comments
Marcus Boerger [Sun, 1 Jan 2006 20:34:22 +0000 (20:34 +0000)]
- Fix comments

19 years agoupdate package.xml
Greg Beaver [Sun, 1 Jan 2006 20:30:16 +0000 (20:30 +0000)]
update package.xml

19 years agoadd sorting to opendir() so that it matches PHP_Archive exactly
Greg Beaver [Sun, 1 Jan 2006 20:16:09 +0000 (20:16 +0000)]
add sorting to opendir() so that it matches PHP_Archive exactly

19 years agoMFB51: Added safety checks
Ilia Alshanetsky [Sun, 1 Jan 2006 20:13:31 +0000 (20:13 +0000)]
MFB51: Added safety checks

19 years agoFixed bug #35797 (segfault on PDOStatement::execute() with
Ilia Alshanetsky [Sun, 1 Jan 2006 20:08:19 +0000 (20:08 +0000)]
Fixed bug #35797 (segfault on PDOStatement::execute() with
zend.ze1_compatibility_mode = On).

19 years ago- MFB
Marcus Boerger [Sun, 1 Jan 2006 19:57:27 +0000 (19:57 +0000)]
- MFB

19 years ago- Allow any EOLs in CREDITS files
foobar [Sun, 1 Jan 2006 19:00:14 +0000 (19:00 +0000)]
- Allow any EOLs in CREDITS files