]> granicus.if.org Git - php/log
php
18 years agomore POST+array tests
Antony Dovgal [Wed, 3 May 2006 19:02:12 +0000 (19:02 +0000)]
more POST+array tests

18 years agoFixed bug #37205 (incompatibility with mod_fastcgi)
Dmitry Stogov [Wed, 3 May 2006 15:39:16 +0000 (15:39 +0000)]
Fixed bug #37205 (incompatibility with mod_fastcgi)

18 years agoPrepare news file for release
Ilia Alshanetsky [Wed, 3 May 2006 13:32:46 +0000 (13:32 +0000)]
Prepare news file for release

18 years agoRevert previous optimization if preparation for 5.1.4
Ilia Alshanetsky [Wed, 3 May 2006 13:32:10 +0000 (13:32 +0000)]
Revert previous optimization if preparation for 5.1.4

18 years agoFixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll)
Dmitry Stogov [Wed, 3 May 2006 13:25:37 +0000 (13:25 +0000)]
Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll)

18 years agoFixed incompatibility with isapi_fcgi.dll
Dmitry Stogov [Wed, 3 May 2006 13:19:57 +0000 (13:19 +0000)]
Fixed incompatibility with isapi_fcgi.dll

18 years agoFixed bug #37276 (problems witch $_POST array)
Dmitry Stogov [Wed, 3 May 2006 11:24:29 +0000 (11:24 +0000)]
Fixed bug #37276 (problems witch $_POST array)

18 years ago- document the --with-pdo-sqlite[=dir]
Pierre Joye [Wed, 3 May 2006 11:12:54 +0000 (11:12 +0000)]
- document the --with-pdo-sqlite[=dir]

18 years agoBFN
Rob Richards [Wed, 3 May 2006 08:44:32 +0000 (08:44 +0000)]
BFN
re-order news

18 years agoFix bug #37277 (cloning Dom Documents or Nodes does not work)
Rob Richards [Wed, 3 May 2006 08:43:04 +0000 (08:43 +0000)]
Fix bug #37277 (cloning Dom Documents or Nodes does not work)
Proper fix for bug #36859
add test

18 years agoMFH
Dmitry Stogov [Wed, 3 May 2006 06:36:02 +0000 (06:36 +0000)]
MFH

18 years agotypo
Dmitry Stogov [Tue, 2 May 2006 15:50:04 +0000 (15:50 +0000)]
typo

18 years agoFixed possible crash in highlight_string() (proper place)
Dmitry Stogov [Tue, 2 May 2006 15:49:26 +0000 (15:49 +0000)]
Fixed possible crash in highlight_string() (proper place)

18 years agoAttempt to increase smart_str performance through the use of larger
Ilia Alshanetsky [Tue, 2 May 2006 13:52:24 +0000 (13:52 +0000)]
Attempt to increase smart_str performance through the use of larger
default buffers. Biased micro benchmarks show it makes sense :P

18 years agoFixed ossible crash in highlight_string().
Dmitry Stogov [Tue, 2 May 2006 07:19:00 +0000 (07:19 +0000)]
Fixed ossible crash in highlight_string().

18 years agoset min pdo dep to 1.0.3, which will be the new pecl release
Wez Furlong [Tue, 2 May 2006 02:43:11 +0000 (02:43 +0000)]
set min pdo dep to 1.0.3, which will be the new pecl release

18 years agoprep for pecl release
Wez Furlong [Tue, 2 May 2006 02:32:40 +0000 (02:32 +0000)]
prep for pecl release

18 years agotweak for better compatibility when building as SCE.
Wez Furlong [Tue, 2 May 2006 00:59:22 +0000 (00:59 +0000)]
tweak for better compatibility when building as SCE.
(library order is important)

18 years ago- Make SplTempFileObject work in 5.1
Marcus Boerger [Mon, 1 May 2006 16:02:07 +0000 (16:02 +0000)]
- Make SplTempFileObject work in 5.1

18 years agoadd note about ssl context options.
Wez Furlong [Mon, 1 May 2006 01:10:33 +0000 (01:10 +0000)]
add note about ssl context options.

18 years agoAdd two new context options for ssl:
Wez Furlong [Sun, 30 Apr 2006 23:43:46 +0000 (23:43 +0000)]
Add two new context options for ssl:

"capture_peer_cert" and "capture_peer_cert_chain"

