]>
granicus.if.org Git - php/log
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).
foobar [Wed, 7 Dec 2005 11:53:28 +0000 (11:53 +0000)]
fix tests
foobar [Wed, 7 Dec 2005 11:28:20 +0000 (11:28 +0000)]
- Made tests that require CGI skipped if it is not available
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.
foobar [Wed, 7 Dec 2005 10:08:07 +0000 (10:08 +0000)]
- Fixed error messages
Dmitry Stogov [Wed, 7 Dec 2005 09:41:22 +0000 (09:41 +0000)]
Fixed sleep() magic method with private and protected members
Dmitry Stogov [Wed, 7 Dec 2005 09:34:34 +0000 (09:34 +0000)]
Fixed test
Rasmus Lerdorf [Wed, 7 Dec 2005 09:12:39 +0000 (09:12 +0000)]
A few cleanups. I hope you don't mind Omar.
Dmitry Stogov [Wed, 7 Dec 2005 09:06:30 +0000 (09:06 +0000)]
Fixed incorrect basename() usage
Dmitry Stogov [Wed, 7 Dec 2005 09:00:29 +0000 (09:00 +0000)]
Fixed memory overflow, because usage of initialized value
Pierre Joye [Wed, 7 Dec 2005 06:58:14 +0000 (06:58 +0000)]
- add latest changes to package.xml
<changelog@php.net> [Wed, 7 Dec 2005 06:41:41 +0000 (06:41 +0000)]
ChangeLog update
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
Rob Richards [Wed, 7 Dec 2005 04:59:41 +0000 (04:59 +0000)]
- fix remaining parameter typo
- add test
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
Ilia Alshanetsky [Wed, 7 Dec 2005 02:37:35 +0000 (02:37 +0000)]
MFB51: Better critical error handling (fix for previous html encoding patch).
Greg Beaver [Wed, 7 Dec 2005 01:47:49 +0000 (01:47 +0000)]
parameter count test
Greg Beaver [Wed, 7 Dec 2005 01:44:24 +0000 (01:44 +0000)]
first simple test
Frank M. Kromann [Wed, 7 Dec 2005 01:18:54 +0000 (01:18 +0000)]
Fix ZTS and Win32 builds
Greg Beaver [Wed, 7 Dec 2005 00:49:46 +0000 (00:49 +0000)]
apparently no email here
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
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).
Marcus Boerger [Tue, 6 Dec 2005 23:24:38 +0000 (23:24 +0000)]
- Do not show leak summary if not tested
Antony Dovgal [Tue, 6 Dec 2005 19:26:57 +0000 (19:26 +0000)]
fix typo
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()
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"
Antony Dovgal [Tue, 6 Dec 2005 18:54:33 +0000 (18:54 +0000)]
MF51: use strlen() to get correct element length
Sara Golemon [Tue, 6 Dec 2005 17:56:56 +0000 (17:56 +0000)]
MFB: Prep for PECL release
Antony Dovgal [Tue, 6 Dec 2005 15:20:53 +0000 (15:20 +0000)]
fix CS
Antony Dovgal [Tue, 6 Dec 2005 15:18:56 +0000 (15:18 +0000)]
add tests
Code covered: 91.3 %
Antony Dovgal [Tue, 6 Dec 2005 15:17:38 +0000 (15:17 +0000)]
reimplement php_filter_callback() as exception-safe and without memleaks
Antony Dovgal [Tue, 6 Dec 2005 15:16:33 +0000 (15:16 +0000)]
accept strings and arrays as callback name
Antony Dovgal [Tue, 6 Dec 2005 13:46:56 +0000 (13:46 +0000)]
don't try to encode empty strings
Antony Dovgal [Tue, 6 Dec 2005 10:23:28 +0000 (10:23 +0000)]
fix tests
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)
Marcus Boerger [Tue, 6 Dec 2005 09:34:44 +0000 (09:34 +0000)]
- Fix summaries again
<changelog@php.net> [Tue, 6 Dec 2005 06:46:50 +0000 (06:46 +0000)]
ChangeLog update
Omar Kilani [Tue, 6 Dec 2005 06:23:24 +0000 (06:23 +0000)]
Add json extension to PECL.
Ilia Alshanetsky [Tue, 6 Dec 2005 03:39:26 +0000 (03:39 +0000)]
Prevent header injection by limiting each header to a single line.
Ilia Alshanetsky [Tue, 6 Dec 2005 03:13:53 +0000 (03:13 +0000)]
MFB51: Fixed possible XSS inside error reporting functionality.
foobar [Tue, 6 Dec 2005 02:30:04 +0000 (02:30 +0000)]
- Fix docs
foobar [Tue, 6 Dec 2005 02:28:26 +0000 (02:28 +0000)]
- Nuke php3 legacy
foobar [Tue, 6 Dec 2005 02:10:00 +0000 (02:10 +0000)]
- nuke php3 legacy
foobar [Tue, 6 Dec 2005 02:07:17 +0000 (02:07 +0000)]
fix build
foobar [Tue, 6 Dec 2005 02:00:07 +0000 (02:00 +0000)]
- function_entry -> zend_function_entry (php3 legacy!)
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)
foobar [Tue, 6 Dec 2005 01:39:35 +0000 (01:39 +0000)]
nuke php3 legacy
foobar [Tue, 6 Dec 2005 01:26:39 +0000 (01:26 +0000)]
nuke php3 legacy
foobar [Tue, 6 Dec 2005 01:13:59 +0000 (01:13 +0000)]
nuke php3 legacy
foobar [Tue, 6 Dec 2005 01:08:40 +0000 (01:08 +0000)]
nuke php3 legacy
foobar [Tue, 6 Dec 2005 01:04:42 +0000 (01:04 +0000)]
- nuke php3 legacy
foobar [Tue, 6 Dec 2005 01:02:38 +0000 (01:02 +0000)]
nuke php3 legacy (and be consistent)
foobar [Tue, 6 Dec 2005 01:00:13 +0000 (01:00 +0000)]
nuke php3 legacy
foobar [Tue, 6 Dec 2005 00:54:11 +0000 (00:54 +0000)]
fix build
foobar [Tue, 6 Dec 2005 00:51:53 +0000 (00:51 +0000)]
- nuke php3 legacy
foobar [Tue, 6 Dec 2005 00:44:22 +0000 (00:44 +0000)]
- Nuke php3_compat.h
foobar [Tue, 6 Dec 2005 00:43:35 +0000 (00:43 +0000)]
- nuke php3 legacy
Ilia Alshanetsky [Tue, 6 Dec 2005 00:27:01 +0000 (00:27 +0000)]
1.0.2
foobar [Mon, 5 Dec 2005 23:52:30 +0000 (23:52 +0000)]
- Use the real name instead of the BC name here
foobar [Mon, 5 Dec 2005 23:31:09 +0000 (23:31 +0000)]
- list_entry -> zend_rsrc_list_entry
foobar [Mon, 5 Dec 2005 22:53:34 +0000 (22:53 +0000)]
- Nuke php3 legacy
foobar [Mon, 5 Dec 2005 22:43:01 +0000 (22:43 +0000)]
- Do not use the PHP3 era names
foobar [Mon, 5 Dec 2005 22:40:31 +0000 (22:40 +0000)]
fix typo
foobar [Mon, 5 Dec 2005 22:38:17 +0000 (22:38 +0000)]
- Do not use the PHP3 era names!
foobar [Mon, 5 Dec 2005 22:21:12 +0000 (22:21 +0000)]
- Nuke php3 legacy
Brian France [Mon, 5 Dec 2005 20:41:57 +0000 (20:41 +0000)]
Wrap the php_session.h include in the same ifdef as the rest of the
session code.
Stanislav Malyshev [Mon, 5 Dec 2005 20:08:19 +0000 (20:08 +0000)]
MF5.1: fix reallocation bug
Antony Dovgal [Mon, 5 Dec 2005 20:07:18 +0000 (20:07 +0000)]
MF51: more typos fixed (thanks to Mike Naberezny for noticing these)
Ilia Alshanetsky [Mon, 5 Dec 2005 17:27:24 +0000 (17:27 +0000)]
MFB51: Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly).
Antony Dovgal [Mon, 5 Dec 2005 13:41:14 +0000 (13:41 +0000)]
MF51: improve error messages
Antony Dovgal [Mon, 5 Dec 2005 13:22:49 +0000 (13:22 +0000)]
MF51:
add NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field types
Antony Dovgal [Mon, 5 Dec 2005 13:20:53 +0000 (13:20 +0000)]
MF51:
fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL)
add also SET, ENUM, NEWDATE and GEOMETRY to the switch
Dmitry Stogov [Mon, 5 Dec 2005 08:56:32 +0000 (08:56 +0000)]
Fixed bug #35509 (string constant as array key has different behavior inside object)
Greg Beaver [Mon, 5 Dec 2005 08:31:05 +0000 (08:31 +0000)]
fix segfault in opendir/readdir. fix possible duplicate dirs. is_dir() doesn't yet work, so url_stat is not working fully
<changelog@php.net> [Mon, 5 Dec 2005 06:50:42 +0000 (06:50 +0000)]
ChangeLog update
Greg Beaver [Mon, 5 Dec 2005 04:47:29 +0000 (04:47 +0000)]
switch to streams, respect safe_mode, open_basedir
Ilia Alshanetsky [Mon, 5 Dec 2005 04:23:17 +0000 (04:23 +0000)]
MBF51: load proper header file
Ilia Alshanetsky [Mon, 5 Dec 2005 04:22:37 +0000 (04:22 +0000)]
MFB51:Avoid gcov conflicts on non-unique filenames
Greg Beaver [Mon, 5 Dec 2005 04:21:36 +0000 (04:21 +0000)]
kill memory leaks
Greg Beaver [Mon, 5 Dec 2005 01:07:02 +0000 (01:07 +0000)]
add ability to detect zlib library when zlib ext is disabled
foobar [Sun, 4 Dec 2005 23:31:33 +0000 (23:31 +0000)]
- Nuke non-working part
foobar [Sun, 4 Dec 2005 23:27:23 +0000 (23:27 +0000)]
php3 is dead
Greg Beaver [Sun, 4 Dec 2005 23:23:04 +0000 (23:23 +0000)]
attempt to locate zlib even if --with-zlib is disabled, so we can add library support in phar
Greg Beaver [Sun, 4 Dec 2005 22:51:33 +0000 (22:51 +0000)]
add license text
Greg Beaver [Sun, 4 Dec 2005 22:50:54 +0000 (22:50 +0000)]
update header, use PHP 3.01 license
Greg Beaver [Sun, 4 Dec 2005 20:35:38 +0000 (20:35 +0000)]
initial import
# file handling needs to use streams, handle safe_mode/open_basedir
Greg Beaver [Sun, 4 Dec 2005 20:29:21 +0000 (20:29 +0000)]
begin import of phar extension
Marcus Boerger [Sun, 4 Dec 2005 18:34:14 +0000 (18:34 +0000)]
- Add missing .cvsignore
Ilia Alshanetsky [Sun, 4 Dec 2005 17:58:53 +0000 (17:58 +0000)]
MFB51: Added tests for new parse_url() and http_build_query() functionality.
Ilia Alshanetsky [Sun, 4 Dec 2005 17:31:40 +0000 (17:31 +0000)]
MFB51: Fixed bug #35062 (socket_read() produces warnings on non blocking
sockets).
Ilia Alshanetsky [Sun, 4 Dec 2005 17:28:26 +0000 (17:28 +0000)]
MFB51: Fixed gcov for generated files
Ilia Alshanetsky [Sun, 4 Dec 2005 17:25:26 +0000 (17:25 +0000)]
MFB51: Regen files so they work properly with gcov.
Antony Dovgal [Sun, 4 Dec 2005 11:45:45 +0000 (11:45 +0000)]
fix #35539 (typo in error message for ErrorException)
Antony Dovgal [Sun, 4 Dec 2005 11:40:52 +0000 (11:40 +0000)]
fix #35543 (php crash when calling non existing method of a class that extends PDO)
<changelog@php.net> [Sun, 4 Dec 2005 06:48:28 +0000 (06:48 +0000)]
ChangeLog update
Antony Dovgal [Sun, 4 Dec 2005 00:20:52 +0000 (00:20 +0000)]
fix typos in xmlwriter/config.m4
Antony Dovgal [Sat, 3 Dec 2005 23:49:52 +0000 (23:49 +0000)]
add declarations
more uint -> size_t fixes
Antony Dovgal [Sat, 3 Dec 2005 23:31:49 +0000 (23:31 +0000)]
MF51: fix #35538 (new "hash" extensions does not compile on amd64)
Antony Dovgal [Sat, 3 Dec 2005 23:24:07 +0000 (23:24 +0000)]
yet another compile warning
Antony Dovgal [Sat, 3 Dec 2005 23:19:48 +0000 (23:19 +0000)]
fix compile warning