Commit Graph

1702 Commits

Author SHA1 Message Date
Marcus Boerger
e6a1f04677 Changed sqlite's OO API to studlyCaps. 2004-03-23 08:03:11 +00:00
Ilia Alshanetsky
d45b2c6bc3 MFH: Fixed bug #27628 (Simplify the process of making a POST request via
stream context).
2004-03-19 15:41:26 +00:00
Derick Rethans
9ebaa24aac - Fixed layout 2004-03-18 18:25:22 +00:00
Dmitry Stogov
c17d6970b6 *** empty log message *** 2004-03-18 17:34:57 +00:00
Dmitry Stogov
7767bacaf8 *** empty log message *** 2004-03-18 17:01:46 +00:00
Andi Gutmans
814000305a - Back to RC2-dev 2004-03-18 15:27:28 +00:00
Zeev Suraski
4f313c79c2 Add missing bug updates 2004-03-18 14:14:26 +00:00
Zeev Suraski
aac5c1f6c5 Prepare to roll RC1 2004-03-18 14:12:27 +00:00
Derick Rethans
6a4099ccdd - Reorganize 2004-03-18 10:39:39 +00:00
Dmitry Stogov
787f0bbbb2 *** empty log message *** 2004-03-18 10:21:28 +00:00
Derick Rethans
1ef3c8c74a - Replaced the exec_finished hook by the zend_post_deactive hook for
extensions. The new hook will be run after the symbol table and destructors
  are run. (PHP part)
2004-03-16 22:27:57 +00:00
Derick Rethans
6b7224cc74 - Update news with fugbix 2004-03-16 21:47:27 +00:00
foobar
1eba738ee8 fix typos 2004-03-16 16:44:51 +00:00
Andi Gutmans
e551584c57 - NEWS 2004-03-16 14:52:22 +00:00
Jay Smith
83b2d923f8 Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly). 2004-03-15 21:26:39 +00:00
Marcus Boerger
0ace9f4885 Bugfix #27597 pg_fetch_array not returning false . 2004-03-15 19:47:18 +00:00
Rasmus Lerdorf
f3907111c1 Missing NEWS entries 2004-03-15 18:22:01 +00:00
Jon Parise
633c95aa40 Fixed crash in php_ini_scanned_files() when no additional INI files were
actually parsed.

I'll merge this into the PHP_4_3 branch as soon as I receive permission
from the release master.
2004-03-15 07:45:25 +00:00
Sebastian Bergmann
111d0466c9 Fugbix typo. 2004-03-15 05:53:51 +00:00
foobar
04a242541b typo 2004-03-14 23:22:51 +00:00
Marcus Boerger
7a67839d33 BFN 2004-03-14 23:01:21 +00:00
Derick Rethans
1b197a9399 - Reorder 2004-03-14 21:27:21 +00:00
Andi Gutmans
cf0ca48779 - Typo 2004-03-14 21:23:48 +00:00
Andi Gutmans
3155073efb - Add all of the fixes from the past week. Almost ready for RC1 now. 2004-03-14 21:21:21 +00:00
Marcus Boerger
b95d8d14d5 Bugfix #27586 ArrayObject::getIterator crashes with [] assignment 2004-03-13 20:01:00 +00:00
foobar
66b03bdf61 update 2004-03-11 15:08:46 +00:00
Ilia Alshanetsky
d196309341 Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32). 2004-03-09 14:50:11 +00:00
Derick Rethans
b3b2192a1e - Added mb_list_encoding() to return an array with all mbstring supported
encodings.
2004-03-08 22:18:05 +00:00
Marcus Boerger
8685972af2 Rename hasMore() to valid() as discussed. (Part III) 2004-03-08 19:00:21 +00:00
Derick Rethans
596efe5197 - Fixed bug in gdImageFilledRectangle in the bundled GD library, that required
x1 < x2 and y1 < y2 for coordinates.
2004-03-02 21:56:30 +00:00
Moriyoshi Koizumi
9f9151473c - Use past tense 2004-03-01 10:46:58 +00:00
Moriyoshi Koizumi
a48e59749c - NFN 2004-03-01 10:46:14 +00:00
Moriyoshi Koizumi
c4a079e803 - Yet another BFN 2004-02-29 19:07:56 +00:00
Moriyoshi Koizumi
5e0da10217 - BFN 2004-02-29 05:22:57 +00:00
Moriyoshi Koizumi
6a40d2de2b - Reordering. 2004-02-28 21:08:29 +00:00
Moriyoshi Koizumi
a1fb66d296 - BFN & misc. 2004-02-28 20:58:48 +00:00
foobar
43a1469151 typofix 2004-02-25 20:23:15 +00:00
foobar
b1d8f10450 style 2004-02-25 19:42:56 +00:00
Andi Gutmans
85edb21e3a - More NEWS 2004-02-25 17:48:20 +00:00
Zeev Suraski
5b51a57317 update 2004-02-25 12:45:07 +00:00
foobar
0eda6a05fe this was MFHd.. 2004-02-16 16:00:15 +00:00
Marcus Boerger
b438902cd2 BFN 2004-02-16 00:34:35 +00:00
Marcus Boerger
b59989e716 Fix startup errors 2004-02-15 17:00:42 +00:00
foobar
cbb1e6e4fb bfn 2004-02-14 16:25:20 +00:00
Derick Rethans
3781af53cd - Fixed zero bytes memory allocation when no extra ini files are found in the
--with-config-file-scan-dir specified directory. (patch by Eric Colinet
  <e.colinet@laposte.net>)
