1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

20052 Commits

Author SHA1 Message Date
Ilia Alshanetsky fd088722a7 Fixed bug #22544 (missing fix from official gd). 2003-03-05 15:57:28 +00:00
Ben Mansell 64bb5135d9 C++ -> C comments 2003-03-05 15:01:13 +00:00
Wez Furlong b68739f7f9 - Remove legacy non-streams code (as discussed with Brad).
- Make get_http_header_value() work using case-insensitive compares
  for the header names, as per relevant RFC's.
- General performance boost for get_http_headers().
- Fix a crash bug when a malformed URL is passed to the soap client.
- Implement https:// support in the the soap client. (does not verify
  the remote server certificate; it provides an encrypted link only).
- Provide a hook for libxml to parse files using any registered PHP
  wrapper, including https://, ftps:// and any user-space streams.
2003-03-05 14:23:56 +00:00
Zeev Suraski 6ad2420d2d Implement $obj::static_func() 2003-03-05 13:25:33 +00:00
Corne' Cornelius 5ab857c8b9 - Reverted emalloc(),efree() changed for persistant connection resources 2003-03-05 13:17:00 +00:00
Ben Mansell 7af6973d43 Update build instructions for Zeus web server 2003-03-05 11:50:18 +00:00
Zeev Suraski 26dd8492ed Add support for interfaces 2003-03-05 11:14:44 +00:00
Corne' Cornelius e25dabc747 - Changed malloc() and free() to emalloc() and efree() 2003-03-05 09:38:00 +00:00
Moriyoshi Koizumi d2eb897739 Added missing phpinfo entry (Russian support) 2003-03-05 06:16:22 +00:00
41a7bc4271 ChangeLog update 2003-03-05 01:33:51 +00:00
Marcus Boerger f5a7a1c094 Use stream locking support
# needs more testing
2003-03-04 23:45:48 +00:00
Wez Furlong 8e5aaa0e7c Miscellaneous compilation warning, coding standards, build related,
memory leak and segfault related fixes.

The simple soap client/server code examples now run without leaking or
segfaulting.
2003-03-04 23:01:24 +00:00
Ilia Alshanetsky 6efd9ea5c4 Added notes about locking functions. 2003-03-04 21:46:33 +00:00
Marcus Boerger cf7101d354 Support all possible configurations and simplify includes 2003-03-04 20:31:42 +00:00
Marcus Boerger 238abf8c7f fix dba by fixing key_len retrieval 2003-03-04 19:56:35 +00:00
Moriyoshi Koizumi a06b5bde22 Added a test case for bug #22510 2003-03-04 19:52:22 +00:00
Marcus Boerger 3981be30a8 do not use $GLOBAL[] 2003-03-04 19:32:06 +00:00
foobar 5546f1e259 typofix 2003-03-04 18:59:16 +00:00
Marcus Boerger 66c8b5d71c If this doesn't show "3.4" there is another error 2003-03-04 18:35:03 +00:00
Moriyoshi Koizumi aa40a02de8 64bit long fix 2003-03-04 17:18:40 +00:00
Moriyoshi Koizumi 3940c673e3 64bit long fix: patch by Dave Hill 2003-03-04 17:10:29 +00:00
Ilia Alshanetsky c5053e0f62 Fixed bug #22437. 2003-03-04 16:34:52 +00:00
Ilia Alshanetsky 53530765ff Added support for http redirects to ftp.
Fixed bug #22508 (Added protection against circular HTML redirects).
2003-03-04 16:04:05 +00:00
Ilia Alshanetsky b162e18a29 Skip test if running under safe-mode. 2003-03-04 14:37:38 +00:00
foobar 5c6fa351d5 These are in the branch. 2003-03-04 14:17:38 +00:00
foobar 61668d86b2 ws & CS 2003-03-04 14:12:39 +00:00
Zeev Suraski d5ada68654 Remove legacy code 2003-03-04 13:52:03 +00:00
foobar a18bf5c277 remove this from here as it belongs elsewhere 2003-03-04 13:50:24 +00:00
Christian Stocker 6804378398 MFB (make it really W3C compatible (unlink node, when in tree...)) 2003-03-04 13:38:38 +00:00
Zeev Suraski e0c3e2cf93 Remove redundant code 2003-03-04 13:36:16 +00:00
4c0c7837a7 ChangeLog update 2003-03-04 01:33:08 +00:00
Edin Kadribasic d1feae01d9 Credits update. 2003-03-04 00:10:11 +00:00
Georg Richter 338ec7b859 fixed bug in macro-definition 2003-03-03 22:50:56 +00:00
Georg Richter 359d21aa54 disabled output of errormessages 2003-03-03 22:50:34 +00:00
Georg Richter 281960ee78 added profiler support 2003-03-03 22:36:47 +00:00
Edin Kadribasic 6c20fa725e MFB: Enabled mcrypt_generic_deinit() on windows (#22520) 2003-03-03 21:25:25 +00:00
Ilia Alshanetsky fb4dab36f4 Compiler warning fix. 2003-03-03 19:57:18 +00:00
Ilia Alshanetsky 4705fef539 More compiler warnings fixed. 2003-03-03 19:46:16 +00:00
Ilia Alshanetsky 94302c72b3 Compiler warning fix. 2003-03-03 19:41:36 +00:00
Ilia Alshanetsky 66c05f7035 Fixed compiler warnings. 2003-03-03 19:37:09 +00:00
Jay Smith 243dd060d1 Added some tests for ZE2 features and their functionality. 2003-03-03 16:44:38 +00:00
Marcus Boerger cc52373c10 Adding tests for ctor/dtor handling 2003-03-03 11:18:59 +00:00
Marcus Boerger 447da280dd Adding tests for abstract static methods 2003-03-03 11:13:56 +00:00
Marcus Boerger 326b793faf Adding tests for final methods 2003-03-03 11:10:30 +00:00
Harald Radi 3f8c08b5e1 add missing strtolower 2003-03-03 01:56:14 +00:00
e2a27a23a5 ChangeLog update 2003-03-03 01:32:58 +00:00
Harald Radi 87f6d0d86d adding placeholder for the new disable_classes directive 2003-03-03 01:30:27 +00:00
Harald Radi 3e52882d3b adding disable_classes ini directive based on the
newly introduced zend_disable_class function
2003-03-03 01:27:22 +00:00
Harald Radi a700180f5d commiting zend_disable_class patch for George:
disabled classes will be replaced by dummy classes
that print a warning upon instanciation
2003-03-03 01:22:43 +00:00
Marcus Boerger acef51e677 (re)check in non ZendOptimizer version of test 2003-03-03 00:58:15 +00:00