Commit Graph

36354 Commits

Author SHA1 Message Date
Dmitry Stogov
cc134cef18 Fixed bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash) 2006-11-15 16:05:26 +00:00
Dmitry Stogov
9fa7b87ff0 Removed unnecessary getenv/putenv calls 2006-11-15 13:34:05 +00:00
Rob Richards
a4cc7057f8 mark more functions unicode compatible 2006-11-15 12:27:32 +00:00
Antony Dovgal
a92ccf9ab1 fix test on AIX 2006-11-15 12:11:07 +00:00
Rob Richards
19da4e2df9 add unicode support so Andrei finally stops asking me about it
update tests
2006-11-15 12:08:12 +00:00
Antony Dovgal
f9847c0d0e fix test 2006-11-15 11:27:10 +00:00
Dmitry Stogov
ad2b3e69f0 Fixed wrong ext/filter behavior. It might not to register FastCGI environment variables and make memory leaks. 2006-11-15 11:14:27 +00:00
Antony Dovgal
af43feda28 fix test 2006-11-15 10:48:30 +00:00
3481f22d83 ChangeLog update 2006-11-15 01:31:10 +00:00
Antony Dovgal
f9d4063fed one more test 2006-11-14 22:23:23 +00:00
Antony Dovgal
41bb09b30d add new tests 2006-11-14 21:59:02 +00:00
Edin Kadribasic
05a3c2a14b MFB: Tell linker that we're using stati libcurl 2006-11-14 19:57:35 +00:00
Derick Rethans
3a659a6a05 - No idea if we actually support 16 bit systems, but this just looked wrong 2006-11-14 14:41:09 +00:00
Dmitry Stogov
6d7989a23d Fixed VC2005 support 2006-11-14 14:20:41 +00:00
Dmitry Stogov
8983879bdd Fixed problem with spaces in libpath 2006-11-14 14:11:05 +00:00
Dmitry Stogov
dc5124d2bb cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive cgi.check_shebang_line can be used to ommiting checnk for "#! /usr/bin/php" line. 2006-11-14 10:32:11 +00:00
Antony Dovgal
684e95a991 add .libs to .cvsignore 2006-11-14 09:40:03 +00:00
Dmitry Stogov
b15c6f06a1 Added comments 2006-11-14 09:16:10 +00:00
838419f864 ChangeLog update 2006-11-14 01:31:25 +00:00
Ilia Alshanetsky
cae55a69eb MFB: Fixed bug #36812 (pg_execute() modifies input array). 2006-11-13 22:11:02 +00:00
Rob Richards
b4f3ce372d BFN 2006-11-13 20:48:18 +00:00
Rob Richards
2888ebde73 Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag,
not enity). (Hannes Magnusson)
add test
2006-11-13 20:47:52 +00:00
Antony Dovgal
c7fd59af0f don't forget to close the stream when/if flock() fails 2006-11-13 20:31:15 +00:00
Antony Dovgal
49a2ae60d0 fix leaks in get_meta_tags() when used with b0rked HTML
add test
2006-11-13 20:17:05 +00:00
Antony Dovgal
6a7f43cfa0 improve the fix and the test 2006-11-13 19:32:43 +00:00
Ilia Alshanetsky
a65efab679 MFB: php_splice() optimization 2006-11-13 15:34:49 +00:00
Ilia Alshanetsky
79a3667ef3 MFB: Fixed bug #36644 (possible crash in variant_date_from_timestamp()). 2006-11-13 15:33:40 +00:00
Dmitry Stogov
331aa940ed Use symbolic names 2006-11-13 15:13:36 +00:00
Antony Dovgal
2bbda84c5f actually copy input to return_value
input is a local var, you can't use it this way
2006-11-13 14:59:47 +00:00
Antony Dovgal
93bb912107 new test 2006-11-13 14:50:55 +00:00
Michael Wallner
c4e3b71acc - fix tests 2006-11-13 14:05:49 +00:00
Michael Wallner
d96f225a15 - fix buffer size alignment
- avoid memory overflow #if MEMORY_LIMIT
2006-11-13 14:05:03 +00:00
Antony Dovgal
d3c4b8ca80 add a note that libxml2 2.6.2x is required 2006-11-13 12:53:50 +00:00
Antony Dovgal
17abea2ede fix compile warning 2006-11-13 12:49:18 +00:00
Dmitry Stogov
eae5ec4197 Fixed incorrect heap corruptiuon detection code 2006-11-13 10:28:57 +00:00
d20ceab08d ChangeLog update 2006-11-13 01:31:13 +00:00
Hannes Magnusson
14c48cb50b MFB: add missing headers 2006-11-12 19:01:33 +00:00
Ilia Alshanetsky
b1a4e9c49a MFB: updated generated file 2006-11-12 17:56:50 +00:00
Marcus Boerger
61b3ee59fd - Optimize SPL directory stuff by making iterator part of object 2006-11-12 17:56:14 +00:00
Marcus Boerger
28af3ea8a7 - Update test after SPL change 2006-11-12 17:55:39 +00:00
Ilia Alshanetsky
aa3222a342 MFB: Fixed a memory leak when named & positional params are being used in
the same query.
2006-11-12 17:49:52 +00:00
Marcus Boerger
a289a0d435 - Fix memleaks 2006-11-12 17:37:51 +00:00
Hannes Magnusson
b1b8dcfd42 SplFileObject no longer overwrites getFilename() 2006-11-12 17:34:28 +00:00
Hannes Magnusson
d98dfdb119 SplFileObject::getFilename() should not overwrite SplFileInfo::getFilename()
(Fixes bug where SplFileObject::getFilename() returns relative/path/to/file)
2006-11-12 17:08:45 +00:00
Marcus Boerger
74420e6be6 - Correct comments 2006-11-12 15:58:05 +00:00
fc4ec726a6 ChangeLog update 2006-11-12 01:31:02 +00:00
Hannes Magnusson
6d22129d9b Fixed bug#36975 (natcasesort() causes array_pop() to misbehave) 2006-11-12 01:11:58 +00:00
Nuno Lopes
bcdfb60c51 MFB: fix leak in oo_stream.phpt 2006-11-12 00:41:41 +00:00
Nuno Lopes
d21a598f61 MFB: fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt) 2006-11-12 00:31:37 +00:00
Nuno Lopes
cff4fd1eae MFB: fix leaks within zip entries in several tests 2006-11-11 23:43:40 +00:00