Commit Graph

19351 Commits

Author SHA1 Message Date
Andrei Zmievski
2d40fd328d Allow mixing Unicode/binary string types. 2006-11-10 12:01:50 +00:00
Dmitry Stogov
768185e58f Implemented registry cache that prevent registry lookup on each request. In case of modification of corresponding registry-tree PHP will reload it automatic. 2006-11-10 11:42:40 +00:00
Dmitry Stogov
afe251ab8d Faster and better licensed implementation 2006-11-10 10:11:05 +00:00
Dmitry Stogov
dc34d34230 Simplify the code base as this getpwd() was used only once 2006-11-10 09:56:37 +00:00
Ilia Alshanetsky
d675fcb888 MFB: Fixed pecl bug #9179 (phpversion("filter") shows wrong version). 2006-11-10 01:08:52 +00:00
Hannes Magnusson
3cd6518f39 Enable xmlwriter_start_dtd_entity(), xmlwriter_end_dtd_entity() & xmlwriter_write_dtd_entity() 2006-11-09 20:02:23 +00:00
Ilia Alshanetsky
26fb0b51b5 MFB: Added missing PHPAPI declaration 2006-11-09 20:02:08 +00:00
Nuno Lopes
9b04c0d407 MFB: fix test 2006-11-09 16:38:55 +00:00
Nuno Lopes
667f469349 MFB: fix possible segfault 2006-11-09 16:34:00 +00:00
Nuno Lopes
3717adbbd9 MFB: static'fication 2006-11-09 16:18:28 +00:00
Frank M. Kromann
d774a429d6 MFB 5_2:
Revert patch for warnings about missing headers. These are fixed in the latest version of libming.
Sync code for SWFMovie::streamMP3. This function will now return the number of frames in the file.
2006-11-09 09:24:18 +00:00
Dmitry Stogov
edad4f460c Fixed tests 2006-11-09 08:29:37 +00:00
Antony Dovgal
3fb2cb298b fix more tests 2006-11-09 01:16:48 +00:00
Antony Dovgal
a6132def32 fix test 2006-11-09 01:07:31 +00:00
Antony Dovgal
8c5c0ce29c fix test and prevent endless loop 2006-11-09 00:33:54 +00:00
Dmitry Stogov
6cb3fad99b Fixed bug #38536 (SOAP returns an array of values instead of an object) 2006-11-08 10:05:33 +00:00
Ilia Alshanetsky
1d1c68b728 1.0.4 2006-11-07 21:45:20 +00:00
Ilia Alshanetsky
d3ed72e0ce Improved mime magic file detection
# Patch from BSD ports
2006-11-07 21:28:23 +00:00
Ilia Alshanetsky
0b785996cf Fixed pecl bug #6284 2006-11-07 21:18:51 +00:00
Ilia Alshanetsky
7ebb315ea9 MFB: fixed tests 2006-11-07 20:26:35 +00:00
Ilia Alshanetsky
b38a50bb4f MFB: Fixed bug #39398 (Booleans are not automatically translated to
integers).
2006-11-07 17:57:37 +00:00
Johannes Schlüter
70eac43346 - No C++ comments (fix #39414) 2006-11-07 15:17:42 +00:00
Hannes Magnusson
d634bee086 Fix arginfo 2006-11-06 23:19:46 +00:00
Andrei Zmievski
dc5f913920 Unicode support in entities/special chars funcs. See the NOTE at the
top.
2006-11-06 21:45:49 +00:00
Dmitry Stogov
ae2fc4c4ab Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client) 2006-11-06 16:36:54 +00:00
Hannes Magnusson
859449b3a0 Enable the new 5th parameter 2006-11-06 16:33:31 +00:00
Hannes Magnusson
62003ce506 Throw exception on invalid parameters in DateTime::__construct()
#makes sure the object doesnt get initialized with bogus parameters
2006-11-06 16:10:33 +00:00
Hannes Magnusson
d8895dd81d Fix segfault on $splinfo->openFile()->getPath()
Improve test
2006-11-06 15:20:23 +00:00
Dmitry Stogov
a5e8f02f0e Windows doesn't have chown(). Remove unused function and reference to undeclared macro VCWD_CHOWN(). 2006-11-06 14:55:14 +00:00
Rasmus Lerdorf
4ee758a8e0 data: and php:stdin/input allow_url_include checks 2006-11-05 20:44:52 +00:00
Ilia Alshanetsky
421e5687e3 MFB: Fixed bug #39362 (Added an option to imap_open/imap_reopen to control
the number of connection retries).
2006-11-05 18:32:41 +00:00
Pierre Joye
4f2e67121d - MFH: Merge from gd-cvs, initialize the signature not the infile ctx 2006-11-05 15:06:50 +00:00
Marcus Boerger
733ba50788 - Make parameter parsing api check happy 2006-11-04 20:46:21 +00:00
Marcus Boerger
50514b8202 - Store length of autoload file exts 2006-11-04 20:22:29 +00:00
Marcus Boerger
b605d4eb3d - Mark some funcs as unicode ready 2006-11-04 20:12:26 +00:00
Frank M. Kromann
af741730f4 Fix win32 build 2006-11-04 17:25:37 +00:00
Pierre Joye
20f1d35048 - Fixed filter argument for imagepng in gdImagePngEx 2006-11-04 14:34:04 +00:00
Pierre Joye
75f4f96203 - MFB: vim folding 2006-11-04 14:32:23 +00:00
Pierre Joye
c25d7f249a - MFB: silent compiler warnings 2006-11-04 14:29:00 +00:00
Pierre Joye
5334153117 - ws 2006-11-04 14:22:23 +00:00
Pierre Joye
3475bd62e0 - #39366, imagerotate does not use alpha with angles>45 2006-11-04 03:12:36 +00:00
Pierre Joye
799e6c0e98 - MFB: #39273, imagecopyresized and alpha channel 2006-11-04 02:23:45 +00:00
Ilia Alshanetsky
54bd0e5067 Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to
php_filter.h)
2006-11-03 20:08:54 +00:00
Ilia Alshanetsky
fab0dd3b66 MFB: Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()). 2006-11-03 19:56:07 +00:00
Marcus Boerger
b24dd998e6 - Include new headers only if present 2006-11-03 18:57:37 +00:00
Pierre Joye
6b0966c2a7 - _zip_error_clear declaration
- WS
2006-11-03 16:34:44 +00:00
Pierre Joye
d57e692624 - fix protos 2006-11-03 16:23:12 +00:00
Ilia Alshanetsky
0311ffef1f MFB: Fixed bug #39354 (Allow building of curl extension against libcurl
7.16.0)
2006-11-03 14:53:27 +00:00
Hannes Magnusson
5e9c0be4f8 Remove SKIPIF 2006-11-03 14:17:17 +00:00
Hannes Magnusson
7fb679aae2 CS fix 2006-11-03 14:08:11 +00:00