]> granicus.if.org Git - php/log
php
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

19 years agofix build
foobar [Sun, 1 Jan 2006 17:28:25 +0000 (17:28 +0000)]
fix build

19 years agoNEVER EVER use DOS EOLs in CREDITS!!!!
foobar [Sun, 1 Jan 2006 17:27:11 +0000 (17:27 +0000)]
NEVER EVER use DOS EOLs in CREDITS!!!!

19 years agooops
foobar [Sun, 1 Jan 2006 13:25:34 +0000 (13:25 +0000)]
oops

19 years ago- fix typo
foobar [Sun, 1 Jan 2006 13:13:11 +0000 (13:13 +0000)]
- fix typo

19 years agobump year and license version
foobar [Sun, 1 Jan 2006 13:10:10 +0000 (13:10 +0000)]
bump year and license version

19 years ago2005 -> 2006
foobar [Sun, 1 Jan 2006 12:17:46 +0000 (12:17 +0000)]
2005 -> 2006

19 years agofix eof, fix segfault in stat, add unique dev/inode to allow caching via opcode cache...
Greg Beaver [Sun, 1 Jan 2006 07:40:36 +0000 (07:40 +0000)]
fix eof, fix segfault in stat, add unique dev/inode to allow caching via opcode caches like APC, comply with API 0.7.1, add todo items to EXPERIMENTAL

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

19 years ago- Fix environment handling
Marcus Boerger [Sat, 31 Dec 2005 17:48:12 +0000 (17:48 +0000)]
- Fix environment handling

19 years ago- Fix tests
Marcus Boerger [Sat, 31 Dec 2005 17:42:27 +0000 (17:42 +0000)]
- Fix tests

19 years ago- MFB
Marcus Boerger [Sat, 31 Dec 2005 17:42:01 +0000 (17:42 +0000)]
- MFB

19 years agoChangeLog update
<changelog@php.net> [Sat, 31 Dec 2005 06:31:50 +0000 (06:31 +0000)]
ChangeLog update

19 years ago- Fixed bug #35377 (undefined reference to "fdatasync")
foobar [Sat, 31 Dec 2005 00:53:21 +0000 (00:53 +0000)]
- Fixed bug #35377 (undefined reference to "fdatasync")

19 years agoinstantiated was correct
Rasmus Lerdorf [Fri, 30 Dec 2005 17:13:30 +0000 (17:13 +0000)]
instantiated was correct

19 years ago- MFB
Marcus Boerger [Fri, 30 Dec 2005 13:42:20 +0000 (13:42 +0000)]
- MFB

19 years ago- MF51
Marcus Boerger [Fri, 30 Dec 2005 12:50:10 +0000 (12:50 +0000)]
- MF51

19 years agotypofixes
foobar [Fri, 30 Dec 2005 12:20:39 +0000 (12:20 +0000)]
typofixes

19 years ago- MF51
Marcus Boerger [Fri, 30 Dec 2005 11:45:32 +0000 (11:45 +0000)]
- MF51

19 years ago- ensure that x1<x2 or y1<y2
Pierre Joye [Fri, 30 Dec 2005 09:53:05 +0000 (09:53 +0000)]
- ensure that x1<x2 or y1<y2

19 years agoChangeLog update
<changelog@php.net> [Fri, 30 Dec 2005 06:31:44 +0000 (06:31 +0000)]
ChangeLog update

19 years agofix typo
foobar [Fri, 30 Dec 2005 05:39:38 +0000 (05:39 +0000)]
fix typo

19 years ago- add some basic optimisations, usefull when you draw many horizontal or
Pierre Joye [Fri, 30 Dec 2005 01:19:32 +0000 (01:19 +0000)]
- add some basic optimisations, usefull when you draw many horizontal or
  vertical lines like in charts

