1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Commit Graph

21021 Commits

Author SHA1 Message Date
Sascha Schumann e473374ff3 Don't emit Content-Length in a 304 reply
Don't falsely claim HEAD method
Add PHP to HTTP server string
2003-05-15 16:42:43 +00:00
Sascha Schumann 289ad3960e Fix the way we create references to (sometimes non-)existing
variables.

Credits go to Rob Richards <rrichards@digarc.com> and Zeev
2003-05-15 13:33:18 +00:00
Ilia Alshanetsky b9215a1538 Fixed bug #23527 (PostScript Type 1 font do not render properly) 2003-05-15 02:25:50 +00:00
Sara Golemon 8e46a7236b TODO: Stated protocol connection pool 2003-05-14 22:46:27 +00:00
Adam Dickmeiss 58040bfd33 Fix yaz_wait. Async mode incorrectly determine resource 2003-05-14 22:18:12 +00:00
Sara Golemon eeb3bd80eb Added unlink() method to wrapper operations, routed userland unlink through wrappers, and implemented plainfiles and ftp unlink methods. 2003-05-14 19:03:46 +00:00
Sara Golemon 44743cf9ec Implement userspace wrapper support for unlink method 2003-05-14 18:30:49 +00:00
foobar 6c4909aad0 Add friendly notice when build is really completed. 2003-05-14 18:23:33 +00:00
Andrei Zmievski 8781970a78 MFB.
@- Updated wddx_deserialize() to take an open stream as an argument. (Andrei)
2003-05-14 18:15:17 +00:00
Moriyoshi Koizumi af32730476 Revert the last patch.
# sorry for the annoyance
2003-05-14 18:15:01 +00:00
Sara Golemon 022a1625a3 Implement unlink() method in ftp wrapper ops and do some general cleanup of other code 2003-05-14 18:02:10 +00:00
foobar 6fb825bed4 - Removed remains of ext/fribidi (it's in PECL) 2003-05-14 15:26:38 +00:00
Sara Golemon 65d359d71a Fold 'options' parameter into wops->unlink method 2003-05-14 15:12:07 +00:00
foobar 412f54edab MFB 2003-05-14 15:02:30 +00:00
foobar ecf78a23cd missing .cvsignore 2003-05-14 14:39:29 +00:00
Wez Furlong 1a521e5ab6 Prep for next release 2003-05-14 13:05:22 +00:00
Sascha Schumann 31dc62a905 MFB segfault fix 2003-05-14 08:27:48 +00:00
Daniela Mariaschi 82d513ee72 better fix bug #20641.
Overflow numeric/decimal datatype on NT
2003-05-14 08:22:54 +00:00
Marcus Boerger 7ddb7f15d4 Enable db<n> builds configured with --with-uniquename 2003-05-14 06:22:35 +00:00
Sara Golemon 5126fbe556 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 2003-05-14 06:10:04 +00:00
Moriyoshi Koizumi f1679e4027 Fixed test so it won't fail in correct situations 2003-05-14 00:36:00 +00:00
foobar 5d4bca6dbf Added test case for bug #23584 2003-05-14 00:06:55 +00:00
Ilia Alshanetsky f1c20d3b55 Added sqlite_fetch_string(), for speedy fetching of data from database
cursor containing only a single column.
2003-05-13 23:51:25 +00:00
foobar 0360a2c012 MFB: removing the crashbug on windows 2003-05-13 22:09:18 +00:00
Ilia Alshanetsky b76261dcbb Fixed bug #23454 (_REQUEST did not handle arrays with same names from
different sources correctly).
2003-05-13 22:08:48 +00:00
Marcus Boerger 8dffa02661 Fix this test 2003-05-13 20:37:54 +00:00
Moriyoshi Koizumi 0d39841728 Oops 2003-05-13 19:35:49 +00:00
Moriyoshi Koizumi e54919d230 Fixed bug #23610 2003-05-13 19:33:36 +00:00
Sascha Schumann 2c7c0457b6 Ensure that open(".", 0); works, otherwise bail out 2003-05-13 18:48:01 +00:00
Christian Stocker d3ceb197a2 fixes possible segfault in domxml_xslt_result_dump_mem 2003-05-13 14:52:36 +00:00
Adam Dickmeiss 46dbbff7f0 Fix problem with yaz_record in array mode, when record is unavailable. 2003-05-13 10:31:46 +00:00
Wez Furlong e4ee44f8ab WS fix 2003-05-13 09:06:14 +00:00
Wez Furlong abf1e2b4ec Update TODO a little 2003-05-13 08:52:25 +00:00
Sascha Schumann af402a9e13 MFB don't close random fds 2003-05-13 02:26:42 +00:00
Ilia Alshanetsky 56ba9b4ae5 emalloc -> safe_emalloc 2003-05-13 01:57:54 +00:00
Marcus Boerger fe47a383e3 One function call is enough 2003-05-12 18:54:05 +00:00
Moriyoshi Koizumi 0fc5d74364 oops 2003-05-12 13:28:06 +00:00
Moriyoshi Koizumi e500e957ba Applied the right fix for bug #23016 2003-05-12 13:26:16 +00:00
Sascha Schumann 3eab2fb3bd improve keep alive handling 2003-05-12 01:29:21 +00:00
Sascha Schumann 40dd3617eb add premium thttpd support 2003-05-12 01:02:08 +00:00
Martin Jansen 8c5eac260f * Fixing note 2003-05-11 09:33:04 +00:00
Moriyoshi Koizumi bc741c67d4 Those pieces were not intended. Partly reverted.
# sorry for messing
2003-05-11 09:10:48 +00:00
Moriyoshi Koizumi fa8a31691d new feature news. 2003-05-11 09:09:01 +00:00
Moriyoshi Koizumi ebd92654c1 Added an encoding detection option for expat XML parser. 2003-05-11 09:04:05 +00:00
Moriyoshi Koizumi 4e9e9c6e21 Fixed bug #22463 and bug #23581 2003-05-11 06:36:37 +00:00
Moriyoshi Koizumi 065a192411 Added a test case for bug #23581 2003-05-11 06:33:35 +00:00
Moriyoshi Koizumi b666d8c679 Added test case for bug #22463 2003-05-11 02:37:17 +00:00
Moriyoshi Koizumi 82d769eefd Fixed compiler errors that occur when bundled libxml is not used. 2003-05-11 01:45:52 +00:00
Rob Richards 47c26016bb Bundle support 2003-05-11 01:01:16 +00:00
Moriyoshi Koizumi 27863eb499 MFB(r-1.40.2.4): fixed bug #23016 2003-05-11 00:49:15 +00:00