]>
granicus.if.org Git - php/log
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
Marcus Boerger [Sat, 7 Jan 2006 21:16:02 +0000 (21:16 +0000)]
- MFB missing E_STRICT
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()
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
Marcus Boerger [Sat, 7 Jan 2006 16:46:30 +0000 (16:46 +0000)]
- Show whether this is the shell or just the starnge mode
<changelog@php.net> [Sat, 7 Jan 2006 06:31:44 +0000 (06:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 6 Jan 2006 21:21:09 +0000 (21:21 +0000)]
fix tests
foobar [Fri, 6 Jan 2006 21:19:16 +0000 (21:19 +0000)]
Nuke unused files
foobar [Fri, 6 Jan 2006 21:17:14 +0000 (21:17 +0000)]
credits for Dmitry
Antony Dovgal [Fri, 6 Jan 2006 20:54:46 +0000 (20:54 +0000)]
typo
Marcus Boerger [Fri, 6 Jan 2006 20:43:19 +0000 (20:43 +0000)]
- WS
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)
Antony Dovgal [Fri, 6 Jan 2006 20:26:03 +0000 (20:26 +0000)]
add missing .cvsignore
Marcus Boerger [Fri, 6 Jan 2006 19:57:49 +0000 (19:57 +0000)]
- Update
Marcus Boerger [Fri, 6 Jan 2006 19:23:58 +0000 (19:23 +0000)]
- I was missing here
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
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
Marcus Boerger [Fri, 6 Jan 2006 17:34:47 +0000 (17:34 +0000)]
- No ini setting needed
Marcus Boerger [Fri, 6 Jan 2006 17:33:03 +0000 (17:33 +0000)]
- Correct test name
Marcus Boerger [Fri, 6 Jan 2006 17:32:34 +0000 (17:32 +0000)]
- Fix typo and change to sizeof usage
Marcus Boerger [Fri, 6 Jan 2006 17:23:42 +0000 (17:23 +0000)]
- Rewind stream when transferring ownership
- Add Phar::loadPhar + test
Marcus Boerger [Fri, 6 Jan 2006 16:27:15 +0000 (16:27 +0000)]
- And another test
Marcus Boerger [Fri, 6 Jan 2006 16:11:54 +0000 (16:11 +0000)]
- Add new tests
Marcus Boerger [Fri, 6 Jan 2006 15:31:42 +0000 (15:31 +0000)]
- Typo
foobar [Fri, 6 Jan 2006 14:03:28 +0000 (14:03 +0000)]
- Fix configure on Solaris
Antony Dovgal [Fri, 6 Jan 2006 11:48:03 +0000 (11:48 +0000)]
fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)
<changelog@php.net> [Fri, 6 Jan 2006 06:31:45 +0000 (06:31 +0000)]
ChangeLog update
foobar [Fri, 6 Jan 2006 02:04:22 +0000 (02:04 +0000)]
- Cleanups:
* unify the address handling to always strip leading whitespace
* ws fixes
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.
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
foobar [Thu, 5 Jan 2006 21:53:07 +0000 (21:53 +0000)]
- Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly)
Antony Dovgal [Thu, 5 Jan 2006 20:49:28 +0000 (20:49 +0000)]
fix typo
Hartmut Holzgraefe [Thu, 5 Jan 2006 20:10:10 +0000 (20:10 +0000)]
ncurses goes sibiria^Wpecl
Marcus Boerger [Thu, 5 Jan 2006 19:00:01 +0000 (19:00 +0000)]
- Fix docu
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).
Antony Dovgal [Thu, 5 Jan 2006 13:40:10 +0000 (13:40 +0000)]
delete descriptor from the hash and avoid crashes on commit/rollback
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
<changelog@php.net> [Thu, 5 Jan 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update
Andi Gutmans [Thu, 5 Jan 2006 02:35:02 +0000 (02:35 +0000)]
- More -> 2006 changes
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.
Marcus Boerger [Thu, 5 Jan 2006 00:53:41 +0000 (00:53 +0000)]
- Allow simple .phar too (in that case we guess no compression)
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).
Marcus Boerger [Thu, 5 Jan 2006 00:39:31 +0000 (00:39 +0000)]
- Cleanup/simplify/let configure determine whetehr we are big/little-endian
Andi Gutmans [Wed, 4 Jan 2006 23:54:45 +0000 (23:54 +0000)]
- One more update
Andi Gutmans [Wed, 4 Jan 2006 23:54:12 +0000 (23:54 +0000)]
- Update copyright notices to 2006
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
Andrey Hristov [Wed, 4 Jan 2006 22:42:17 +0000 (22:42 +0000)]
cast and fix a warning
Derick Rethans [Wed, 4 Jan 2006 21:35:54 +0000 (21:35 +0000)]
- Fixed test case.
Rob Richards [Wed, 4 Jan 2006 20:55:14 +0000 (20:55 +0000)]
fix test
Rob Richards [Wed, 4 Jan 2006 19:43:36 +0000 (19:43 +0000)]
fix tests
Rob Richards [Wed, 4 Jan 2006 17:34:44 +0000 (17:34 +0000)]
fix win build
Greg Beaver [Wed, 4 Jan 2006 17:19:04 +0000 (17:19 +0000)]
add Marcus as lead
Marcus Boerger [Wed, 4 Jan 2006 16:43:42 +0000 (16:43 +0000)]
- Update tests
Marcus Boerger [Wed, 4 Jan 2006 16:18:31 +0000 (16:18 +0000)]
- Fix TSRM builds
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.
Marcus Boerger [Wed, 4 Jan 2006 15:51:06 +0000 (15:51 +0000)]
-Typo
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).
Marcus Boerger [Wed, 4 Jan 2006 15:34:26 +0000 (15:34 +0000)]
- Update examples
Marcus Boerger [Wed, 4 Jan 2006 15:27:18 +0000 (15:27 +0000)]
- Clearify names
- Fix several memleaks
- Cache files
Marcus Boerger [Wed, 4 Jan 2006 15:22:35 +0000 (15:22 +0000)]
- Simple unlink is enough
Marcus Boerger [Wed, 4 Jan 2006 15:18:07 +0000 (15:18 +0000)]
- Fix test
Marcus Boerger [Wed, 4 Jan 2006 15:17:32 +0000 (15:17 +0000)]
- Typo
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
Marcus Boerger [Wed, 4 Jan 2006 13:18:31 +0000 (13:18 +0000)]
- Add myself as author
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).
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.
Sebastian Bergmann [Wed, 4 Jan 2006 09:26:32 +0000 (09:26 +0000)]
ZTS fixes.
<changelog@php.net> [Wed, 4 Jan 2006 06:31:48 +0000 (06:31 +0000)]
ChangeLog update
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:///...
Marcus Boerger [Wed, 4 Jan 2006 02:21:22 +0000 (02:21 +0000)]
- Add test (fails right now (why ever))
Marcus Boerger [Tue, 3 Jan 2006 21:34:11 +0000 (21:34 +0000)]
- Add new test
Ilia Alshanetsky [Tue, 3 Jan 2006 20:13:31 +0000 (20:13 +0000)]
MFB51: Added param checks for ap2 fetch respose/request header functions.
Marcus Boerger [Tue, 3 Jan 2006 16:22:23 +0000 (16:22 +0000)]
- Fix two crashes in case of error
Marcus Boerger [Tue, 3 Jan 2006 15:59:07 +0000 (15:59 +0000)]
- Provide parameter info
- Add missing editor blocks
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
foobar [Tue, 3 Jan 2006 13:25:33 +0000 (13:25 +0000)]
MFB
foobar [Tue, 3 Jan 2006 13:20:13 +0000 (13:20 +0000)]
- Fixed bug #35288 (iconv() function defined as libiconv())
<changelog@php.net> [Tue, 3 Jan 2006 06:31:37 +0000 (06:31 +0000)]
ChangeLog update
foobar [Mon, 2 Jan 2006 22:39:43 +0000 (22:39 +0000)]
- Fixed apache_setenv() which requires 2 parameters
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.
Derick Rethans [Mon, 2 Jan 2006 20:15:22 +0000 (20:15 +0000)]
- Fixed year dependent test.
<changelog@php.net> [Mon, 2 Jan 2006 06:31:58 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Sun, 1 Jan 2006 23:05:42 +0000 (23:05 +0000)]
- Class was renamed (change test names, too)
Marcus Boerger [Sun, 1 Jan 2006 22:58:12 +0000 (22:58 +0000)]
- Class was renamed
Greg Beaver [Sun, 1 Jan 2006 22:49:10 +0000 (22:49 +0000)]
PHP_Archive -> Phar to match coding standards and pecl traditions
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
Marcus Boerger [Sun, 1 Jan 2006 22:19:51 +0000 (22:19 +0000)]
- Small tweaks/cleanup/left-overs
Greg Beaver [Sun, 1 Jan 2006 22:11:03 +0000 (22:11 +0000)]
remove a host of small problems found by testing 016.phpt
Greg Beaver [Sun, 1 Jan 2006 22:10:21 +0000 (22:10 +0000)]
test needed tweaking to pass now
Greg Beaver [Sun, 1 Jan 2006 21:43:14 +0000 (21:43 +0000)]
update tests to new API (16, 18, 19 still fail)
Marcus Boerger [Sun, 1 Jan 2006 21:42:55 +0000 (21:42 +0000)]
- Simplify and change to --enable-phar since zlib is optional
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
Marcus Boerger [Sun, 1 Jan 2006 20:40:43 +0000 (20:40 +0000)]
- No revert the automatically inserted /*..*/ where wrong
Marcus Boerger [Sun, 1 Jan 2006 20:34:22 +0000 (20:34 +0000)]
- Fix comments
Greg Beaver [Sun, 1 Jan 2006 20:30:16 +0000 (20:30 +0000)]
update package.xml
Greg Beaver [Sun, 1 Jan 2006 20:16:09 +0000 (20:16 +0000)]
add sorting to opendir() so that it matches PHP_Archive exactly
Ilia Alshanetsky [Sun, 1 Jan 2006 20:13:31 +0000 (20:13 +0000)]
MFB51: Added safety checks
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).
Marcus Boerger [Sun, 1 Jan 2006 19:57:27 +0000 (19:57 +0000)]
- MFB
foobar [Sun, 1 Jan 2006 19:00:14 +0000 (19:00 +0000)]
- Allow any EOLs in CREDITS files