1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

20969 Commits

Author SHA1 Message Date
Sascha Schumann ed68ca44ec Fix types of bug_compat entries
PR: #21312
Submitted by: Rob Richards <rrichards@ctindustries.net>
2003-05-10 16:49:21 +00:00
Sergey Kartashoff 2726d79b9f @- A new functions Udm_Alloc_Agent_Array and Udm_Hash32 have been added to
@  mnogosearch extesion for use with mnogosearch-3.2.11 or later.
- A new functions Udm_Alloc_Agent_Array and Udm_Hash32 have been added to
  mnogosearch extesion for use with mnogosearch-3.2.11 or later.
2003-05-10 11:31:52 +00:00
Hartmut Holzgraefe 5c782a6f50 'stream' parameter support in proto parser and code generation 2003-05-09 12:11:01 +00:00
Derick Rethans 7a1e959f29 - Add inheritance information to package inspection on 'pear package'. 2003-05-09 12:03:09 +00:00
Hartmut Holzgraefe 78eeccb798 new proto data type: stream 2003-05-09 12:01:21 +00:00
Edin Kadribasic 4aa1414623 Reverting last patch (merge from sapi/apache). 2003-05-09 09:13:01 +00:00
Edin Kadribasic d758f2ea0b Reverting my last patch because user reports it does not help
solve the problem. (bug #23504)
2003-05-09 09:11:14 +00:00
Hartmut Holzgraefe 16ade3dd46 no more VC++ compile warnings 2003-05-09 07:55:32 +00:00
Ilia Alshanetsky 09fbc97d55 Add missing initialization. 2003-05-09 01:10:18 +00:00
Moriyoshi Koizumi 598dba147d Fixed test case so it reflects the recent change on var_dump() 2003-05-08 23:23:02 +00:00
Pierre Joye b5c2adf41e Silent a notice 2003-05-08 17:11:02 +00:00
Moriyoshi Koizumi ea39409c60 Added missing break 2003-05-08 16:45:59 +00:00
Moriyoshi Koizumi 83ad8e3ae3 Added initialisation for thread safety 2003-05-08 16:01:50 +00:00
Moriyoshi Koizumi e911b39158 Added "&euro;" support for htmlentities() and html_entity_decode() 2003-05-08 15:43:34 +00:00
Moriyoshi Koizumi ee86979e21 I should have tested more carefully.. 2003-05-08 15:39:24 +00:00
Moriyoshi Koizumi 1ba4e590ef WS fix 2003-05-08 15:12:04 +00:00
Moriyoshi Koizumi 2b5cebba16 Fixed memleak when the libxml compat layer is used. 2003-05-08 15:07:26 +00:00
Marcus Boerger d3693d9214 Inheritance fix
# here we  go again, sorry for the mess and thanks to edin for reverting it
2003-05-08 15:04:43 +00:00
Edin Kadribasic 97f3a35d73 Fixed MFB side effect 2003-05-08 14:42:31 +00:00
Hartmut Holzgraefe a874c33eb1 more todo items 2003-05-08 11:16:42 +00:00
Moriyoshi Koizumi 72253ffd9f NFN 2003-05-08 11:05:15 +00:00
Moriyoshi Koizumi 6ed4fd1666 Improved html_entity_decode() so it can handle multibyte charsets and
numeric entities.
2003-05-08 10:42:20 +00:00
Edin Kadribasic 692b508957 Merge from sapi/apache (fix for #23504) 2003-05-08 09:31:08 +00:00
Edin Kadribasic 6f0e0a61b6 MFB 2003-05-08 09:27:18 +00:00
Ilia Alshanetsky b20df54af7 Make serialize precision a configurable option. 2003-05-08 01:23:21 +00:00
Edin Kadribasic 7a0efe828a Reverting Marcus' incomplete patch which broke the build. 2003-05-07 22:19:43 +00:00
Moriyoshi Koizumi 02c9b14ca2 Filled error_mappings[] with placeholders for actual error messages 2003-05-07 20:53:23 +00:00
Sara Golemon 13191aa841 Revert, this caused more trouble than it fixed. 2003-05-07 20:33:53 +00:00
Moriyoshi Koizumi 891bd02e10 Added missing object initialisation
Added missing sanity checks
2003-05-07 20:06:42 +00:00
Moriyoshi Koizumi cced1b26ec Fixed typos 2003-05-07 19:52:30 +00:00
Moriyoshi Koizumi ca0bbb7d4e Fixed typo: this should have been withval 2003-05-07 19:13:54 +00:00
Moriyoshi Koizumi 29f346d7d7 Removed redundant TSRMLS_FETCH's 2003-05-07 17:40:46 +00:00
Moriyoshi Koizumi 8c539518fb This should be needed. 2003-05-07 15:28:58 +00:00
Moriyoshi Koizumi 21661d3bde Added even better allocator codes for both expat & libxml 2003-05-07 15:21:31 +00:00
Moriyoshi Koizumi edac258751 Possible fix for bug #23455 (patch by rrichards@digarc.com) 2003-05-07 14:11:58 +00:00
Moriyoshi Koizumi e40e473e65 Fixed build with iconv disabled 2003-05-07 12:26:58 +00:00
Marcus Boerger 3fc4a32743 Infrastructure to catch warnings and throw tehm as errors autmatically 2003-05-07 01:02:23 +00:00
Marcus Boerger 764eaa5b8b Inheritance fixes 2003-05-07 00:54:38 +00:00
Sara Golemon 451cd602f6 HINFO RDATA is <label><label> not <nshort><nshort> 2003-05-06 19:51:46 +00:00
Sterling Hughes a0351b093f Bundle libxml and add compatibility layer 2003-05-06 19:38:49 +00:00
Sascha Schumann 33a10b342e Improved protection against hostname attacks 2003-05-06 19:17:50 +00:00
Hartmut Holzgraefe 8c6a712a65 unfinished work towards towards refactoring of extension_parser.php 2003-05-06 16:55:20 +00:00
Hartmut Holzgraefe 30ff14a2fc add 'extern "C"' where needed for C++
(TODO: shouldn't this be done in the appropriate php headers
and Zend macros themselves?)
2003-05-06 16:53:18 +00:00
Hartmut Holzgraefe f4e89c56ab stupido :( 2003-05-06 16:51:09 +00:00
Hartmut Holzgraefe 249d85b2b0 - make sure we are running on PHP 5
- prevent warnings if no known license given
2003-05-06 16:50:39 +00:00
Hartmut Holzgraefe 93894a4e21 new TODO iten: specify "pass by reference" in protos 2003-05-06 16:48:10 +00:00
Marcus Boerger b0741a17eb Change of roles 2003-05-06 15:08:06 +00:00
Sascha Schumann bd6ff4ca43 fix typo 2003-05-06 10:15:33 +00:00
Sascha Schumann 4f8aeebf64 improve portability 2003-05-06 10:14:20 +00:00
Marcus Boerger 34a36c466e #i shouldn't do test-fiddling after 3o-clock 2003-05-06 09:33:40 +00:00