]> granicus.if.org Git - php/log
php
19 years agoFixed possible SIGSEGV (Rob Richards)
Dmitry Stogov [Fri, 9 Dec 2005 15:28:57 +0000 (15:28 +0000)]
Fixed possible SIGSEGV (Rob Richards)

19 years agoSupport for 64-bit platforms
Dmitry Stogov [Fri, 9 Dec 2005 13:41:06 +0000 (13:41 +0000)]
Support for 64-bit platforms

19 years agoMF51: nuke C++ comment
Antony Dovgal [Fri, 9 Dec 2005 13:32:07 +0000 (13:32 +0000)]
MF51: nuke C++ comment

19 years ago- Section FILE does not exist for redirection tests
Marcus Boerger [Fri, 9 Dec 2005 09:49:58 +0000 (09:49 +0000)]
- Section FILE does not exist for redirection tests

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

19 years agoupdate TODO
Rob Richards [Fri, 9 Dec 2005 06:43:35 +0000 (06:43 +0000)]
update TODO

19 years ago- dtd added, remove from todo
Pierre Joye [Fri, 9 Dec 2005 06:31:21 +0000 (06:31 +0000)]
- dtd added, remove from todo

19 years ago- enable a few additional functions
Rob Richards [Fri, 9 Dec 2005 04:56:21 +0000 (04:56 +0000)]
- enable a few additional functions
- add tests

19 years ago- Add missing newline
Marcus Boerger [Fri, 9 Dec 2005 00:30:05 +0000 (00:30 +0000)]
- Add missing newline