If true, the peer certificate and peer certificate chain respectively will be
captured and made available in the ssl context variables "peer_certificate" and
"peer_certificate_chain" respectively.  The certificates are exposed as x509
certificate resources and can be inspected using the existing openssl extension
functions.

This allows applications to perform extended validation.

18 years ago- After 5.1.3 follows 5.1.4, 5.2 requires a new branch, preferable from
Marcus Boerger [Sun, 30 Apr 2006 14:30:05 +0000 (14:30 +0000)]
- After 5.1.3 follows 5.1.4, 5.2 requires a new branch, preferable from
  this point of development (ilia will do so)

18 years agofix PECL #6544
Wez Furlong [Sun, 30 Apr 2006 01:42:53 +0000 (01:42 +0000)]
fix PECL #6544

18 years agoFix #36632
Wez Furlong [Sun, 30 Apr 2006 01:27:33 +0000 (01:27 +0000)]
Fix #36632

18 years agoFix #35552
Wez Furlong [Sun, 30 Apr 2006 00:52:28 +0000 (00:52 +0000)]
Fix #35552

18 years agoRevert patch for pdb files. No need to have it twice!
Frank M. Kromann [Sat, 29 Apr 2006 14:33:46 +0000 (14:33 +0000)]
Revert patch for pdb files. No need to have it twice!

18 years agoAdd new configure option --enable-pdb-files
Frank M. Kromann [Sat, 29 Apr 2006 06:24:38 +0000 (06:24 +0000)]
Add new configure option --enable-pdb-files
This will generate .pdb files for debugging

18 years agoProper fix for bug #37205
Dmitry Stogov [Thu, 27 Apr 2006 11:39:32 +0000 (11:39 +0000)]
Proper fix for bug #37205

18 years ago- MFH: fix bug #37176 (iconv_strpos() fails to find a string)
Moriyoshi Koizumi [Thu, 27 Apr 2006 00:50:54 +0000 (00:50 +0000)]
- MFH: fix bug #37176 (iconv_strpos() fails to find a string)

18 years agoRevert wrong fix
Dmitry Stogov [Wed, 26 Apr 2006 17:48:27 +0000 (17:48 +0000)]
Revert wrong fix

18 years agoRestore dev
Ilia Alshanetsky [Wed, 26 Apr 2006 16:07:11 +0000 (16:07 +0000)]
Restore dev

18 years agoRemove soap cache news
Ilia Alshanetsky [Wed, 26 Apr 2006 14:31:33 +0000 (14:31 +0000)]
Remove soap cache news

18 years agoBFN
Edin Kadribasic [Wed, 26 Apr 2006 14:23:51 +0000 (14:23 +0000)]
BFN

18 years agoGo with 5.1.3
Ilia Alshanetsky [Wed, 26 Apr 2006 14:08:26 +0000 (14:08 +0000)]
Go with 5.1.3

18 years agoPrepare the news file for release
Ilia Alshanetsky [Wed, 26 Apr 2006 13:56:57 +0000 (13:56 +0000)]
Prepare the news file for release

18 years agoFixed bug #37205 (Serving binary content/images fails with "comm with server aborted...
Dmitry Stogov [Wed, 26 Apr 2006 11:08:10 +0000 (11:08 +0000)]
Fixed bug #37205 (Serving binary content/images fails with "comm with server aborted" FastCGI err)