19 years agoadded Turkish language definition (related to bug #29955)
Rui Hirokawa [Thu, 29 Dec 2005 23:52:59 +0000 (23:52 +0000)]
added Turkish language definition (related to bug #29955)

19 years agoMFB51: Not a fatal error.
Ilia Alshanetsky [Thu, 29 Dec 2005 22:00:09 +0000 (22:00 +0000)]
MFB51: Not a fatal error.

19 years agofix CGI build (patch by Pierangelo Masarati)
Antony Dovgal [Thu, 29 Dec 2005 14:12:34 +0000 (14:12 +0000)]
fix CGI build (patch by Pierangelo Masarati)

19 years ago- MFH: Fixed bug #35751 (using date with a timestamp makes httpd segfault).
Derick Rethans [Thu, 29 Dec 2005 10:56:17 +0000 (10:56 +0000)]
- MFH: Fixed bug #35751 (using date with a timestamp makes httpd segfault).

19 years agoChangeLog update
<changelog@php.net> [Thu, 29 Dec 2005 06:31:43 +0000 (06:31 +0000)]
ChangeLog update

19 years agoSilence compiler warning: unused variable
Sara Golemon [Thu, 29 Dec 2005 06:00:36 +0000 (06:00 +0000)]
Silence compiler warning: unused variable

19 years agoMFB51: Fixed bug #35817 (unpack() does not decode odd number of hexadecimal
Ilia Alshanetsky [Wed, 28 Dec 2005 20:56:22 +0000 (20:56 +0000)]
MFB51: Fixed bug #35817 (unpack() does not decode odd number of hexadecimal
 values)

19 years agoChangeLog update
<changelog@php.net> [Wed, 28 Dec 2005 06:31:47 +0000 (06:31 +0000)]
ChangeLog update

19 years agotweak the fix
Antony Dovgal [Tue, 27 Dec 2005 23:27:02 +0000 (23:27 +0000)]
tweak the fix

19 years agoadd test for #35821
Antony Dovgal [Tue, 27 Dec 2005 22:35:18 +0000 (22:35 +0000)]
add test for #35821

19 years agoMF51: fix #35821 (array_map() segfaults when exception is throwed from the callback)
Antony Dovgal [Tue, 27 Dec 2005 22:33:40 +0000 (22:33 +0000)]
MF51: fix #35821 (array_map() segfaults when exception is throwed from the callback)

19 years ago- Upgraded timezone db to 2005.18.
Derick Rethans [Tue, 27 Dec 2005 19:49:30 +0000 (19:49 +0000)]
- Upgraded timezone db to 2005.18.

19 years agoMFB51: Improve "skip" checks
Ilia Alshanetsky [Tue, 27 Dec 2005 17:17:11 +0000 (17:17 +0000)]
MFB51: Improve "skip" checks

19 years agoChangeLog update
<changelog@php.net> [Tue, 27 Dec 2005 06:32:16 +0000 (06:32 +0000)]
ChangeLog update

19 years ago- remove HAVE_LIBGD20, we support only 2.0+ now
Pierre Joye [Tue, 27 Dec 2005 00:16:05 +0000 (00:16 +0000)]
- remove HAVE_LIBGD20, we support only 2.0+ now
  (some were removed by my previous commit)

19 years ago- silent compile warning introduced by previous commit
Pierre Joye [Tue, 27 Dec 2005 00:11:16 +0000 (00:11 +0000)]
- silent compile warning introduced by previous commit

19 years agoMFB: typofix
Antony Dovgal [Mon, 26 Dec 2005 23:58:55 +0000 (23:58 +0000)]
MFB: typofix

19 years ago- HAVE_GD_DYNAMIC_CTX_EX, always defined
Pierre Joye [Mon, 26 Dec 2005 21:46:56 +0000 (21:46 +0000)]
- HAVE_GD_DYNAMIC_CTX_EX, always defined

19 years ago- check for jpeg support
Pierre Joye [Mon, 26 Dec 2005 21:41:37 +0000 (21:41 +0000)]
- check for jpeg support

19 years ago- remove HAVE_LIBGD204, always set
Pierre Joye [Mon, 26 Dec 2005 20:44:19 +0000 (20:44 +0000)]
- remove HAVE_LIBGD204, always set

19 years ago- remove USE_GD_IOCTX, both bundled and extern lib use IOCTX
Pierre Joye [Mon, 26 Dec 2005 20:34:42 +0000 (20:34 +0000)]
- remove USE_GD_IOCTX, both bundled and extern lib use IOCTX

19 years ago- basic gif i/o test
Pierre Joye [Mon, 26 Dec 2005 19:11:51 +0000 (19:11 +0000)]
- basic gif i/o test

19 years agofix test
foobar [Mon, 26 Dec 2005 18:30:12 +0000 (18:30 +0000)]
fix test