19 years ago- MFH (Ilia's changes)
Marcus Boerger [Thu, 8 Dec 2005 22:48:42 +0000 (22:48 +0000)]
- MFH (Ilia's changes)
- Add ability to create temp files in separate dir and keep them.
- Add ability to generate html file with results as table and links to
  generated files.

19 years agoadd new tests
Antony Dovgal [Thu, 8 Dec 2005 22:31:55 +0000 (22:31 +0000)]
add new tests

19 years agoimprove error message
Antony Dovgal [Thu, 8 Dec 2005 22:05:44 +0000 (22:05 +0000)]
improve error message

19 years agoadd 1 to the max_length to keep \0 at its place
Antony Dovgal [Thu, 8 Dec 2005 21:22:38 +0000 (21:22 +0000)]
add 1 to the max_length to keep \0 at its place

19 years agoMFB51: Include a legend in the gcov report
Ilia Alshanetsky [Thu, 8 Dec 2005 21:12:31 +0000 (21:12 +0000)]
MFB51: Include a legend in the gcov report

19 years agofix segfault in SplFileObject when file doesn't exist or cannot be read
Antony Dovgal [Thu, 8 Dec 2005 19:53:43 +0000 (19:53 +0000)]
fix segfault in SplFileObject when file doesn't exist or cannot be read

19 years agoAllow the extension to be compiled as shared object on win32
Frank M. Kromann [Thu, 8 Dec 2005 19:43:53 +0000 (19:43 +0000)]
Allow the extension to be compiled as shared object on win32

19 years agoMFB51: Added myself to a list of extensions/sapis I try to maintain.
Ilia Alshanetsky [Thu, 8 Dec 2005 17:07:16 +0000 (17:07 +0000)]
MFB51: Added myself to a list of extensions/sapis I try to maintain.

19 years agoMFB51: Final fix for gcov generation.
Ilia Alshanetsky [Thu, 8 Dec 2005 16:00:47 +0000 (16:00 +0000)]
MFB51: Final fix for gcov generation.

19 years agoFixed test
Dmitry Stogov [Thu, 8 Dec 2005 08:10:00 +0000 (08:10 +0000)]
Fixed test

19 years agoimprove error messages to state overrun when it exists. Also, catch overrun before...
Greg Beaver [Thu, 8 Dec 2005 07:59:18 +0000 (07:59 +0000)]
improve error messages to state overrun when it exists.  Also, catch overrun before we attempt to write beyond the buffer's end

19 years agonew test for truncated manifest
Greg Beaver [Thu, 8 Dec 2005 07:49:47 +0000 (07:49 +0000)]
new test for truncated manifest

19 years agoCS // -> /* */
Greg Beaver [Thu, 8 Dec 2005 07:38:44 +0000 (07:38 +0000)]
CS // -> /* */

19 years agorework errors slightly. Add buffer overflow check for manifest, so we don't create...
Greg Beaver [Thu, 8 Dec 2005 07:34:16 +0000 (07:34 +0000)]
rework errors slightly.  Add buffer overflow check for manifest, so we don't create a memory monster by accident

19 years agoadd next truncation test, tweak error messages
Greg Beaver [Thu, 8 Dec 2005 07:08:49 +0000 (07:08 +0000)]
add next truncation test, tweak error messages

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

19 years agoadd error if seeking fails on self, add test 1 for truncated phar
Greg Beaver [Thu, 8 Dec 2005 06:46:02 +0000 (06:46 +0000)]
add error if seeking fails on self, add test 1 for truncated phar

19 years agoadd error if __HALT_COMPILER(); is not declared and new test
Greg Beaver [Thu, 8 Dec 2005 06:38:26 +0000 (06:38 +0000)]
add error if __HALT_COMPILER(); is not declared and new test

19 years agotest for no zlib error message
Greg Beaver [Thu, 8 Dec 2005 06:23:21 +0000 (06:23 +0000)]
test for no zlib error message

19 years agoMFB51: Fixed bug #35594 (Multiple calls to getopt() may result in a crash).
Ilia Alshanetsky [Thu, 8 Dec 2005 03:25:42 +0000 (03:25 +0000)]
MFB51: Fixed bug #35594 (Multiple calls to getopt() may result in a crash).

19 years agoMFB51:
Ilia Alshanetsky [Thu, 8 Dec 2005 03:12:34 +0000 (03:12 +0000)]
MFB51:
fix for bug #35382
fix for bug #35411

19 years agoMFB51: Fixed bug #34359 (Possible crash inside fopen http wrapper).
Ilia Alshanetsky [Thu, 8 Dec 2005 02:53:34 +0000 (02:53 +0000)]
MFB51: Fixed bug #34359 (Possible crash inside fopen http wrapper).

19 years ago- release 1.1
Michael Wallner [Wed, 7 Dec 2005 19:51:38 +0000 (19:51 +0000)]
- release 1.1

19 years ago- fix PECL bug #6283 - haval source file entries are missing in package.xml
Michael Wallner [Wed, 7 Dec 2005 18:39:54 +0000 (18:39 +0000)]
- fix PECL bug #6283 - haval source file entries are missing in package.xml

19 years agoUnicode support
Dmitry Stogov [Wed, 7 Dec 2005 16:52:13 +0000 (16:52 +0000)]
Unicode support

19 years agoFixed tests
Dmitry Stogov [Wed, 7 Dec 2005 15:19:30 +0000 (15:19 +0000)]
Fixed tests

19 years agoFixed test
Dmitry Stogov [Wed, 7 Dec 2005 14:54:04 +0000 (14:54 +0000)]
Fixed test

19 years agoFixed tests
Dmitry Stogov [Wed, 7 Dec 2005 14:39:07 +0000 (14:39 +0000)]
Fixed tests

19 years agoFixed test
Dmitry Stogov [Wed, 7 Dec 2005 14:32:42 +0000 (14:32 +0000)]
Fixed test

19 years agoFixed test
Dmitry Stogov [Wed, 7 Dec 2005 14:18:12 +0000 (14:18 +0000)]
Fixed test

19 years agoFixed bug #33394 (Socket Timeout on SOAP request causes general exception in Apache...
Dmitry Stogov [Wed, 7 Dec 2005 13:55:52 +0000 (13:55 +0000)]
Fixed bug #33394 (Socket Timeout on SOAP request causes general exception in Apache process).

19 years agofix tests
foobar [Wed, 7 Dec 2005 11:53:28 +0000 (11:53 +0000)]
fix tests

19 years ago- Made tests that require CGI skipped if it is not available
foobar [Wed, 7 Dec 2005 11:28:20 +0000 (11:28 +0000)]
- Made tests that require CGI skipped if it is not available

19 years ago- Fix file_put_contents() usage: it returns bytes written and it can be 0.
foobar [Wed, 7 Dec 2005 11:11:01 +0000 (11:11 +0000)]
- Fix file_put_contents() usage: it returns bytes written and it can be 0.

19 years ago- Fixed error messages
foobar [Wed, 7 Dec 2005 10:08:07 +0000 (10:08 +0000)]
- Fixed error messages

19 years agoFixed sleep() magic method with private and protected members
Dmitry Stogov [Wed, 7 Dec 2005 09:41:22 +0000 (09:41 +0000)]
Fixed sleep() magic method with private and protected members

19 years agoFixed test
Dmitry Stogov [Wed, 7 Dec 2005 09:34:34 +0000 (09:34 +0000)]
Fixed test

19 years agoA few cleanups. I hope you don't mind Omar.
Rasmus Lerdorf [Wed, 7 Dec 2005 09:12:39 +0000 (09:12 +0000)]
A few cleanups.  I hope you don't mind Omar.

19 years agoFixed incorrect basename() usage
Dmitry Stogov [Wed, 7 Dec 2005 09:06:30 +0000 (09:06 +0000)]
Fixed incorrect basename() usage

19 years agoFixed memory overflow, because usage of initialized value
Dmitry Stogov [Wed, 7 Dec 2005 09:00:29 +0000 (09:00 +0000)]
Fixed memory overflow, because usage of initialized value

19 years ago- add latest changes to package.xml
Pierre Joye [Wed, 7 Dec 2005 06:58:14 +0000 (06:58 +0000)]
- add latest changes to package.xml

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

19 years agoadd PHP_Archive::canCompress() which determines whether zlib decompression is available
Greg Beaver [Wed, 7 Dec 2005 06:39:03 +0000 (06:39 +0000)]
add PHP_Archive::canCompress() which determines whether zlib decompression is available
clean up code slightly
add lots of error notification
add .cvsignore for tests/
update 002 to handle new testing behavior

19 years ago- fix remaining parameter typo
Rob Richards [Wed, 7 Dec 2005 04:59:41 +0000 (04:59 +0000)]
- fix remaining parameter typo
- add test

19 years ago- copy/paste error in startDtd, we do not need the res here
Pierre Joye [Wed, 7 Dec 2005 03:20:13 +0000 (03:20 +0000)]
- copy/paste error in startDtd, we do not need the res here

19 years agoMFB51: Better critical error handling (fix for previous html encoding patch).
Ilia Alshanetsky [Wed, 7 Dec 2005 02:37:35 +0000 (02:37 +0000)]
MFB51: Better critical error handling (fix for previous html encoding patch).

19 years agoparameter count test
Greg Beaver [Wed, 7 Dec 2005 01:47:49 +0000 (01:47 +0000)]
parameter count test

19 years agofirst simple test
Greg Beaver [Wed, 7 Dec 2005 01:44:24 +0000 (01:44 +0000)]
first simple test

19 years agoFix ZTS and Win32 builds
Frank M. Kromann [Wed, 7 Dec 2005 01:18:54 +0000 (01:18 +0000)]
Fix ZTS and Win32 builds

19 years agoapparently no email here
Greg Beaver [Wed, 7 Dec 2005 00:49:46 +0000 (00:49 +0000)]
apparently no email here

19 years ago- Show list of leaked files in summary if any
Marcus Boerger [Wed, 7 Dec 2005 00:01:51 +0000 (00:01 +0000)]
- Show list of leaked files in summary if any
- Use basename correct

19 years agoMFB51: Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if
Ilia Alshanetsky [Tue, 6 Dec 2005 23:32:27 +0000 (23:32 +0000)]
MFB51: Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if
display_startup_error is off).

19 years ago- Do not show leak summary if not tested
Marcus Boerger [Tue, 6 Dec 2005 23:24:38 +0000 (23:24 +0000)]
- Do not show leak summary if not tested

19 years agofix typo
Antony Dovgal [Tue, 6 Dec 2005 19:26:57 +0000 (19:26 +0000)]
fix typo

19 years agonuke erroneous --ENV-- tag
Antony Dovgal [Tue, 6 Dec 2005 19:15:02 +0000 (19:15 +0000)]
nuke erroneous --ENV-- tag
add new tests for oci_bind_array_by_name()

19 years agoBlock potential segfault.
Sara Golemon [Tue, 6 Dec 2005 19:13:27 +0000 (19:13 +0000)]
Block potential segfault.
Context option type not checked for "user_agent","header", and "content"

19 years agoMF51: use strlen() to get correct element length
Antony Dovgal [Tue, 6 Dec 2005 18:54:33 +0000 (18:54 +0000)]
MF51: use strlen() to get correct element length

19 years agoMFB: Prep for PECL release
Sara Golemon [Tue, 6 Dec 2005 17:56:56 +0000 (17:56 +0000)]
MFB: Prep for PECL release

19 years agofix CS
Antony Dovgal [Tue, 6 Dec 2005 15:20:53 +0000 (15:20 +0000)]
fix CS

19 years agoadd tests
Antony Dovgal [Tue, 6 Dec 2005 15:18:56 +0000 (15:18 +0000)]
add tests

Code covered: 91.3 %

19 years agoreimplement php_filter_callback() as exception-safe and without memleaks
Antony Dovgal [Tue, 6 Dec 2005 15:17:38 +0000 (15:17 +0000)]
reimplement php_filter_callback() as exception-safe and without memleaks

19 years agoaccept strings and arrays as callback name
Antony Dovgal [Tue, 6 Dec 2005 15:16:33 +0000 (15:16 +0000)]
accept strings and arrays as callback name

19 years agodon't try to encode empty strings
Antony Dovgal [Tue, 6 Dec 2005 13:46:56 +0000 (13:46 +0000)]
don't try to encode empty strings

19 years agofix tests
Antony Dovgal [Tue, 6 Dec 2005 10:23:28 +0000 (10:23 +0000)]
fix tests

19 years agoplug multiple leaks
Antony Dovgal [Tue, 6 Dec 2005 10:21:52 +0000 (10:21 +0000)]
plug multiple leaks
(you need to destroy the zval before changing its type manually)

19 years ago- Fix summaries again
Marcus Boerger [Tue, 6 Dec 2005 09:34:44 +0000 (09:34 +0000)]
- Fix summaries again

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

19 years agoAdd json extension to PECL.
Omar Kilani [Tue, 6 Dec 2005 06:23:24 +0000 (06:23 +0000)]
Add json extension to PECL.

19 years agoPrevent header injection by limiting each header to a single line.
Ilia Alshanetsky [Tue, 6 Dec 2005 03:39:26 +0000 (03:39 +0000)]
Prevent header injection by limiting each header to a single line.

19 years agoMFB51: Fixed possible XSS inside error reporting functionality.
Ilia Alshanetsky [Tue, 6 Dec 2005 03:13:53 +0000 (03:13 +0000)]
MFB51: Fixed possible XSS inside error reporting functionality.

19 years ago- Fix docs
foobar [Tue, 6 Dec 2005 02:30:04 +0000 (02:30 +0000)]
- Fix docs

19 years ago- Nuke php3 legacy
foobar [Tue, 6 Dec 2005 02:28:26 +0000 (02:28 +0000)]
- Nuke php3 legacy

19 years ago- nuke php3 legacy
foobar [Tue, 6 Dec 2005 02:10:00 +0000 (02:10 +0000)]
- nuke php3 legacy

19 years agofix build
foobar [Tue, 6 Dec 2005 02:07:17 +0000 (02:07 +0000)]
fix build

19 years ago- function_entry -> zend_function_entry (php3 legacy!)
foobar [Tue, 6 Dec 2005 02:00:07 +0000 (02:00 +0000)]
- function_entry -> zend_function_entry (php3 legacy!)

19 years ago- Support for '--' style switches
Marcus Boerger [Tue, 6 Dec 2005 01:51:17 +0000 (01:51 +0000)]
- Support for '--' style switches
- Modularize output
- Better valgrind integration (valgrind 3.0.0+ required now) (-m)
- Ability to generate an additional html style output log (--html)
- Ability to test unicode + native tests in one go (-U)

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:39:35 +0000 (01:39 +0000)]
nuke php3 legacy

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:26:39 +0000 (01:26 +0000)]
nuke php3 legacy

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:13:59 +0000 (01:13 +0000)]
nuke php3 legacy

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:08:40 +0000 (01:08 +0000)]
nuke php3 legacy

