]>
granicus.if.org Git - php/log
Wez Furlong [Mon, 19 May 2003 11:47:13 +0000 (11:47 +0000)]
MFB buildconf sanity check
Shane Caraveo [Mon, 19 May 2003 06:46:19 +0000 (06:46 +0000)]
continuation on bugfix #13757
make argv/argc *and* query_string work correctly when running cgi in shell
Ilia Alshanetsky [Mon, 19 May 2003 04:57:01 +0000 (04:57 +0000)]
Added skip condition.
Shane Caraveo [Mon, 19 May 2003 03:40:33 +0000 (03:40 +0000)]
bugfix #13757 - passing query string on command line when run from shell
Sterling Hughes [Mon, 19 May 2003 01:56:14 +0000 (01:56 +0000)]
add sample file
Sascha Schumann [Mon, 19 May 2003 01:44:40 +0000 (01:44 +0000)]
MFB move awk detection
Sascha Schumann [Mon, 19 May 2003 01:33:58 +0000 (01:33 +0000)]
MFB $AWK->awk
Wez Furlong [Sun, 18 May 2003 23:52:09 +0000 (23:52 +0000)]
MFH 4.3; tell the users that the tmpnam stuff is ok.
Marcus Boerger [Sun, 18 May 2003 23:20:10 +0000 (23:20 +0000)]
Really fix this
Wez Furlong [Sun, 18 May 2003 23:05:38 +0000 (23:05 +0000)]
Fix build
Sterling Hughes [Sun, 18 May 2003 22:39:16 +0000 (22:39 +0000)]
attribute support
Sterling Hughes [Sun, 18 May 2003 21:13:29 +0000 (21:13 +0000)]
properly detect blank nodes
Sterling Hughes [Sun, 18 May 2003 20:53:21 +0000 (20:53 +0000)]
make arrays of subnodes work (hacky)
drop property support for the moment, this will be re-added soonish
Adam Dickmeiss [Sun, 18 May 2003 20:40:05 +0000 (20:40 +0000)]
Display current version as well as compiled version
Sterling Hughes [Sun, 18 May 2003 20:33:26 +0000 (20:33 +0000)]
add very basic code for the simplexml extension. The following works ::
person.xml
--
<person>
<name>
<first>Sterling</first>
<last>Hughes</last>
</name>
</person>
person.php
--
<?php
$p = simplexml_load_file('person.xml');
echo $p->name->last . ', ' . $p->name->first;
?>
Still needs lots of work.
Martin Jansen [Sun, 18 May 2003 19:40:04 +0000 (19:40 +0000)]
* Update PHPDoc
Uwe Schindler [Sun, 18 May 2003 15:36:33 +0000 (15:36 +0000)]
Implement feature request #8879: Added possibility to alter ini entries by php4_execute service line. php4_init now supports path to an alternate php.ini (for example in the webservers config directory)
foobar [Sun, 18 May 2003 14:55:18 +0000 (14:55 +0000)]
CS
Marcus Boerger [Sun, 18 May 2003 12:36:24 +0000 (12:36 +0000)]
Enable bundled submodules when enabling module
Marcus Boerger [Sun, 18 May 2003 12:10:03 +0000 (12:10 +0000)]
Fix test (for now - need EXPECTF/EXPECTREGEX)
Marcus Boerger [Sun, 18 May 2003 12:09:08 +0000 (12:09 +0000)]
Fix unserialize (commit later)
Marcus Boerger [Sun, 18 May 2003 12:08:51 +0000 (12:08 +0000)]
Fix unserialize
Stanislav Malyshev [Sun, 18 May 2003 10:22:50 +0000 (10:22 +0000)]
Bump API version - HEAD is no longer binary compatible
to 4.3 branch due to changes in globals, etc.
Marcus Boerger [Sat, 17 May 2003 23:58:03 +0000 (23:58 +0000)]
MFB: info in mail too
Moriyoshi Koizumi [Sat, 17 May 2003 23:50:16 +0000 (23:50 +0000)]
Adjusted the expected output to reflect the change in var_dump()
Frank M. Kromann [Sat, 17 May 2003 22:15:39 +0000 (22:15 +0000)]
Fix compilation under Win32
Sterling Hughes [Sat, 17 May 2003 22:09:58 +0000 (22:09 +0000)]
send comments to the default handler like done with expat, add a
setcommenthandler function, which exists in expat, but isn't used by the
extension.
Moriyoshi Koizumi [Sat, 17 May 2003 20:06:00 +0000 (20:06 +0000)]
MFB(r-1.1.2.7): fix test
Moriyoshi Koizumi [Sat, 17 May 2003 18:47:17 +0000 (18:47 +0000)]
Fixed bug #23669
Sterling Hughes [Sat, 17 May 2003 14:37:28 +0000 (14:37 +0000)]
pecl
Sterling Hughes [Sat, 17 May 2003 14:32:03 +0000 (14:32 +0000)]
move to pecl
Sterling Hughes [Sat, 17 May 2003 14:29:31 +0000 (14:29 +0000)]
add a package.xml file
Sterling Hughes [Sat, 17 May 2003 14:27:07 +0000 (14:27 +0000)]
add bzip2 extension to pecl from php5 cvs
Sterling Hughes [Sat, 17 May 2003 14:17:57 +0000 (14:17 +0000)]
move this extension to pecl
Sterling Hughes [Sat, 17 May 2003 14:12:36 +0000 (14:12 +0000)]
apply fix from bug #23539
Marcus Boerger [Sat, 17 May 2003 11:44:57 +0000 (11:44 +0000)]
TSRM fix
Wez Furlong [Sat, 17 May 2003 09:34:37 +0000 (09:34 +0000)]
Fix segfault
Sebastian Bergmann [Sat, 17 May 2003 06:21:34 +0000 (06:21 +0000)]
Fix warnings.
Sara Golemon [Sat, 17 May 2003 04:21:57 +0000 (04:21 +0000)]
MFB(r-1.74.2.8) Bug #14369. ftp extension allows circumvention of safe_mode restrictions. HEAD version of this patch uses the simpler open_wrapper approach to applying safe mode restrictions. Also allows writting to/from wrappers this way.
Sara Golemon [Fri, 16 May 2003 23:30:08 +0000 (23:30 +0000)]
MFB(r-1.333.2.27) Bugfix 23654. If subject is an array and it contains other arrays, we want to pass those subarrays through unchanged rather than attempt to convert them to string.
Moriyoshi Koizumi [Fri, 16 May 2003 23:21:48 +0000 (23:21 +0000)]
Allow libxml to detect the document encoding if encoding parameter passed to
XML_ParserCreate_MM is null.
Moriyoshi Koizumi [Fri, 16 May 2003 23:08:23 +0000 (23:08 +0000)]
Fixed a syntax highlighter problem that happens when output buffering is turned
on
Sascha Schumann [Fri, 16 May 2003 22:32:22 +0000 (22:32 +0000)]
If there is a content body, enable lingering and disable keep alive.
Derick Rethans [Fri, 16 May 2003 19:09:19 +0000 (19:09 +0000)]
- MFB: Fixed bug #23661: mysql_fetch_array gives no warning on an invalid
result_type
Wez Furlong [Fri, 16 May 2003 19:08:13 +0000 (19:08 +0000)]
Stronger validation of ob_start() parameters.
Ilia Alshanetsky [Fri, 16 May 2003 15:13:47 +0000 (15:13 +0000)]
Fixed bug #23657 (Missing initialization in browscap module init)
Moriyoshi Koizumi [Fri, 16 May 2003 06:24:57 +0000 (06:24 +0000)]
copy'n'paste failure
Moriyoshi Koizumi [Fri, 16 May 2003 06:20:23 +0000 (06:20 +0000)]
Added test case for bug #23650
Moriyoshi Koizumi [Fri, 16 May 2003 06:19:51 +0000 (06:19 +0000)]
Fixed bug #23650 (strip_tags() removes hyphens)
Ilia Alshanetsky [Fri, 16 May 2003 01:09:58 +0000 (01:09 +0000)]
MFB
Martin Jansen [Thu, 15 May 2003 19:44:32 +0000 (19:44 +0000)]
* More PHPDoc fixes
Moriyoshi Koizumi [Thu, 15 May 2003 19:20:31 +0000 (19:20 +0000)]
Fixed test so it won't fail in case the output handler is enabled
Martin Jansen [Thu, 15 May 2003 18:55:41 +0000 (18:55 +0000)]
* Adding PHPDoc
Sascha Schumann [Thu, 15 May 2003 16:54:37 +0000 (16:54 +0000)]
Properly timeout post requests
Sascha Schumann [Thu, 15 May 2003 16:42:43 +0000 (16:42 +0000)]
Don't emit Content-Length in a 304 reply
Don't falsely claim HEAD method
Add PHP to HTTP server string
Sascha Schumann [Thu, 15 May 2003 13:33:18 +0000 (13:33 +0000)]
Fix the way we create references to (sometimes non-)existing
variables.
Credits go to Rob Richards <rrichards@digarc.com> and Zeev
Ilia Alshanetsky [Thu, 15 May 2003 02:25:50 +0000 (02:25 +0000)]
Fixed bug #23527 (PostScript Type 1 font do not render properly)
Sara Golemon [Wed, 14 May 2003 22:46:27 +0000 (22:46 +0000)]
TODO: Stated protocol connection pool
Adam Dickmeiss [Wed, 14 May 2003 22:18:12 +0000 (22:18 +0000)]
Fix yaz_wait. Async mode incorrectly determine resource
Sara Golemon [Wed, 14 May 2003 19:03:46 +0000 (19:03 +0000)]
Added unlink() method to wrapper operations, routed userland unlink through wrappers, and implemented plainfiles and ftp unlink methods.
Sara Golemon [Wed, 14 May 2003 18:30:49 +0000 (18:30 +0000)]
Implement userspace wrapper support for unlink method
foobar [Wed, 14 May 2003 18:23:33 +0000 (18:23 +0000)]
Add friendly notice when build is really completed.
Andrei Zmievski [Wed, 14 May 2003 18:15:17 +0000 (18:15 +0000)]
MFB.
@- Updated wddx_deserialize() to take an open stream as an argument. (Andrei)
Moriyoshi Koizumi [Wed, 14 May 2003 18:15:01 +0000 (18:15 +0000)]
Revert the last patch.
# sorry for the annoyance
Sara Golemon [Wed, 14 May 2003 18:02:10 +0000 (18:02 +0000)]
Implement unlink() method in ftp wrapper ops and do some general cleanup of other code
foobar [Wed, 14 May 2003 15:26:38 +0000 (15:26 +0000)]
- Removed remains of ext/fribidi (it's in PECL)
Sara Golemon [Wed, 14 May 2003 15:12:07 +0000 (15:12 +0000)]
Fold 'options' parameter into wops->unlink method
foobar [Wed, 14 May 2003 15:02:30 +0000 (15:02 +0000)]
MFB
foobar [Wed, 14 May 2003 14:39:29 +0000 (14:39 +0000)]
missing .cvsignore
Wez Furlong [Wed, 14 May 2003 13:05:22 +0000 (13:05 +0000)]
Prep for next release
Sascha Schumann [Wed, 14 May 2003 08:27:48 +0000 (08:27 +0000)]
MFB segfault fix
Daniela Mariaschi [Wed, 14 May 2003 08:22:54 +0000 (08:22 +0000)]
better fix bug #20641.
Overflow numeric/decimal datatype on NT
Marcus Boerger [Wed, 14 May 2003 06:22:35 +0000 (06:22 +0000)]
Enable db<n> builds configured with --with-uniquename
Sara Golemon [Wed, 14 May 2003 06:10:04 +0000 (06:10 +0000)]
Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops
Moriyoshi Koizumi [Wed, 14 May 2003 00:36:00 +0000 (00:36 +0000)]
Fixed test so it won't fail in correct situations
foobar [Wed, 14 May 2003 00:06:55 +0000 (00:06 +0000)]
Added test case for bug #23584
Ilia Alshanetsky [Tue, 13 May 2003 23:51:25 +0000 (23:51 +0000)]
Added sqlite_fetch_string(), for speedy fetching of data from database
cursor containing only a single column.
foobar [Tue, 13 May 2003 22:09:18 +0000 (22:09 +0000)]
MFB: removing the crashbug on windows
Ilia Alshanetsky [Tue, 13 May 2003 22:08:48 +0000 (22:08 +0000)]
Fixed bug #23454 (_REQUEST did not handle arrays with same names from
different sources correctly).
Marcus Boerger [Tue, 13 May 2003 20:37:54 +0000 (20:37 +0000)]
Fix this test
Moriyoshi Koizumi [Tue, 13 May 2003 19:35:49 +0000 (19:35 +0000)]
Oops
Moriyoshi Koizumi [Tue, 13 May 2003 19:33:36 +0000 (19:33 +0000)]
Fixed bug #23610
Sascha Schumann [Tue, 13 May 2003 18:48:01 +0000 (18:48 +0000)]
Ensure that open(".", 0); works, otherwise bail out
Christian Stocker [Tue, 13 May 2003 14:52:36 +0000 (14:52 +0000)]
fixes possible segfault in domxml_xslt_result_dump_mem
Adam Dickmeiss [Tue, 13 May 2003 10:31:46 +0000 (10:31 +0000)]
Fix problem with yaz_record in array mode, when record is unavailable.
Wez Furlong [Tue, 13 May 2003 09:06:14 +0000 (09:06 +0000)]
WS fix
Wez Furlong [Tue, 13 May 2003 08:52:25 +0000 (08:52 +0000)]
Update TODO a little
Sascha Schumann [Tue, 13 May 2003 02:26:42 +0000 (02:26 +0000)]
MFB don't close random fds
Ilia Alshanetsky [Tue, 13 May 2003 01:57:54 +0000 (01:57 +0000)]
emalloc -> safe_emalloc
Marcus Boerger [Mon, 12 May 2003 18:54:05 +0000 (18:54 +0000)]
One function call is enough
Moriyoshi Koizumi [Mon, 12 May 2003 13:28:06 +0000 (13:28 +0000)]
oops
Moriyoshi Koizumi [Mon, 12 May 2003 13:26:16 +0000 (13:26 +0000)]
Applied the right fix for bug #23016
Sascha Schumann [Mon, 12 May 2003 01:29:21 +0000 (01:29 +0000)]
improve keep alive handling
Sascha Schumann [Mon, 12 May 2003 01:02:08 +0000 (01:02 +0000)]
add premium thttpd support
Martin Jansen [Sun, 11 May 2003 09:33:04 +0000 (09:33 +0000)]
* Fixing note
Moriyoshi Koizumi [Sun, 11 May 2003 09:10:48 +0000 (09:10 +0000)]
Those pieces were not intended. Partly reverted.
# sorry for messing
Moriyoshi Koizumi [Sun, 11 May 2003 09:09:01 +0000 (09:09 +0000)]
new feature news.
Moriyoshi Koizumi [Sun, 11 May 2003 09:04:05 +0000 (09:04 +0000)]
Added an encoding detection option for expat XML parser.
Moriyoshi Koizumi [Sun, 11 May 2003 06:36:37 +0000 (06:36 +0000)]
Fixed bug #22463 and bug #23581
Moriyoshi Koizumi [Sun, 11 May 2003 06:33:35 +0000 (06:33 +0000)]
Added a test case for bug #23581