]> granicus.if.org Git - php/log
php
19 years agofix #36096 (oci_result() returns garbage after oci_fetch() failed)
Antony Dovgal [Fri, 20 Jan 2006 11:01:36 +0000 (11:01 +0000)]
fix #36096 (oci_result() returns garbage after oci_fetch() failed)

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

19 years agoMFB51: Allow get_headers() to return header information even for non-200
Ilia Alshanetsky [Fri, 20 Jan 2006 01:40:48 +0000 (01:40 +0000)]
MFB51: Allow get_headers() to return header information even for non-200
responses.

19 years agofix test
Antony Dovgal [Thu, 19 Jan 2006 21:27:15 +0000 (21:27 +0000)]
fix test

19 years agofix tests
Antony Dovgal [Thu, 19 Jan 2006 20:52:45 +0000 (20:52 +0000)]
fix tests

19 years agoFixed bug #36071 (Engine Crash related with 'clone')
Dmitry Stogov [Thu, 19 Jan 2006 07:26:58 +0000 (07:26 +0000)]
Fixed bug #36071 (Engine Crash related with 'clone')

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

19 years agocouple of pedantic fixes: "static" should be first
Antony Dovgal [Wed, 18 Jan 2006 23:55:27 +0000 (23:55 +0000)]
couple of pedantic fixes: "static" should be first

19 years agofix typo (and possible segfault)
Antony Dovgal [Wed, 18 Jan 2006 23:39:00 +0000 (23:39 +0000)]
fix typo (and possible segfault)

19 years agomake sure ce_child is properly initialized
Antony Dovgal [Wed, 18 Jan 2006 21:06:18 +0000 (21:06 +0000)]
make sure ce_child is properly initialized

19 years agofix error message on `make test` when bison is not installed
Antony Dovgal [Wed, 18 Jan 2006 17:58:56 +0000 (17:58 +0000)]
fix error message on `make test` when bison is not installed

19 years agoMFB51: Make get_headers() use the default context.
Ilia Alshanetsky [Wed, 18 Jan 2006 14:05:28 +0000 (14:05 +0000)]
MFB51: Make get_headers() use the default context.

19 years agoreorganize resource destruction.
Antony Dovgal [Wed, 18 Jan 2006 10:11:12 +0000 (10:11 +0000)]
reorganize resource destruction.
- use one helper function for all resource types
- destroy all resources when connections are still available

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

19 years agoimprove open_basedir checks in GD
Antony Dovgal [Tue, 17 Jan 2006 23:49:14 +0000 (23:49 +0000)]
improve open_basedir checks in GD

19 years agofix #36055 (possible OCI8 crash in multithreaded environment)
Antony Dovgal [Tue, 17 Jan 2006 23:44:11 +0000 (23:44 +0000)]
fix #36055 (possible OCI8 crash in multithreaded environment)

19 years agofix build
Antony Dovgal [Tue, 17 Jan 2006 22:13:39 +0000 (22:13 +0000)]
fix build

19 years agoMFB51: Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line
Ilia Alshanetsky [Tue, 17 Jan 2006 19:56:41 +0000 (19:56 +0000)]
MFB51: Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line
values).

19 years ago- MFB: imagecolorallocate* returns false on error
Pierre Joye [Tue, 17 Jan 2006 16:34:58 +0000 (16:34 +0000)]
- MFB: imagecolorallocate* returns false on error

19 years agoUnicode stuff is changed according to decision maden on PDM.
Dmitry Stogov [Tue, 17 Jan 2006 12:18:53 +0000 (12:18 +0000)]
Unicode stuff is changed according to decision maden on PDM.
Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode.

19 years agoFixed bug #36037 (heredoc adds extra line number)
Dmitry Stogov [Tue, 17 Jan 2006 09:39:33 +0000 (09:39 +0000)]
Fixed bug #36037 (heredoc adds extra line number)

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

19 years agoMFB51: Only report mkdir() errors if error reporting option is set.
Ilia Alshanetsky [Tue, 17 Jan 2006 02:32:34 +0000 (02:32 +0000)]
MFB51: Only report mkdir() errors if error reporting option is set.