19 years ago- nuke php3 legacy
foobar [Tue, 6 Dec 2005 01:04:42 +0000 (01:04 +0000)]
- nuke php3 legacy

19 years agonuke php3 legacy (and be consistent)
foobar [Tue, 6 Dec 2005 01:02:38 +0000 (01:02 +0000)]
nuke php3 legacy (and be consistent)

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:00:13 +0000 (01:00 +0000)]
nuke php3 legacy

19 years agofix build
foobar [Tue, 6 Dec 2005 00:54:11 +0000 (00:54 +0000)]
fix build

19 years ago- nuke php3 legacy
foobar [Tue, 6 Dec 2005 00:51:53 +0000 (00:51 +0000)]
- nuke php3 legacy

19 years ago- Nuke php3_compat.h
foobar [Tue, 6 Dec 2005 00:44:22 +0000 (00:44 +0000)]
- Nuke php3_compat.h

19 years ago- nuke php3 legacy
foobar [Tue, 6 Dec 2005 00:43:35 +0000 (00:43 +0000)]
- nuke php3 legacy

19 years ago1.0.2
Ilia Alshanetsky [Tue, 6 Dec 2005 00:27:01 +0000 (00:27 +0000)]
1.0.2

19 years ago- Use the real name instead of the BC name here
foobar [Mon, 5 Dec 2005 23:52:30 +0000 (23:52 +0000)]
- Use the real name instead of the BC name here

19 years ago- list_entry -> zend_rsrc_list_entry
foobar [Mon, 5 Dec 2005 23:31:09 +0000 (23:31 +0000)]
- list_entry -> zend_rsrc_list_entry

19 years ago- Nuke php3 legacy
foobar [Mon, 5 Dec 2005 22:53:34 +0000 (22:53 +0000)]
- Nuke php3 legacy