2004-02-14 12:29:04 +00:00
Derick Rethans
cd4a39edf9 - Fixed start-up problem if both SPL and SimpleXML were enabled. The
double initialization of apache 1.3 was causing problems here.
2004-02-12 23:39:46 +00:00
Andi Gutmans
efe864dc34 - We are RC1-dev now 2004-02-12 16:26:59 +00:00
foobar
1526710ce1 reorder 2004-02-12 14:34:25 +00:00
Andi Gutmans
c46ccc01fd - More news 2004-02-12 13:52:47 +00:00
Andi Gutmans
d60d7777d1 - Add News entry 2004-02-12 12:37:13 +00:00
Andi Gutmans
eca1fdc821 - Go with b4 RC 1 (Sanity package) 2004-02-12 08:46:02 +00:00
foobar
db0854a952 style 2004-02-11 21:17:35 +00:00
Brian France
8a3d87f766 - Added checks for invalid characters in a cookie name or cookie data
from setrawcookie. (Brian)
	- Added new pspell functions to set the dict-dir and data-dir options. (Brian)
2004-02-11 19:02:39 +00:00
Zeev Suraski
5feca6a388 Update NEWS 2004-02-10 09:37:11 +00:00
Andrey Hristov
e5bd298bbc typo 2004-02-05 21:11:26 +00:00
Ilia Alshanetsky
5b0c9335d3 Bug fixing news. 2004-02-05 02:17:33 +00:00
Andi Gutmans
ac4dc68608 - Added recent stuff to NEWS 2004-02-04 21:29:28 +00:00
foobar
1c593b7646 order 2004-02-03 06:44:45 +00:00
Ard Biesheuvel
c9941f9d20 Interbase news 2004-02-02 15:44:03 +00:00
Moriyoshi Koizumi
0330fb2cbf - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets). 2004-01-31 22:36:33 +00:00
foobar
47f2943d0e order 2004-01-30 09:21:05 +00:00
Sara Golemon
18588497d7 Fix potential bug in http:// proxy support.
Some proxy servers require entire URI be sent in request string.

