]> granicus.if.org Git - php/log
php
17 years ago- Fix unicode issue (our string termination test checks both ending bytes instead...
Marcus Boerger [Fri, 6 Apr 2007 21:02:20 +0000 (21:02 +0000)]
- Fix unicode issue (our string termination test checks both ending bytes instead of just one)

17 years ago- Add a helper
Marcus Boerger [Fri, 6 Apr 2007 20:41:23 +0000 (20:41 +0000)]
- Add a helper

17 years agofix test
Antony Dovgal [Fri, 6 Apr 2007 19:35:06 +0000 (19:35 +0000)]
fix test

17 years agoMFB
Andrei Zmievski [Fri, 6 Apr 2007 19:27:15 +0000 (19:27 +0000)]
MFB

17 years ago- Fix types
Marcus Boerger [Fri, 6 Apr 2007 19:04:53 +0000 (19:04 +0000)]
- Fix types

17 years ago- MFB #40091 fix
Marcus Boerger [Fri, 6 Apr 2007 18:50:07 +0000 (18:50 +0000)]
- MFB #40091 fix

17 years ago- MFB: Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and
Pierre Joye [Fri, 6 Apr 2007 15:42:27 +0000 (15:42 +0000)]
- MFB: Fix windows mutex intialization, add  HAVE_GD_FONTMUTEX and
  HAVE_LIBFREETYPE to config.w32 (Thanks to Frank for the report)

17 years ago- Fix #40442
Marcus Boerger [Fri, 6 Apr 2007 15:32:29 +0000 (15:32 +0000)]
- Fix #40442

17 years agoChangeLog update
<changelog@php.net> [Fri, 6 Apr 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix win32 build
Rob Richards [Thu, 5 Apr 2007 18:09:48 +0000 (18:09 +0000)]
fix win32 build

17 years ago- depends on 2.0.34
Pierre Joye [Thu, 5 Apr 2007 11:59:13 +0000 (11:59 +0000)]
- depends on 2.0.34

17 years agofix build without FreeType
Antony Dovgal [Thu, 5 Apr 2007 09:32:58 +0000 (09:32 +0000)]
fix build without FreeType

17 years agofix build & test
Antony Dovgal [Thu, 5 Apr 2007 07:24:21 +0000 (07:24 +0000)]
fix build & test
improve coding style

17 years agoChangeLog update
<changelog@php.net> [Thu, 5 Apr 2007 01:31:07 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- MFB:
Pierre Joye [Wed, 4 Apr 2007 21:39:01 +0000 (21:39 +0000)]
- MFB:
 - implement #39867, PKCS#12 support
 - Fix possible multibyte issues issue in the add_assoc function
 - add test for openssl_csr_get_subject

17 years ago- MFB: #40947, allow a single filter as argument for filter_var_arra
Pierre Joye [Wed, 4 Apr 2007 20:51:42 +0000 (20:51 +0000)]
- MFB: #40947, allow a single filter as argument for filter_var_arra

17 years agofix #40998 (long session array keys are truncated)
Antony Dovgal [Wed, 4 Apr 2007 19:46:42 +0000 (19:46 +0000)]
fix #40998 (long session array keys are truncated)

17 years ago- Update TODO, we most likely release current state as 1.1.0
Marcus Boerger [Wed, 4 Apr 2007 19:03:54 +0000 (19:03 +0000)]
- Update TODO, we most likely release current state as 1.1.0

17 years agoSync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and MOPB...
Seiji Masugata [Wed, 4 Apr 2007 15:23:09 +0000 (15:23 +0000)]
Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and MOPB-34-2007:PHP).

17 years agoMFB: fix race condition on font cache shutdown
Nuno Lopes [Wed, 4 Apr 2007 14:26:04 +0000 (14:26 +0000)]
MFB: fix race condition on font cache shutdown

17 years ago- MFH:
Pierre Joye [Wed, 4 Apr 2007 11:42:54 +0000 (11:42 +0000)]
- MFH:
 - do not try to use the global color map when none was found (Nuno, Pierre)
 - free im on error

17 years agofix leak on error
Antony Dovgal [Wed, 4 Apr 2007 10:44:49 +0000 (10:44 +0000)]
fix leak on error

17 years ago- fix previous commit (missing #ifdef in shutdown declaration)
Pierre Joye [Wed, 4 Apr 2007 01:54:34 +0000 (01:54 +0000)]
- fix previous commit (missing #ifdef in shutdown declaration)
- MFB:
 - Sync with gd 2.0.35 (bug #52, #60 and #66)
  - Improve TS of gif loading code (Roman Nemecek, Nuno, Pierre)
  - a frame size must be confined to the screen defition (Pierre)
  - be sure to always read the dimensions in the frame and does not use
    the screen size (see #66 for a side effect) (Pierre)
  - Update #37360 test. The frame does not fit the logical screen (specs
    tell that it must fit) (Pierre)

17 years agoChangeLog update
<changelog@php.net> [Wed, 4 Apr 2007 01:31:03 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- remove double lock (tween colors cache is created in each thread, the
Pierre Joye [Wed, 4 Apr 2007 00:44:38 +0000 (00:44 +0000)]
- remove double lock (tween colors cache is created in each thread, the
  cache mutex is already locked earlier)
- #40858, other TS improvements for gd freetype cache management
  cache initialization and shutdown is now done in MINIT and MSHUTDOWN.

17 years ago- MFB: colors allocated henceforth from the resulting image overwrite
Pierre Joye [Wed, 4 Apr 2007 00:41:08 +0000 (00:41 +0000)]
- MFB: colors allocated henceforth from the resulting image overwrite
the palette colors (sync with 2.0.34) (Rob Leslie)

17 years agofix #39351 (relative include fails on Solaris)
Antony Dovgal [Tue, 3 Apr 2007 20:19:47 +0000 (20:19 +0000)]
fix #39351 (relative include fails on Solaris)

17 years agoMFB: correction for previous fix to bug #38770 (pack/unpack is broken on 64bit)
Brian Shire [Tue, 3 Apr 2007 19:50:43 +0000 (19:50 +0000)]
MFB: correction for previous fix to bug #38770 (pack/unpack is broken on 64bit)
fix pack test, correct space to tabs

17 years agoMFB: allow registered classes to be changed
Rob Richards [Tue, 3 Apr 2007 11:58:24 +0000 (11:58 +0000)]
MFB: allow registered classes to be changed

17 years agoFugbix typo.
Sebastian Bergmann [Tue, 3 Apr 2007 06:56:39 +0000 (06:56 +0000)]
Fugbix typo.

17 years agoRemoved undocumnted and incomplete support for strings in list() operator
Dmitry Stogov [Tue, 3 Apr 2007 06:33:00 +0000 (06:33 +0000)]
Removed undocumnted and incomplete support for strings in list() operator

17 years agoChangeLog update
<changelog@php.net> [Tue, 3 Apr 2007 01:30:57 +0000 (01:30 +0000)]
ChangeLog update

17 years agofix for #33664 Console window appears when using exec()
Stanislav Malyshev [Mon, 2 Apr 2007 20:48:53 +0000 (20:48 +0000)]
fix for #33664 Console window appears when using exec()

17 years agoMFB- 64bit test
foobar [Mon, 2 Apr 2007 15:12:55 +0000 (15:12 +0000)]
MFB- 64bit test

17 years agoMFB:- Make this 32bit only test. (will add 64bit version next)
foobar [Mon, 2 Apr 2007 15:02:22 +0000 (15:02 +0000)]
MFB:- Make this 32bit only test. (will add 64bit version next)

17 years agoFixed bug #37013 (server hangs when returning circular object references)
Dmitry Stogov [Mon, 2 Apr 2007 13:43:29 +0000 (13:43 +0000)]
Fixed bug #37013 (server hangs when returning circular object references)

17 years agoMFB52:- Changed phpinfo() to make difference between set php.ini path and what was...
foobar [Mon, 2 Apr 2007 12:42:18 +0000 (12:42 +0000)]
MFB52:- Changed phpinfo() to make difference between set php.ini path and what was actually loaded.

17 years agoChangeLog update
<changelog@php.net> [Mon, 2 Apr 2007 01:31:01 +0000 (01:31 +0000)]
ChangeLog update

17 years agoChangeLog update
<changelog@php.net> [Sat, 31 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years agonew test
Dmitry Stogov [Fri, 30 Mar 2007 10:10:15 +0000 (10:10 +0000)]
new test

17 years agoChangeLog update
<changelog@php.net> [Fri, 30 Mar 2007 01:31:11 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix #10194 (crash in Oracle client when memory limit reached in the callback)
Antony Dovgal [Thu, 29 Mar 2007 09:30:25 +0000 (09:30 +0000)]
fix #10194 (crash in Oracle client when memory limit reached in the callback)
preallocate the required buffer, so that it would fail earlier.

17 years agoChangeLog update
<changelog@php.net> [Thu, 29 Mar 2007 01:31:01 +0000 (01:31 +0000)]
ChangeLog update

17 years agoOracle seems to return non zero terminated strings or strings with only 1 zero at...
Antony Dovgal [Wed, 28 Mar 2007 23:05:36 +0000 (23:05 +0000)]
Oracle seems to return non zero terminated strings or strings with only 1 zero at the end in Unicode mode
surely u_strlen() doesn't like it, so lets use OCIStringSize() and avoid u_strlen()

17 years agoImproved FastCGI SAPI to support external pipe and socket servers on win32
Dmitry Stogov [Wed, 28 Mar 2007 15:39:35 +0000 (15:39 +0000)]
Improved FastCGI SAPI to support external pipe and socket servers on win32

17 years ago- Fixed test
foobar [Wed, 28 Mar 2007 12:26:44 +0000 (12:26 +0000)]
- Fixed test

17 years agoNew tests for ltrim, rtrim, str_pad
Zoe Slattery [Wed, 28 Mar 2007 10:31:13 +0000 (10:31 +0000)]
New tests for ltrim, rtrim, str_pad

17 years agodrop deprecated funcs and change error level to E_WARNING
Antony Dovgal [Wed, 28 Mar 2007 10:22:33 +0000 (10:22 +0000)]
drop deprecated funcs and change error level to E_WARNING

17 years agoadd .cvsignore
Antony Dovgal [Wed, 28 Mar 2007 10:09:55 +0000 (10:09 +0000)]
add .cvsignore

17 years agofix #40392 (memory leaks in PHP milter SAPI)
Antony Dovgal [Wed, 28 Mar 2007 10:06:54 +0000 (10:06 +0000)]
fix #40392 (memory leaks in PHP milter SAPI)
we should have dropped this SAPI years ago

17 years agoNew ucfirst() test.
Zoe Slattery [Wed, 28 Mar 2007 09:54:31 +0000 (09:54 +0000)]
New ucfirst() test.

17 years agonew test for printf
Zoe Slattery [Wed, 28 Mar 2007 09:41:55 +0000 (09:41 +0000)]
new test for printf

17 years agofix compile warning
Antony Dovgal [Wed, 28 Mar 2007 09:13:55 +0000 (09:13 +0000)]
fix compile warning

17 years agoChangeLog update
<changelog@php.net> [Wed, 28 Mar 2007 01:31:07 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Compatibility with suhosin
Marcus Boerger [Tue, 27 Mar 2007 21:28:22 +0000 (21:28 +0000)]
- Compatibility with suhosin

17 years ago- Allow to load multipe extensions via -d
Marcus Boerger [Tue, 27 Mar 2007 20:27:39 +0000 (20:27 +0000)]
- Allow to load multipe extensions via -d

17 years ago- Update package info
Marcus Boerger [Tue, 27 Mar 2007 20:03:56 +0000 (20:03 +0000)]
- Update package info

17 years agofix compile warning
Antony Dovgal [Tue, 27 Mar 2007 09:28:49 +0000 (09:28 +0000)]
fix compile warning

17 years agoChangeLog update
<changelog@php.net> [Tue, 27 Mar 2007 01:31:12 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Split TODO
Marcus Boerger [Mon, 26 Mar 2007 20:36:10 +0000 (20:36 +0000)]
- Split TODO

17 years agoMFB: fix bug #37386 (autocreating element doesn't assign value to first node)
Rob Richards [Mon, 26 Mar 2007 20:16:16 +0000 (20:16 +0000)]
MFB: fix bug #37386 (autocreating element doesn't assign value to first node)
all single SimpleXMLElements are addressable using offset 0
use correct node for xpath context node
add test

17 years ago- Prevent rename on extracted archieves
Marcus Boerger [Mon, 26 Mar 2007 19:51:22 +0000 (19:51 +0000)]
- Prevent rename on extracted archieves

17 years ago- Fix return value of unlink/rename handlers
Marcus Boerger [Mon, 26 Mar 2007 19:20:00 +0000 (19:20 +0000)]
- Fix return value of unlink/rename handlers
- Add extract_list support to all wrapper handlers but rename

17 years agofix memleak in external dirs
Greg Beaver [Mon, 26 Mar 2007 16:42:47 +0000 (16:42 +0000)]
fix memleak in external dirs
update package.xml
move API to 1.1.0
update package version to 1.1.0RC1
update API test

17 years agofix extra extsrcrelease tags
Greg Beaver [Mon, 26 Mar 2007 15:51:17 +0000 (15:51 +0000)]
fix extra extsrcrelease tags

17 years agoas Marcus said: "don't we need this for bz2?" :)
Greg Beaver [Mon, 26 Mar 2007 15:50:26 +0000 (15:50 +0000)]
as Marcus said: "don't we need this for bz2?" :)

17 years agofix #40915 (addcslashes unexpected behavior with binary input)
Antony Dovgal [Mon, 26 Mar 2007 10:23:50 +0000 (10:23 +0000)]
fix #40915 (addcslashes unexpected behavior with binary input)

17 years agoMFB
Antony Dovgal [Mon, 26 Mar 2007 08:02:36 +0000 (08:02 +0000)]
MFB

17 years agoChangeLog update
<changelog@php.net> [Mon, 26 Mar 2007 01:31:00 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix tests, add missing break to setSignatureAlgorithm()
Greg Beaver [Mon, 26 Mar 2007 00:29:22 +0000 (00:29 +0000)]
fix tests, add missing break to setSignatureAlgorithm()

17 years agoupdate note
Greg Beaver [Mon, 26 Mar 2007 00:03:53 +0000 (00:03 +0000)]
update note

17 years agoupdate package.xml
Greg Beaver [Mon, 26 Mar 2007 00:02:14 +0000 (00:02 +0000)]
update package.xml

17 years agoadd tests for signature algo
Greg Beaver [Mon, 26 Mar 2007 00:01:34 +0000 (00:01 +0000)]
add tests for signature algo

17 years ago[DOC]
Greg Beaver [Mon, 26 Mar 2007 00:00:56 +0000 (00:00 +0000)]
[DOC]
implement setSignatureAlgorithm() and add class constants Phar::MD5, Phar::SHA1, Phar::SHA256, Phar::SHA512, Phar::PGP

17 years agodefault must be SHA1 or we get a BC break
Greg Beaver [Sun, 25 Mar 2007 23:42:49 +0000 (23:42 +0000)]
default must be SHA1 or we get a BC break

17 years agoadd <providesextension> to the hash dep so it can be built statically as well
Greg Beaver [Sun, 25 Mar 2007 23:19:26 +0000 (23:19 +0000)]
add <providesextension> to the hash dep so it can be built statically as well

17 years ago- Add general SHA-2 support by optional pecl/hash dependency
Marcus Boerger [Sun, 25 Mar 2007 21:43:49 +0000 (21:43 +0000)]
- Add general SHA-2 support by optional pecl/hash dependency
# We actually need support to select the signature type somehow

17 years ago- Fix roles
Marcus Boerger [Sun, 25 Mar 2007 20:36:19 +0000 (20:36 +0000)]
- Fix roles

17 years ago- Use package.php for the first time
Marcus Boerger [Sun, 25 Mar 2007 20:14:35 +0000 (20:14 +0000)]
- Use package.php for the first time

17 years agonew package generator
Greg Beaver [Sun, 25 Mar 2007 20:04:39 +0000 (20:04 +0000)]
new package generator

17 years agotypo
Greg Beaver [Sun, 25 Mar 2007 19:05:10 +0000 (19:05 +0000)]
typo

17 years ago- Add ini: phar.extract_list
Marcus Boerger [Sun, 25 Mar 2007 19:03:38 +0000 (19:03 +0000)]
- Add ini: phar.extract_list
- Add Phar::getExtractList
- Both allow to set a mapping <phar-file> to <extract-dir>
[[DOC]]

17 years ago- Need to install headers
Marcus Boerger [Sun, 25 Mar 2007 12:53:31 +0000 (12:53 +0000)]
- Need to install headers

17 years agoMFB:- Check if Makefile.frag actually exists before running sed on it.
foobar [Sun, 25 Mar 2007 10:21:43 +0000 (10:21 +0000)]
MFB:- Check if Makefile.frag actually exists before running sed on it.

17 years agoChangeLog update
<changelog@php.net> [Sun, 25 Mar 2007 01:30:59 +0000 (01:30 +0000)]
ChangeLog update

17 years ago- Fixed test to skip when mysqld is not running
foobar [Sun, 25 Mar 2007 01:15:41 +0000 (01:15 +0000)]
- Fixed test to skip when mysqld is not running

17 years ago- Drop double variable declaration
Marcus Boerger [Sat, 24 Mar 2007 16:28:45 +0000 (16:28 +0000)]
- Drop double variable declaration

17 years agoChangeLog update
<changelog@php.net> [Sat, 24 Mar 2007 01:31:10 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: fix MOPB-29 - unserialize modifier S does not calculate length correctly
Stanislav Malyshev [Fri, 23 Mar 2007 20:34:11 +0000 (20:34 +0000)]
MFB: fix MOPB-29 - unserialize modifier S does not calculate length correctly

17 years agofix comment
Stanislav Malyshev [Fri, 23 Mar 2007 17:39:19 +0000 (17:39 +0000)]
fix comment

17 years agoReplaced all instances of ldap_get_values() with ldap_get_values_len(), which returns...
Douglas Goldstein [Fri, 23 Mar 2007 15:07:38 +0000 (15:07 +0000)]
Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes

17 years agoFixed bug #40899 (memory leak when nesting list())
Dmitry Stogov [Fri, 23 Mar 2007 12:46:38 +0000 (12:46 +0000)]
Fixed bug #40899 (memory leak when nesting list())

17 years agofix typo and bug #40898
Antony Dovgal [Fri, 23 Mar 2007 08:21:08 +0000 (08:21 +0000)]
fix typo and bug #40898

17 years agoFixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)
Dmitry Stogov [Fri, 23 Mar 2007 07:59:54 +0000 (07:59 +0000)]
Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)

17 years agoChangeLog update
<changelog@php.net> [Fri, 23 Mar 2007 01:31:02 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix handling of not existing long CLI options
Johannes Schlüter [Thu, 22 Mar 2007 21:34:58 +0000 (21:34 +0000)]
- Fix handling of not existing long CLI options

17 years agoupdate for 1.0.0 release
Greg Beaver [Thu, 22 Mar 2007 17:12:10 +0000 (17:12 +0000)]
update for 1.0.0 release

17 years agorename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering
Greg Beaver [Thu, 22 Mar 2007 16:31:46 +0000 (16:31 +0000)]
rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering

17 years agoChangeLog update
<changelog@php.net> [Thu, 22 Mar 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix issue with long form of command line switches
Marcus Boerger [Wed, 21 Mar 2007 23:19:00 +0000 (23:19 +0000)]
- Fix issue with long form of command line switches