19 years agofix #36038 (ext/hash compile failure on Mac OSX)
Antony Dovgal [Mon, 16 Jan 2006 23:03:41 +0000 (23:03 +0000)]
fix #36038 (ext/hash compile failure on Mac OSX)

19 years agofix typo
Antony Dovgal [Mon, 16 Jan 2006 20:41:00 +0000 (20:41 +0000)]
fix typo

19 years agofix bug #35999 (recursive mkdir() does not work with relative path like "foo/bar")
Antony Dovgal [Mon, 16 Jan 2006 19:47:07 +0000 (19:47 +0000)]
fix bug #35999 (recursive mkdir() does not work with relative path like "foo/bar")

19 years agoFixed first-chance exception during request shutdown
Dmitry Stogov [Mon, 16 Jan 2006 14:26:35 +0000 (14:26 +0000)]
Fixed first-chance exception during request shutdown

19 years agoFixed bug #36006 (Problem with $this in __destruct())
Dmitry Stogov [Mon, 16 Jan 2006 10:12:54 +0000 (10:12 +0000)]
Fixed bug #36006 (Problem with $this in __destruct())

19 years agoFixed bug #36016 (realpath cache memleaks)
Dmitry Stogov [Mon, 16 Jan 2006 09:17:50 +0000 (09:17 +0000)]
Fixed bug #36016 (realpath cache memleaks)

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

19 years agoMFB51: Added a check for special characters in the session name.
Ilia Alshanetsky [Sun, 15 Jan 2006 16:51:34 +0000 (16:51 +0000)]
MFB51: Added a check for special characters in the session name.

19 years agoavoid segfaults
Antony Dovgal [Sun, 15 Jan 2006 16:05:49 +0000 (16:05 +0000)]
avoid segfaults

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

19 years ago- Fix issue found by nuno
Marcus Boerger [Sun, 15 Jan 2006 00:17:08 +0000 (00:17 +0000)]
- Fix issue found by nuno

19 years agoadd test for bug #36010
Antony Dovgal [Sat, 14 Jan 2006 22:22:48 +0000 (22:22 +0000)]
add test for bug #36010

19 years ago- Update
Marcus Boerger [Sat, 14 Jan 2006 20:20:53 +0000 (20:20 +0000)]
- Update

19 years ago- Fix test
Marcus Boerger [Sat, 14 Jan 2006 15:55:10 +0000 (15:55 +0000)]
- Fix test

19 years ago- Fixed bug #36011
Marcus Boerger [Sat, 14 Jan 2006 15:22:19 +0000 (15:22 +0000)]
- Fixed bug #36011

19 years agows fix
foobar [Sat, 14 Jan 2006 15:10:54 +0000 (15:10 +0000)]
ws fix

19 years ago- Install header file
foobar [Sat, 14 Jan 2006 15:04:12 +0000 (15:04 +0000)]
- Install header file

19 years ago- Fixed headers
foobar [Sat, 14 Jan 2006 14:58:35 +0000 (14:58 +0000)]
- Fixed headers

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

19 years ago- Fix #35998 (getPathname() method always returns unix style filenames)
Marcus Boerger [Fri, 13 Jan 2006 19:35:27 +0000 (19:35 +0000)]
- Fix #35998 (getPathname() method always returns unix style filenames)

19 years ago- WS
Sascha Schumann [Fri, 13 Jan 2006 14:30:34 +0000 (14:30 +0000)]
- WS

19 years ago- lower valgrind error count to zero.
Sascha Schumann [Fri, 13 Jan 2006 14:23:35 +0000 (14:23 +0000)]
- lower valgrind error count to zero.

19 years agoadd missing ifdefs
Antony Dovgal [Fri, 13 Jan 2006 13:04:01 +0000 (13:04 +0000)]
add missing ifdefs

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

19 years ago- MFB: add php_mkdir_ex
Pierre Joye [Fri, 13 Jan 2006 04:10:32 +0000 (04:10 +0000)]
- MFB: add php_mkdir_ex