Add context option "http"/"request_fulluri" to allow this behavior.
2004-01-30 00:24:18 +00:00
Marcus Boerger
5ac404eb64 Fixed bug #27042 (SPL: SeekableIterator seek() broken). 2004-01-26 22:30:25 +00:00
Andrey Hristov
ca3001faf8 entrt about feature request #24258 2004-01-25 14:00:59 +00:00
Marcus Boerger
d51218f221 BFN 2004-01-25 13:33:43 +00:00
Marcus Boerger
386310ea02 BFN 2004-01-25 11:54:28 +00:00
Ilia Alshanetsky
17d420e5f7 Fixed bug #26938 (exec() has problems reading long lines). 2004-01-21 16:57:13 +00:00
Hartmut Holzgraefe
c280629023 News update on new streams method 2004-01-21 10:20:45 +00:00
foobar
5908334ea3 BfN 2004-01-20 00:26:23 +00:00
Christian Stocker
37cc0df732 added missing dots.. 2004-01-19 17:30:35 +00:00
Christian Stocker
d4488ccf2d Cosmetics and NEWS entry 2004-01-19 17:27:22 +00:00
Derick Rethans
067dfa7029 - SPL lives now in ext/ 2004-01-19 08:28:15 +00:00
foobar
dce4e4c4b2 BFN 2004-01-19 02:43:25 +00:00
foobar
b6b3443d0a - Fixed bug #26640 (__autoload() not invoked by Reflection classes)
# Also removed double call of reflection_register_implement() on
# reflection_extension_ptr.
# Fixed also case-insensitive lookup of property names,
# now Reflection_Property('Classname', 'FooBar'); works too.
2004-01-16 21:11:58 +00:00
foobar
88b2348f9f BFN 2004-01-16 11:18:37 +00:00
foobar
124e6c8b6d - Fixed bug #26844 (ext/mime_magic: magic file validation broken). 2004-01-15 06:09:16 +00:00
Ilia Alshanetsky
b3853af0b7 MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from
empty queries).
2004-01-14 21:17:09 +00:00
Ilia Alshanetsky
6e350b553b Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems). 2004-01-14 17:08:27 +00:00
foobar
c2785ecbf9 BFN 2004-01-13 18:06:31 +00:00
foobar
028fcd7ec3 oops.. 2004-01-11 14:06:37 +00:00
foobar
a201e10c9b BFN 2004-01-11 14:06:16 +00:00
Ilia Alshanetsky
f4828675eb sqlite news 2004-01-09 01:38:13 +00:00
foobar
4db2d84efa BFN 2004-01-07 23:53:48 +00:00
Ilia Alshanetsky
d4c19ed2d2 Fixed bug #26819 (http_build_query() crashes on NULL output).
Fixed bug #26817 (http_build_query() does not handle private & protected
object properties correctly).
2004-01-06 20:07:07 +00:00
foobar
2e2d5d78f0 BFN 2004-01-05 14:31:48 +00:00
Derick Rethans
6923a16c26 - Fixed var_export() to show public, protected and private modifiers properly.
- Exported (un)mangle_property_name.
2004-01-03 13:51:02 +00:00
Marcus Boerger
5d58aff217 BFN 2004-01-02 03:27:43 +00:00
foobar
926504978b dotdotdot.. 2004-01-02 02:34:53 +00:00
Marcus Boerger
865738238f BFN 2003-12-31 12:21:02 +00:00
Georg Richter
9285d613f5 fixed problems with longlong values in mysqli 2003-12-31 08:57:09 +00:00
foobar
4a94097986 cleanup 2003-12-31 01:27:35 +00:00
Rob Richards
db9af58184 BFN 2003-12-29 16:45:59 +00:00
Marcus Boerger
2788bb8a15 BFN 2003-12-29 12:39:07 +00:00
Marcus Boerger
7980195d7c BFN 2003-12-27 23:01:04 +00:00
Marcus Boerger
a84f8156ff Bugfix #25038 (call_user_func issues warning if function throws exception) 2003-12-27 21:10:34 +00:00
Rob Richards
563be668b8 Fixed bug #26723 2003-12-27 10:33:26 +00:00
Marcus Boerger
c6cb00fe59 Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload
results in segfault).
2003-12-23 10:45:10 +00:00
Georg Richter
bbae05b957 #fixed bug #26680 2003-12-23 06:28:12 +00:00
Marcus Boerger
4e24057380 Update 2003-12-22 22:59:44 +00:00
Marcus Boerger
37d9a9f150 BFN 2003-12-22 22:33:45 +00:00