18 years agoCorrectly import external data (#33292)
Edin Kadribasic [Wed, 26 Apr 2006 09:31:23 +0000 (09:31 +0000)]
Correctly import external data (#33292)

18 years agofix tests
Antony Dovgal [Tue, 25 Apr 2006 22:09:46 +0000 (22:09 +0000)]
fix tests

18 years agoremove nonexistent tag
Antony Dovgal [Tue, 25 Apr 2006 12:49:59 +0000 (12:49 +0000)]
remove nonexistent tag

18 years agofix possible substr_compare() crash
Antony Dovgal [Tue, 25 Apr 2006 12:48:42 +0000 (12:48 +0000)]
fix possible substr_compare() crash
add new tests

18 years ago-improve last entry
Michael Wallner [Tue, 25 Apr 2006 08:43:29 +0000 (08:43 +0000)]
-improve last entry

18 years agofix #37191 (chmod takes off sticky bit when safe_mode is On)
Antony Dovgal [Tue, 25 Apr 2006 08:41:02 +0000 (08:41 +0000)]
fix #37191 (chmod takes off sticky bit when safe_mode is On)

18 years ago- Fixed bug #37192 (cc fails on hash_adler.c:32)
Michael Wallner [Tue, 25 Apr 2006 08:34:25 +0000 (08:34 +0000)]
- Fixed bug #37192 (cc fails on hash_adler.c:32)

18 years agoiFixed compilation on Solaris
Dmitry Stogov [Mon, 24 Apr 2006 09:53:57 +0000 (09:53 +0000)]
iFixed compilation on Solaris

18 years agoTypo.
Andrei Zmievski [Sun, 23 Apr 2006 19:56:53 +0000 (19:56 +0000)]
Typo.

18 years agoFixed typos
Ilia Alshanetsky [Sun, 23 Apr 2006 16:40:05 +0000 (16:40 +0000)]
Fixed typos

18 years agoFixed bug #37162 (wddx does not build as a shared extension).
Ilia Alshanetsky [Sun, 23 Apr 2006 16:02:05 +0000 (16:02 +0000)]
Fixed bug #37162 (wddx does not build as a shared extension).

#Patch By: jdolecek at NetBSD dot org

18 years agobah.. no UEXPECT in this branch..
Antony Dovgal [Sat, 22 Apr 2006 23:47:25 +0000 (23:47 +0000)]
bah.. no UEXPECT in this branch..

18 years agoadd test for #37158
Antony Dovgal [Sat, 22 Apr 2006 23:46:42 +0000 (23:46 +0000)]
add test for #37158

18 years agoBFN
Antony Dovgal [Sat, 22 Apr 2006 19:16:36 +0000 (19:16 +0000)]
BFN

18 years agoMFB: don't segfault if an exception has been thrown from the fetch handler
Antony Dovgal [Sat, 22 Apr 2006 19:10:53 +0000 (19:10 +0000)]
MFB: don't segfault if an exception has been thrown from the fetch handler

18 years agofix for #37158
Wez Furlong [Sat, 22 Apr 2006 17:17:40 +0000 (17:17 +0000)]
fix for #37158

18 years agoavoid unterminated loop when closing the statement.
Wez Furlong [Sat, 22 Apr 2006 16:35:18 +0000 (16:35 +0000)]
avoid unterminated loop when closing the statement.

18 years agoBack to dev
Ilia Alshanetsky [Thu, 20 Apr 2006 23:09:20 +0000 (23:09 +0000)]
Back to dev

18 years agothere is no %v in 5_1
Antony Dovgal [Thu, 20 Apr 2006 22:49:20 +0000 (22:49 +0000)]
there is no %v in 5_1

18 years agoPrepare for RC3
Ilia Alshanetsky [Thu, 20 Apr 2006 21:11:29 +0000 (21:11 +0000)]
Prepare for RC3

18 years ago- Fix reading stream filters never notified about EOF
Michael Wallner [Thu, 20 Apr 2006 17:43:18 +0000 (17:43 +0000)]
- Fix reading stream filters never notified about EOF

18 years agoFixed bug #37138 (__autoload tries to load callback'ed self and parent)
Dmitry Stogov [Thu, 20 Apr 2006 07:30:38 +0000 (07:30 +0000)]
Fixed bug #37138 (__autoload tries to load callback'ed self and parent)

18 years agoFixed tokenizer tests
Ilia Alshanetsky [Thu, 20 Apr 2006 01:06:58 +0000 (01:06 +0000)]
Fixed tokenizer tests

18 years agofix build with newer libtidy versions on windows
Nuno Lopes [Wed, 19 Apr 2006 21:47:20 +0000 (21:47 +0000)]
fix build with newer libtidy versions on windows
# first commit on php-src. whatch out :)

18 years agoFixing static builds on windoze machines for our current lib version
John Coggeshall [Wed, 19 Apr 2006 20:57:30 +0000 (20:57 +0000)]
Fixing static builds on windoze machines for our current lib version

18 years agoCleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT...
Dmitry Stogov [Wed, 19 Apr 2006 10:48:54 +0000 (10:48 +0000)]
Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache.
Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can be enabled whit configuartion directive "soap.wsdl_cache = WSDL_CACHE_MEMORY" or "soap.wsdl_cache = WSDL_CACHE_BOTH" or derectly in SoapClent/SoapServer constructor: $ws = new SoapClient($wsdl, array("cache_wsdl"=>WSDL_CACHE_BOTH))
Disk and memory caches use the same TTL value - "soap.wsdl_cache_ttl".
Configuration directive "soap.wsdl_cache_limit" restricts the number of cached wsdl files in memory. Adding new files into full memory cache will delete oldest files from it.
Note that, each PHP process or thread uses it's own memory cache.

18 years agoMFH: fix typo
Antony Dovgal [Wed, 19 Apr 2006 08:43:29 +0000 (08:43 +0000)]
MFH: fix typo

18 years agoRestore dev so win32 snaps can build
Ilia Alshanetsky [Tue, 18 Apr 2006 23:47:10 +0000 (23:47 +0000)]
Restore dev so win32 snaps can build

18 years agoFixed bug #29476 (sqlite_fetch_column_types() locks the database forever).
Ilia Alshanetsky [Tue, 18 Apr 2006 14:30:16 +0000 (14:30 +0000)]
Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).

18 years agoFixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in...
Dmitry Stogov [Tue, 18 Apr 2006 13:07:59 +0000 (13:07 +0000)]
Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS). (Andrei, Dmitry)