19 years agoInitial checkin of LiteSpeed SAPI module
George Wang [Fri, 13 Jan 2006 03:21:51 +0000 (03:21 +0000)]
Initial checkin of LiteSpeed SAPI module

19 years ago- Add bzip2 decompression support
Marcus Boerger [Thu, 12 Jan 2006 21:16:29 +0000 (21:16 +0000)]
- Add bzip2 decompression support

19 years ago- Add stream filter 'consumed' which can restore the stream position when
Marcus Boerger [Thu, 12 Jan 2006 19:23:24 +0000 (19:23 +0000)]
- Add stream filter 'consumed' which can restore the stream position when
  a stream was read or written through a size changing filter.

19 years ago- Fix two warnings
Marcus Boerger [Thu, 12 Jan 2006 19:21:36 +0000 (19:21 +0000)]
- Fix two warnings
# Here fixing warnings reveals that it often enough means fixing errors

19 years ago- Fix warning
Marcus Boerger [Thu, 12 Jan 2006 19:13:50 +0000 (19:13 +0000)]
- Fix warning

19 years agotypo fix
Hartmut Holzgraefe [Thu, 12 Jan 2006 15:37:56 +0000 (15:37 +0000)]
typo fix

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

19 years agoDon't leak a json_object on a decode error.
Omar Kilani [Thu, 12 Jan 2006 03:50:22 +0000 (03:50 +0000)]
Don't leak a json_object on a decode error.

19 years ago- Use consumed filter to check number of compressed bytes read
Marcus Boerger [Thu, 12 Jan 2006 02:33:28 +0000 (02:33 +0000)]
- Use consumed filter to check number of compressed bytes read
# This fixes all tests again

19 years ago- Change to use streams filters which simplifies decompression a lot and
Marcus Boerger [Wed, 11 Jan 2006 23:55:57 +0000 (23:55 +0000)]
- Change to use streams filters which simplifies decompression a lot and
  easily allows to use other compression algos too

19 years ago- Add new test
Marcus Boerger [Wed, 11 Jan 2006 23:54:30 +0000 (23:54 +0000)]
- Add new test

19 years ago- Fix test
Marcus Boerger [Wed, 11 Jan 2006 21:34:48 +0000 (21:34 +0000)]
- Fix test

19 years ago- Split fname/phar-data mapping and alias/phar-data mapping
Marcus Boerger [Wed, 11 Jan 2006 21:19:46 +0000 (21:19 +0000)]
- Split fname/phar-data mapping and alias/phar-data mapping
- Add test

19 years ago- WS
Marcus Boerger [Wed, 11 Jan 2006 20:32:56 +0000 (20:32 +0000)]
- WS

19 years ago- Add short size info
Marcus Boerger [Wed, 11 Jan 2006 20:24:07 +0000 (20:24 +0000)]
- Add short size info

19 years ago- ws
Michael Wallner [Wed, 11 Jan 2006 15:18:58 +0000 (15:18 +0000)]
- ws

19 years ago- fix CGI SAPI check on Windows
Michael Wallner [Wed, 11 Jan 2006 15:16:34 +0000 (15:16 +0000)]
- fix CGI SAPI check on Windows

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

19 years ago- Fix more errors (by the way the phars are found)
Marcus Boerger [Wed, 11 Jan 2006 01:51:47 +0000 (01:51 +0000)]
- Fix more errors (by the way the phars are found)
- Cleanup code

19 years ago- Fix a bunch of tests (not all done yet though)
Marcus Boerger [Wed, 11 Jan 2006 00:50:33 +0000 (00:50 +0000)]
- Fix a bunch of tests (not all done yet though)

19 years ago- Fix a few error checks
Marcus Boerger [Wed, 11 Jan 2006 00:50:07 +0000 (00:50 +0000)]
- Fix a few error checks

19 years agoMFB51: Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to
Ilia Alshanetsky [Tue, 10 Jan 2006 16:14:45 +0000 (16:14 +0000)]
MFB51: Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to
a crash).

19 years agofix #35959 (Cannot build with Solid 2.3)
Antony Dovgal [Tue, 10 Jan 2006 14:15:12 +0000 (14:15 +0000)]
fix #35959 (Cannot build with Solid 2.3)

