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

19 years ago- imagetypes test
Pierre Joye [Mon, 26 Dec 2005 17:15:51 +0000 (17:15 +0000)]
- imagetypes test
- copyresized title

19 years agoadd new test
Antony Dovgal [Mon, 26 Dec 2005 15:15:10 +0000 (15:15 +0000)]
add new test

19 years ago- Support full range of floats
Marcus Boerger [Mon, 26 Dec 2005 14:46:34 +0000 (14:46 +0000)]
- Support full range of floats

19 years ago- Fix memory corruption in s*printf() (see bug #27678)
Marcus Boerger [Mon, 26 Dec 2005 13:39:17 +0000 (13:39 +0000)]
- Fix memory corruption in s*printf() (see bug #27678)

19 years ago- copyresized basic test
Pierre Joye [Mon, 26 Dec 2005 12:05:36 +0000 (12:05 +0000)]
- copyresized basic test
  more once imagediff is available

19 years agoCode cleanup (Nuno)
Dmitry Stogov [Mon, 26 Dec 2005 10:54:12 +0000 (10:54 +0000)]
Code cleanup (Nuno)

19 years agoWhitespace
Zeev Suraski [Mon, 26 Dec 2005 09:30:40 +0000 (09:30 +0000)]
Whitespace

19 years agoReverted invalid fix for bug #35785
Dmitry Stogov [Mon, 26 Dec 2005 08:21:29 +0000 (08:21 +0000)]
Reverted invalid fix for bug #35785

19 years agoFix Windows build.
Sebastian Bergmann [Mon, 26 Dec 2005 07:56:37 +0000 (07:56 +0000)]
Fix Windows build.

19 years agoCommit missing files - sorry!
Zeev Suraski [Mon, 26 Dec 2005 07:25:45 +0000 (07:25 +0000)]
Commit missing files - sorry!

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

19 years ago- #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and
Pierre Joye [Mon, 26 Dec 2005 00:54:12 +0000 (00:54 +0000)]
- #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and
         LIBEXSLT_DOTTED_VERSION

MFH?

19 years agoadd missing skipif tag
Antony Dovgal [Sun, 25 Dec 2005 22:38:36 +0000 (22:38 +0000)]
add missing skipif tag

19 years ago- add colorclosestalpha tests
Pierre Joye [Sun, 25 Dec 2005 22:02:53 +0000 (22:02 +0000)]
- add colorclosestalpha tests

19 years ago- add colorresolvealpha to colorresolve tests
Pierre Joye [Sun, 25 Dec 2005 21:45:04 +0000 (21:45 +0000)]
- add colorresolvealpha to colorresolve tests
- update colormatch

19 years ago- raise warning instread of errors in colormatch
Pierre Joye [Sun, 25 Dec 2005 20:32:25 +0000 (20:32 +0000)]
- raise warning instread of errors in colormatch

19 years agoMFB51: Make MySQL driver use ANSI complaint quoting style.
Ilia Alshanetsky [Sun, 25 Dec 2005 20:30:56 +0000 (20:30 +0000)]
MFB51: Make MySQL driver use ANSI complaint quoting style.

19 years ago- fix leak/segfaults in imagecolormatch
Pierre Joye [Sun, 25 Dec 2005 19:21:58 +0000 (19:21 +0000)]
- fix leak/segfaults in imagecolormatch
- add tests for imagecolorexact and imagecolormatch
  The later is only about the segv

19 years ago- Remove wrong inline usage (and fix bug #35796)
foobar [Sun, 25 Dec 2005 16:03:38 +0000 (16:03 +0000)]
- Remove wrong inline usage (and fix bug #35796)

19 years agofixed #35711, added mbstring.strict_detection to detect the encoding striktly.
Rui Hirokawa [Sun, 25 Dec 2005 15:21:54 +0000 (15:21 +0000)]
fixed #35711, added mbstring.strict_detection to detect the encoding striktly.

19 years agoReimplement FastCGI interface
Zeev Suraski [Sun, 25 Dec 2005 12:45:01 +0000 (12:45 +0000)]
Reimplement FastCGI interface

Due to licensing restrictions that actually don't allow anybody to use
the libfcgi code without prior approval from Open Market, which is
impossible to obtain - we decided to reimplement this interface from
scratch.  The result is actually slightly faster, and more importantly,
clear of any copyright issues.

Implementation by Dmitry

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

19 years ago- add truecolortopallete and istruecolor test
Pierre Joye [Sat, 24 Dec 2005 14:05:20 +0000 (14:05 +0000)]
- add truecolortopallete and istruecolor test
- titles for colorclosest/resolve...

19 years ago- fix titles
Pierre Joye [Sat, 24 Dec 2005 14:01:54 +0000 (14:01 +0000)]
- fix titles
- function check

19 years ago- MFB Make this work with VPATH builds too
Marcus Boerger [Sat, 24 Dec 2005 13:19:49 +0000 (13:19 +0000)]
- MFB Make this work with VPATH builds too

19 years ago- Require re2c 0.9.11 and use correct version notation
Marcus Boerger [Sat, 24 Dec 2005 11:37:25 +0000 (11:37 +0000)]
- Require re2c 0.9.11 and use correct version notation

19 years ago- Update
Marcus Boerger [Sat, 24 Dec 2005 11:36:52 +0000 (11:36 +0000)]
- Update

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

19 years agofixed #35711 ISO-8859 charset not correctly detected.
Rui Hirokawa [Sat, 24 Dec 2005 01:20:26 +0000 (01:20 +0000)]
fixed #35711 ISO-8859 charset not correctly detected.

19 years ago- Add make target make ntest to test in unicode mode
Marcus Boerger [Fri, 23 Dec 2005 21:01:05 +0000 (21:01 +0000)]
- Add make target make ntest to test in unicode mode
- Change make target test to check native and unicode mode

19 years ago- Fixed Bug #35785 (SimpleXML memory read error)
Marcus Boerger [Fri, 23 Dec 2005 20:31:39 +0000 (20:31 +0000)]
- Fixed Bug #35785 (SimpleXML memory read error)

19 years ago- Add new test
Marcus Boerger [Fri, 23 Dec 2005 20:26:22 +0000 (20:26 +0000)]
- Add new test

19 years ago- Fix test by splitting it
Marcus Boerger [Fri, 23 Dec 2005 20:03:31 +0000 (20:03 +0000)]
- Fix test by splitting it

19 years ago- Fix handling of bork tests
Marcus Boerger [Fri, 23 Dec 2005 19:40:01 +0000 (19:40 +0000)]
- Fix handling of bork tests

19 years agofix mkdir() function properly (patch by nlopess)
foobar [Fri, 23 Dec 2005 18:56:28 +0000 (18:56 +0000)]
fix mkdir() function properly (patch by nlopess)

19 years agoMFB: format string fixes
Stefan Esser [Fri, 23 Dec 2005 18:43:03 +0000 (18:43 +0000)]
MFB: format string fixes

19 years agoMFB: fix #35781 (stream_filter_append() can cause segfault)
Antony Dovgal [Fri, 23 Dec 2005 15:05:42 +0000 (15:05 +0000)]
MFB: fix #35781 (stream_filter_append() can cause segfault)

19 years agoadded turkish language support for libmbfl.
Rui Hirokawa [Fri, 23 Dec 2005 13:53:30 +0000 (13:53 +0000)]
added turkish language support for libmbfl.

19 years agofixed #29955 mb_strtoupper() / lower() broken with Turkish encoding..
Rui Hirokawa [Fri, 23 Dec 2005 13:50:29 +0000 (13:50 +0000)]
fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding..

19 years agofix tests
Antony Dovgal [Fri, 23 Dec 2005 13:24:17 +0000 (13:24 +0000)]
fix tests

19 years agofixed #28899 mb_substr() and substr() work differently when mbstring.func_overload...
Rui Hirokawa [Fri, 23 Dec 2005 11:14:54 +0000 (11:14 +0000)]
fixed #28899 mb_substr() and substr() work differently when mbstring.func_overload is enabled.

19 years agoFixed memory corruption and termination through _zend_bailout()
Dmitry Stogov [Fri, 23 Dec 2005 09:41:31 +0000 (09:41 +0000)]
Fixed memory corruption and termination through _zend_bailout()

19 years ago- Do not test output escaping here
Marcus Boerger [Fri, 23 Dec 2005 08:44:34 +0000 (08:44 +0000)]
- Do not test output escaping here

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

19 years ago- remove HAVE_GDIMAGECOLORRESOLVE here too (w32)
Pierre Joye [Thu, 22 Dec 2005 23:25:06 +0000 (23:25 +0000)]
- remove HAVE_GDIMAGECOLORRESOLVE here too (w32)