18 years agoFixed SUN_LEN calculation
Dmitry Stogov [Tue, 18 Apr 2006 06:59:19 +0000 (06:59 +0000)]
Fixed SUN_LEN calculation

18 years agoFixed memory leaks
Dmitry Stogov [Tue, 18 Apr 2006 06:58:43 +0000 (06:58 +0000)]
Fixed memory leaks

18 years agoCommit the actual fix
Ilia Alshanetsky [Tue, 18 Apr 2006 00:31:45 +0000 (00:31 +0000)]
Commit the actual fix

18 years agoFixed Bug #36872 (session_destroy() fails after call to
Ilia Alshanetsky [Mon, 17 Apr 2006 23:28:02 +0000 (23:28 +0000)]
Fixed Bug #36872 (session_destroy() fails after call to
+  session_regenerate_id(true)).

18 years agoBFN
foobar [Mon, 17 Apr 2006 22:14:32 +0000 (22:14 +0000)]
BFN

18 years agoMFH: Fixed bug #37103 (libmbfl headers not installed)
foobar [Mon, 17 Apr 2006 22:13:56 +0000 (22:13 +0000)]
MFH: Fixed bug #37103 (libmbfl headers not installed)

18 years agoMFH(r-1.55) Fix 'soft line break' handling in convert.quoted-printable-decode
Sara Golemon [Mon, 17 Apr 2006 19:26:04 +0000 (19:26 +0000)]
MFH(r-1.55) Fix 'soft line break' handling in convert.quoted-printable-decode

18 years agoSome encodings were assumed to be default and, thus, were not made
Andrei Zmievski [Mon, 17 Apr 2006 16:08:08 +0000 (16:08 +0000)]
Some encodings were assumed to be default and, thus, were not made
persistent.

18 years agoFixed several bugs in new "caching WSDL in memory" code
Dmitry Stogov [Mon, 17 Apr 2006 13:16:02 +0000 (13:16 +0000)]
Fixed several bugs in new "caching WSDL in memory" code
Re-enabled disk cache

18 years agoFixed a typo in the previous patch.
Ilia Alshanetsky [Sun, 16 Apr 2006 17:40:33 +0000 (17:40 +0000)]
Fixed a typo in the previous patch.

# Thanks Tony

18 years agoFixed bug #37045 (Fixed check for special chars for http redirects).
Ilia Alshanetsky [Sun, 16 Apr 2006 16:54:49 +0000 (16:54 +0000)]
Fixed bug #37045 (Fixed check for special chars for http redirects).

18 years agofix #37062 (compile failure on ARM architecture)
Antony Dovgal [Sat, 15 Apr 2006 12:54:14 +0000 (12:54 +0000)]
fix #37062 (compile failure on ARM architecture)
if ARM is big endian - don't define IEEE_LITTLE_ENDIAN

18 years agomake it consistent with the other ones =)
Antony Dovgal [Fri, 14 Apr 2006 21:06:11 +0000 (21:06 +0000)]
make it consistent with the other ones =)

