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

27793 Commits

Author SHA1 Message Date
Marcus Boerger efbfaec0a3 - Drop unused variable 2004-08-23 20:58:48 +00:00
Marcus Boerger b7a8297bc1 - Boost up __autoload() calls by caching the lookup 2004-08-23 20:57:40 +00:00
Andi Gutmans 88b9c69cb2 - Improve wording 2004-08-23 20:19:37 +00:00
Andi Gutmans 4c5fd67f7c - NEWS 2004-08-23 20:18:10 +00:00
Andi Gutmans 51501e8de0 - Improve performance of switch() 2004-08-23 20:16:35 +00:00
Ilia Alshanetsky 4ca88997f7 Fixed possible crash inside dio_read(). 2004-08-23 17:27:33 +00:00
Ilia Alshanetsky 8eacea8b48 Fixed proto of headers_list(). 2004-08-23 16:58:11 +00:00
Derick Rethans 6ffc1c291a - MFB: Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton) 2004-08-23 09:01:27 +00:00
Derick Rethans 05bf7d9c65 - Little changes. 2004-08-23 09:01:08 +00:00
51b7d3a1c0 ChangeLog update 2004-08-23 00:34:43 +00:00
Ilia Alshanetsky c84bd49fb5 Using int when long should be used. 2004-08-22 18:05:24 +00:00
d6dd2c26fa ChangeLog update 2004-08-22 00:33:22 +00:00
Timm Friebe 7035a224b5 - Fixed packet size setting
# Patch by Alex Kiesel
2004-08-21 17:54:11 +00:00
Andrey Hristov dd5538566e fix for bug 26737 : private & protected member variables not serialized
when user defined __sleep() is declared. Additionally E_NOTICE is
being thrown if __sleep() returns a non-existing member variable name
2004-08-21 13:49:19 +00:00
Frank M. Kromann e398e6b7d6 Fix win32 compilation. Missing uid_t and gid_t definitions. 2004-08-21 03:09:45 +00:00
20db6b2dcb ChangeLog update 2004-08-21 00:33:39 +00:00
Sara Golemon b5547442e5 Bugfix#29777 Some compilers don't like // style comments 2004-08-21 00:00:16 +00:00
Sara Golemon 5a81efa31f Fix compile 2004-08-20 23:53:59 +00:00
Ilia Alshanetsky 3849411fa2 Adjust magic path ordering. 2004-08-20 15:11:49 +00:00
Ilia Alshanetsky 823e4029f7 MFB: Removed unneeded bits. 2004-08-20 13:53:16 +00:00
Ilia Alshanetsky 420a8cd50a Added /usr/share/misc/file/magic to the possible magic paths (used by Debian) 2004-08-20 13:48:19 +00:00
Derick Rethans 998f5221b5 - Order and removed a bugfix which was already in 5.0.2/ 2004-08-20 06:14:42 +00:00
Ilia Alshanetsky 67e3288a5d Added more missing cURL options. 2004-08-20 00:55:56 +00:00
9b09af54d9 ChangeLog update 2004-08-20 00:34:05 +00:00
Andi Gutmans a36e7b0ab1 - Cleanup 2004-08-19 20:42:20 +00:00
Andi Gutmans 57ba9b8ccf - Second wave of garbage removal. 2004-08-19 20:29:04 +00:00
Brian France 2f97097e0f If you send a post with a content-type header and then the next post without the content-type header, raw_post_data will not be set. This is because SG(request_info).post_entry is set to the first requests function pointer which makes it follow the wrong code path. 2004-08-19 20:26:39 +00:00
Andi Gutmans edb7c7d4f5 - Stop using garbage. Please let me know if you find any bugs resulting
- of this patch (very likely). (Dmitry, Andi)
2004-08-19 20:03:06 +00:00
Marcus Boerger 4319872812 Janify [tm] 2004-08-19 18:15:48 +00:00
Antony Dovgal 5d7d4a55aa BFN 2004-08-19 15:22:17 +00:00
Antony Dovgal ca28e37be1 fix #29737 in the right way with performance in mind 2004-08-19 15:14:04 +00:00
Antony Dovgal e156ed7433 fix #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error) 2004-08-19 13:59:29 +00:00
Christian Stocker 5950725144 fix for bug #29657 xml_* functions throw non descriptive error, compared to php4
fix for bug #29711 libxml and non iso-8859-1.
If no encoding specified, it defaults to UTF-8 now
2004-08-19 12:18:25 +00:00
Marcus Boerger ba75dd7877 Fix issue in test 2004-08-19 08:04:20 +00:00
Marcus Boerger f97066dc17 BFN + reorder 2004-08-19 07:45:24 +00:00
Marcus Boerger 308081cd11 - Implement #29728: Reflection API Feature: Default parameter value.
. ReflectionParameter::isDefaultValueAvailable()
  . ReflectionParameter::getDefaultValue()
2004-08-19 07:42:02 +00:00
Marcus Boerger 5e1a0f4c0c - Nedd to work on copy 2004-08-19 07:16:02 +00:00
77319b779a ChangeLog update 2004-08-19 00:32:47 +00:00
Marcus Boerger 35fec42377 - Show default value of optional parameters of user defined functions. 2004-08-18 23:07:12 +00:00
Ilia Alshanetsky 5520636b17 Fixed bug #29727 (Added missing CURL authentication directives). 2004-08-18 21:27:24 +00:00
Andrei Zmievski f60dc4699f Forgot to turn off debugging. 2004-08-18 18:10:31 +00:00
Andrei Zmievski fe5c131a0d Re-add my patch for .ini variable access. 2004-08-18 16:58:20 +00:00
Antony Dovgal ad503c814b MFB: typo in config.m4 (potential configuration problem with Stronghold) 2004-08-18 07:22:54 +00:00
97360bacd5 ChangeLog update 2004-08-18 00:36:55 +00:00
Andi Gutmans 48b766d500 - Fix typos 2004-08-17 23:08:44 +00:00
Antony Dovgal b3da1422bb fix typo 2004-08-17 10:57:40 +00:00
d3cf46ca1d ChangeLog update 2004-08-17 00:33:20 +00:00
Ilia Alshanetsky 4d360ead0c Fixed bug #29594 (Use PHP's own tmpfile() implementation). 2004-08-16 23:07:42 +00:00
Zeev Suraski b9310261d7 Fix an oldie fd leak 2004-08-16 12:24:52 +00:00
Marcus Boerger 041d23d7b6 - Fix bug #29447: Reflection API issues 2004-08-16 08:48:25 +00:00