19 years agofix memory corruption (HEAD only)
Antony Dovgal [Tue, 10 Jan 2006 10:51:39 +0000 (10:51 +0000)]
fix memory corruption (HEAD only)

19 years agosilence compile warning in non-ZTS mode
Antony Dovgal [Tue, 10 Jan 2006 08:32:49 +0000 (08:32 +0000)]
silence compile warning in non-ZTS mode

19 years agodestroy regular connections in RSHUTDOWN if ZTS is used
Antony Dovgal [Tue, 10 Jan 2006 08:29:19 +0000 (08:29 +0000)]
destroy regular connections in RSHUTDOWN if ZTS is used
this fixes problem with Oracle9 (not Oracle10) and Apache2/worker - connections are not being closed correctly
see #35205 and similar issues

19 years agotests need updating, but this works with a valid 0.8.0 phar now. Additions include...
Greg Beaver [Tue, 10 Jan 2006 06:46:17 +0000 (06:46 +0000)]
tests need updating, but this works with a valid 0.8.0 phar now.  Additions include alias/apiversion/per-file flags in the manifest

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

19 years agoMFB51: Fixed test
Ilia Alshanetsky [Tue, 10 Jan 2006 03:18:52 +0000 (03:18 +0000)]
MFB51: Fixed test

19 years agoAdd print_ft to dump function tables (lists the names)
Marcus Boerger [Mon, 9 Jan 2006 07:48:19 +0000 (07:48 +0000)]
Add print_ft to dump function tables (lists the names)

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

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

19 years ago- MFB Second part of is_callable/call_user_func
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

19 years ago- MFB missing E_STRICT
Marcus Boerger [Sat, 7 Jan 2006 21:16:02 +0000 (21:16 +0000)]
- MFB missing E_STRICT

19 years ago- MFB zend_is_callable() fixes
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()

19 years agoneed PHP 5.1.2 because of bug in temp memory streams
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

19 years ago- Show whether this is the shell or just the starnge mode
Marcus Boerger [Sat, 7 Jan 2006 16:46:30 +0000 (16:46 +0000)]
- Show whether this is the shell or just the starnge mode

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

19 years agofix tests
Antony Dovgal [Fri, 6 Jan 2006 21:21:09 +0000 (21:21 +0000)]
fix tests

19 years agoNuke unused files
foobar [Fri, 6 Jan 2006 21:19:16 +0000 (21:19 +0000)]
Nuke unused files

19 years agocredits for Dmitry
foobar [Fri, 6 Jan 2006 21:17:14 +0000 (21:17 +0000)]
credits for Dmitry

19 years agotypo
Antony Dovgal [Fri, 6 Jan 2006 20:54:46 +0000 (20:54 +0000)]
typo

19 years ago- WS
Marcus Boerger [Fri, 6 Jan 2006 20:43:19 +0000 (20:43 +0000)]
- WS

19 years ago- Fix potential crash (const' type is not initialized in case of error)
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)

19 years agoadd missing .cvsignore
Antony Dovgal [Fri, 6 Jan 2006 20:26:03 +0000 (20:26 +0000)]
add missing .cvsignore

19 years ago- Update
Marcus Boerger [Fri, 6 Jan 2006 19:57:49 +0000 (19:57 +0000)]
- Update

19 years ago- I was missing here
Marcus Boerger [Fri, 6 Jan 2006 19:23:58 +0000 (19:23 +0000)]
- I was missing here

19 years ago- Prevent overloading aliases
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

19 years agoLet's not mess with r->allowed here - this should fix bug #32561
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

19 years ago- No ini setting needed
Marcus Boerger [Fri, 6 Jan 2006 17:34:47 +0000 (17:34 +0000)]
- No ini setting needed

19 years ago- Correct test name
Marcus Boerger [Fri, 6 Jan 2006 17:33:03 +0000 (17:33 +0000)]
- Correct test name

19 years ago- Fix typo and change to sizeof usage
Marcus Boerger [Fri, 6 Jan 2006 17:32:34 +0000 (17:32 +0000)]
- Fix typo and change to sizeof usage