18 years agook, let's make this test to work on all systems
Antony Dovgal [Fri, 14 Apr 2006 20:30:11 +0000 (20:30 +0000)]
ok, let's make this test to work on all systems
currently it fails at least on Linux PPC and Solaris, probably because of different strncmp/strncasecmp implementations.

18 years ago- MFH Fix properties access to children() result
Marcus Boerger [Fri, 14 Apr 2006 15:19:45 +0000 (15:19 +0000)]
- MFH Fix properties access to children() result

18 years agofix #37077 (stream_socket_server() leaks when the port is not allowed)
Antony Dovgal [Fri, 14 Apr 2006 10:00:55 +0000 (10:00 +0000)]
fix #37077 (stream_socket_server() leaks when the port is not allowed)

18 years agoFixed calling header functions through __call()
Dmitry Stogov [Fri, 14 Apr 2006 09:11:29 +0000 (09:11 +0000)]
Fixed calling header functions through __call()

18 years agoFixed bug #36513 (comment will be outputed in last line)
Dmitry Stogov [Thu, 13 Apr 2006 13:48:28 +0000 (13:48 +0000)]
Fixed bug #36513 (comment will be outputed in last line)

18 years agoAIX #define's accept as naccept
Antony Dovgal [Thu, 13 Apr 2006 13:21:43 +0000 (13:21 +0000)]
AIX #define's accept as naccept
add a workaround

18 years agofix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get the data...
Antony Dovgal [Thu, 13 Apr 2006 11:26:10 +0000 (11:26 +0000)]
fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get the data length from cURL, so it's binary safe.
fix leak appearing when re-using curl handle

18 years agoFixed bug #37054 (SoapClient Error Fetching http headers)
Dmitry Stogov [Thu, 13 Apr 2006 08:18:36 +0000 (08:18 +0000)]
Fixed bug #37054 (SoapClient Error Fetching http headers)

18 years agoFixed test
Dmitry Stogov [Thu, 13 Apr 2006 06:04:28 +0000 (06:04 +0000)]
Fixed test

18 years agofix test title
Antony Dovgal [Wed, 12 Apr 2006 22:20:52 +0000 (22:20 +0000)]
fix test title

18 years ago- MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)
Johannes Schlüter [Wed, 12 Apr 2006 19:30:52 +0000 (19:30 +0000)]
- MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)

18 years agofix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)
Antony Dovgal [Wed, 12 Apr 2006 19:21:35 +0000 (19:21 +0000)]
fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)
add tests

18 years agooops.. I didn't want to commit this..
Antony Dovgal [Wed, 12 Apr 2006 18:01:35 +0000 (18:01 +0000)]
oops.. I didn't want to commit this..

18 years agocorrect fix for bug #37055
Antony Dovgal [Wed, 12 Apr 2006 17:59:32 +0000 (17:59 +0000)]
correct fix for bug #37055

18 years agoadd test
Antony Dovgal [Wed, 12 Apr 2006 15:18:38 +0000 (15:18 +0000)]
add test

18 years agofix #37057 (xmlrpc_decode() may produce arrays with numeric strings which are unacces...
Antony Dovgal [Wed, 12 Apr 2006 15:13:57 +0000 (15:13 +0000)]
fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which are unaccessible)

18 years agofix #37055 (incorrect reference counting for persistent OCI8 connections)
Antony Dovgal [Wed, 12 Apr 2006 13:37:51 +0000 (13:37 +0000)]
fix #37055 (incorrect reference counting for persistent OCI8 connections)

18 years agofix #37053 (html_errors with internal classes produces wrong links)
Antony Dovgal [Wed, 12 Apr 2006 12:49:39 +0000 (12:49 +0000)]
fix #37053 (html_errors with internal classes produces wrong links)

18 years agoFixed bug #37046 (foreach breaks static scope)
Dmitry Stogov [Wed, 12 Apr 2006 11:37:50 +0000 (11:37 +0000)]
Fixed bug #37046 (foreach breaks static scope)

18 years agoFixed bug #37002 (Have to quote literals in INI when concatenating with vars)
Dmitry Stogov [Wed, 12 Apr 2006 09:51:54 +0000 (09:51 +0000)]
Fixed bug #37002 (Have to quote literals in INI when concatenating with vars)

18 years agoMFH
Andrei Zmievski [Tue, 11 Apr 2006 21:33:46 +0000 (21:33 +0000)]
MFH