Antony Dovgal
b6f2e80f03
add missing parameter to opendir() and fix segfault
2006-09-23 12:32:32 +00:00
Antony Dovgal
cad50f1dd2
one more try to fix ZTS build
2006-09-23 12:22:07 +00:00
Antony Dovgal
e02e25dca2
fix ZTS build
2006-09-23 12:17:43 +00:00
Antony Dovgal
b202bcda65
fix possible segfault in #38891
2006-09-23 11:58:49 +00:00
Sara Golemon
7b0305b311
PHP6 Updates
2006-09-22 23:57:38 +00:00
Sara Golemon
6dffc7bf14
Fix copy() from last commit and add a few more PHP6 updates
2006-09-22 21:48:33 +00:00
Sara Golemon
6905daca8e
Update copy() for PHP6
2006-09-22 20:02:26 +00:00
Sara Golemon
3191ed0e85
Update stream_copy_to_stream() for PHP6
2006-09-22 19:54:30 +00:00
Andrei Zmievski
bc871831e2
Fix protos.
2006-09-22 19:50:02 +00:00
Andrei Zmievski
ca83e9b7a7
Unicode upgrade for quotemeta(). Yes, I know it's ugly. You try making
...
it pretty.
2006-09-22 19:35:05 +00:00
Sara Golemon
96f9c9c59c
Update stream_get_contents() for PHP6
2006-09-22 18:42:33 +00:00
Andrei Zmievski
cd58faa031
Bring localeconv(), money_format(), and nl_langinfo() to standards. Add
...
E_STRICT notices about them being deprecated in Unicode mode.
2006-09-22 18:24:12 +00:00
Sara Golemon
29ccb96d9e
Tweak file_get_contents()'s return value a little
2006-09-22 18:23:33 +00:00
Andrei Zmievski
50fe3da0af
Unicode support in count_chars(). Note that due to the size of the
...
Unicode character set only mode=1 is supported.
2006-09-22 17:47:09 +00:00
Dmitry Stogov
d365bd66c2
Prevent access to dead zval
2006-09-22 13:39:17 +00:00
Rob Richards
b2a44a9cc6
mark functionality unicode safe
...
add test
2006-09-22 10:13:27 +00:00
Sara Golemon
a9404e9283
PHP6 Updates
2006-09-22 01:55:47 +00:00
Sara Golemon
b087b2ff62
PHP6 Updates
2006-09-21 23:36:13 +00:00
Ilia Alshanetsky
464c1ae4fe
MFB: fix test
2006-09-21 23:07:10 +00:00
Sara Golemon
1aa537ebd4
Update (most of) the functions in streamsfuncs.c
...
This commit also includes a change to tests/file/stream_rfc2397_002.phpt
which doesn't entirely pass in unicode mode yet, however that's a unicode
issue in the data:// wrapper that needs fixing, not a problem with the
streams layer itself.
2006-09-21 19:53:10 +00:00
Andrei Zmievski
2fb8461016
Fix protos.
2006-09-21 19:30:33 +00:00
Sara Golemon
1d8677bbd4
Add double-width ripemd tests to package2.xml as well
2006-09-21 18:39:30 +00:00
Andrei Zmievski
f09b8eb846
Fix protos.
2006-09-21 18:26:31 +00:00
Sara Golemon
76315cf4c4
Add double-width ripemd tests to package.xml
2006-09-21 18:22:04 +00:00
Rob Richards
1acc8abe56
fix domcomment property handler so it inherits from domcharacterdata
...
mark tested functions as unicode safe
add tests
2006-09-21 11:53:58 +00:00
Rob Richards
d421131d98
finish unicode updates
...
update test
2006-09-21 10:31:36 +00:00
Dmitry Stogov
c0894d9d6e
ZTS fix
2006-09-21 06:46:00 +00:00
Sara Golemon
67af7e225c
Backfill protos for ext/unicode functions
2006-09-20 23:44:23 +00:00
Andrei Zmievski
7ff8b9b090
Bug fixes for substr_replace().
2006-09-20 20:30:19 +00:00
Andrei Zmievski
9124610982
Install SPL headers.
2006-09-20 20:29:24 +00:00
Dmitry Stogov
90ff4f8f52
Added ability to make SOAP call userspace PHP<->XML converters
2006-09-20 13:43:04 +00:00
Sara Golemon
6781debeb8
Add ripemd256 and ripemd320 algos
2006-09-20 01:48:06 +00:00
Sara Golemon
5cb3858aa3
PHP6 Updates
2006-09-20 00:32:54 +00:00
Ilia Alshanetsky
07f22a8d4c
MFB: make input_get_args() not modify the original values.
2006-09-19 23:58:47 +00:00
Ilia Alshanetsky
c1891a9bdf
MFB: array_key_exists() should not work by by-ref
2006-09-19 23:45:12 +00:00
Sara Golemon
c8f96d157d
Strip unused implementations of md5(), md5_file(), sha1(), and sha1_file()
...
from this extension.
It was decided a few months ago that those implementations would simply
stay in ext/standard and never leave.
2006-09-19 23:42:49 +00:00
Sara Golemon
17f279b2ca
Refactor parameter parsing into the 21st century and flag Unicode readiness
2006-09-19 23:27:03 +00:00
Andrei Zmievski
1fd91e40f8
Unicode support in preg_grep().
2006-09-19 20:41:56 +00:00
Sara Golemon
3f56da6eba
Add INI controlled default stream encoding (unicode.stream_encoding).
...
Add convenience function stream_defualt_encoding() for setting it.
2006-09-19 20:36:48 +00:00
Andrei Zmievski
723baf6608
Upgrade preg_quote() to support Unicode.
2006-09-19 20:01:10 +00:00
Andrei Zmievski
5066424135
Fix offset calculation in add_offset_pair().
2006-09-19 17:37:48 +00:00
Ilia Alshanetsky
8690a5a2d9
MFB:
...
Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors).
Fixed test for bug #38253 not to use faulty SQL that generates
errors in PostgreSQL
2006-09-19 15:46:25 +00:00
Antony Dovgal
19ac74fd23
fix tests
2006-09-19 12:06:49 +00:00
Antony Dovgal
074615035f
fix spl tests
2006-09-19 12:01:18 +00:00
Antony Dovgal
ad1d0e6d65
fix tests
2006-09-19 11:49:21 +00:00
Antony Dovgal
5d42e808a3
fix leak in preg_split()
2006-09-19 11:48:59 +00:00
Antony Dovgal
8bc414ee8e
fix test
2006-09-19 11:29:50 +00:00
Antony Dovgal
3914ce4c1a
fix tests
2006-09-19 11:25:07 +00:00
Dmitry Stogov
128548a5c0
Disabled autoconversion of hash keys (from string to unicode) for PHP arrays
2006-09-19 10:38:31 +00:00
Antony Dovgal
591477b143
support objects in array_walk*()
...
add new tests, fix old ones
2006-09-19 09:33:02 +00:00
Antony Dovgal
cb7a7995b6
fix #34066 (recursive array_walk causes segfault)
...
add tests
2006-09-19 09:02:39 +00:00
Dmitry Stogov
d5ecb40eeb
Fixed PCRE related compilation errors
2006-09-19 07:39:07 +00:00
Andrei Zmievski
30d7168bbd
Upgrade preg_split() to support Unicode strings.
2006-09-18 20:16:36 +00:00
Andrei Zmievski
81b83f327b
More work on Unicode support in PCRE. When UG(unicode) is on, all
...
strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8
encoding. Failure to do so will result in unpredictable results.
2006-09-18 17:59:10 +00:00
Ilia Alshanetsky
b8b3ade128
MFB: Fixed bug #38574 (missing curl constants and improper constant
...
detection).
2006-09-18 16:13:00 +00:00
Antony Dovgal
f3fa436ba3
fix test
2006-09-18 12:35:59 +00:00
Johannes Schlüter
f1ed29ffd8
- Unicode fix
2006-09-17 09:39:04 +00:00
Ilia Alshanetsky
1d611c862c
MFB: One last expand_filepath() check
2006-09-16 19:08:59 +00:00
Nuno Lopes
f2da2decd4
MFB: fix compiler warnings introduced in my previous commit
2006-09-16 19:08:21 +00:00
Ilia Alshanetsky
9d48f6fb61
MFB: Additional expand_filepath() checks
2006-09-16 18:31:07 +00:00
Ilia Alshanetsky
1ed7d584c6
MFB: Added missing validation checks around expand_filepath()
2006-09-16 18:23:05 +00:00
Nuno Lopes
121a317695
MFB
2006-09-16 18:21:53 +00:00
Nuno Lopes
37a08a329c
MFB
2006-09-16 17:42:44 +00:00
Nuno Lopes
c88dc5752d
fix lcov report
2006-09-16 14:21:07 +00:00
Rob Richards
49d8ec82fe
MFB: implement workaround for bug #38823 (DOMComment->appendData does nothing)
...
fix bug #38850 (lookupNamespaceURI doesn't return default namespace)
add test
2006-09-16 13:56:25 +00:00
Nuno Lopes
61b043bfd7
MFB
2006-09-16 12:05:43 +00:00
Ilia Alshanetsky
71eac85de0
MFB: Added a check for PQftable() function
2006-09-15 19:48:55 +00:00
Nuno Lopes
678b162fef
MFB
2006-09-15 16:14:57 +00:00
Antony Dovgal
4d4166fcbc
missing part of the fix for #38844
2006-09-15 15:42:39 +00:00
Antony Dovgal
b8e416139d
MFB: still output an error, even if there is no curl_easy_strerror()
2006-09-15 15:33:30 +00:00
Nuno Lopes
22088632e2
MFB
2006-09-15 15:14:04 +00:00
Antony Dovgal
da064ca404
fix segfault in curl_multi_info_read()
2006-09-15 15:04:03 +00:00
Nuno Lopes
0289bacc94
MFB
2006-09-15 14:59:04 +00:00
Nuno Lopes
7af2495f81
MFB
2006-09-15 14:43:08 +00:00
Antony Dovgal
b6596bebc7
fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)
2006-09-15 13:43:55 +00:00
Pierre Joye
a072c66184
- PECL Bug #8700 , zipArchive::getFromIndex() fails
2006-09-15 12:10:50 +00:00
Antony Dovgal
c912fa4a90
fix leak when call to shutdown function fails
2006-09-15 09:11:31 +00:00
Antony Dovgal
4bbeaa70fa
free node pointer using correct function
...
fixes leak in ext/dom/tests/dom_create_element.phpt
2006-09-15 07:43:59 +00:00
Antony Dovgal
e264e460a4
fix double free(), add test
2006-09-15 07:26:19 +00:00
Dmitry Stogov
251bb2d7e1
Fixed memory leak
2006-09-15 07:11:09 +00:00
Ilia Alshanetsky
0fff2d8d45
MFB: Make float filter handle things like 02.324 properly
2006-09-14 17:48:11 +00:00
Antony Dovgal
367d65eced
MFB
2006-09-14 15:30:37 +00:00
Antony Dovgal
ba01adbd0e
fix test
2006-09-14 15:00:52 +00:00
Rob Richards
ed55b21a1b
MFB: fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly)
2006-09-14 13:35:49 +00:00
Dmitry Stogov
e8f1640adb
Write valid run-time value for Zend Memory Manager
2006-09-14 08:56:11 +00:00
Ilia Alshanetsky
b663e04049
MFB: Fixed test for systems without INFILE/OUTFILE support
2006-09-13 15:53:12 +00:00
Dmitry Stogov
d7c13d414c
Fixed memory leaks
2006-09-13 13:26:10 +00:00
Antony Dovgal
22491f9399
change test to work with Oracle 10
2006-09-13 10:44:04 +00:00
Antony Dovgal
ad67978a49
new tests
2006-09-12 20:32:06 +00:00
Antony Dovgal
40fe5baf8c
uhm.. declare oci_lob_seek() along with OCI-Lob->seek() method
2006-09-12 20:26:59 +00:00
Antony Dovgal
276d063355
improve spelling ( fixes #38780 )
2006-09-12 17:26:24 +00:00
Pierre Joye
8b87c6ba8e
- MFB:PECL Bug #8676 , addFile was not updated and still used VCWD_REALPATH,
...
it now uses expand_filepath
2006-09-12 12:04:03 +00:00
Antony Dovgal
0a5cb31537
fix leak when binding a variable to the same placeholder several times
2006-09-12 11:42:25 +00:00
Antony Dovgal
a98f411f80
remove a leftover
2006-09-12 10:53:51 +00:00
Antony Dovgal
5e17a28218
fix test
2006-09-12 10:44:18 +00:00
Johannes Schlüter
c1f302279f
- Print the type of the original value
2006-09-11 21:21:27 +00:00
Johannes Schlüter
90db332cff
- Fix #37923 (Display constant value in reflection::export)
2006-09-11 17:06:59 +00:00
Ilia Alshanetsky
675bda66b6
MFB: Fixed bug #38096 (large timeout values ignored on 32bit machines in
...
stream_socket_accept() and stream_socket_client()).
2006-09-11 14:53:33 +00:00
Antony Dovgal
78a0871781
new tests
2006-09-10 22:11:10 +00:00
Antony Dovgal
9d29a1b26d
add new test
2006-09-10 19:42:04 +00:00
Hannes Magnusson
9dceb42867
Add protos
2006-09-10 17:01:10 +00:00
Hannes Magnusson
f2ad985262
- date_timezone_set() needs both arguments
...
- Throw exception in DateTimeZone::__construct if no arguments are passed
2006-09-10 16:32:30 +00:00
Hannes Magnusson
fac517522b
MFB: abstracting ReflectionFunctionAbstract & fix couple of typos
2006-09-10 13:35:32 +00:00
Hannes Magnusson
8b427acfd0
Be overly picky: CURL->cURL
2006-09-09 20:03:55 +00:00
Derick Rethans
319a3dcb80
- The .c file is generated... so updating the .re file and cleaning up WS.
2006-09-09 12:25:54 +00:00
Michael Wallner
83eac101c3
- fix crash when unicode.sematics are enabled and unicode.output_encoding doesn't match iconv.internal_encoding
2006-09-09 12:10:28 +00:00
Antony Dovgal
41a6d22dd7
fix #38759 (PDO sqlite2 empty query causes segfault)
2006-09-09 10:58:39 +00:00
Antony Dovgal
cb04bb6a4f
fix #38721 (date_parse() invalid read)
2006-09-08 20:22:23 +00:00
Antony Dovgal
49f7759c27
implement feature request #38731 (openssl_pkey_new does not support DSA key generation)
...
patch by marci at balabit dot hu
2006-09-08 20:09:08 +00:00
Hannes Magnusson
e22b06c957
MFB bug#35589
2006-09-08 16:51:32 +00:00
Rob Richards
b855c33590
fix prototypes
2006-09-08 13:04:29 +00:00
Dmitry Stogov
78a47c08a0
Prevent opening of empty filename ""
2006-09-08 05:52:15 +00:00
Rob Richards
db883a8b9d
add unicode support
...
registered_phpfunctions hashtable still needs to be handled
update tests
2006-09-07 21:57:26 +00:00
Michael Wallner
aee8e73316
- add note why we can't have a chunk-sized output handler
2006-09-07 14:54:28 +00:00
Michael Wallner
f8ff78deab
-fix warnings
2006-09-07 14:21:02 +00:00
Michael Wallner
60274e3944
- use ucnv_compareNames
...
- check output_context->op for PHP_OUTPUT_HANDLER_CLEAN instead of php_output_get_status()
2006-09-07 14:20:16 +00:00
Ilia Alshanetsky
cb1ba9379d
MFB: Fixed memory leaks in openssl test #004
2006-09-07 14:16:54 +00:00
Dmitry Stogov
4cd00c73fc
Fixed unicode support
2006-09-07 13:25:46 +00:00
Antony Dovgal
ffe419fefc
add new tests, increase code coverage
2006-09-07 11:47:57 +00:00
Rob Richards
f79418bbd1
fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27)
2006-09-07 11:24:22 +00:00
Rob Richards
cd347ea2e5
update def file
2006-09-06 23:48:02 +00:00
Edin Kadribasic
cf933ed410
MFB: Fixed bug #38190 (threading issues on windows 2003)
2006-09-06 21:48:57 +00:00
Michael Wallner
07f81e7fe4
- upgrade ob_iconv_handler
2006-09-06 20:49:03 +00:00
Hannes Magnusson
8f85e67b33
fix build
2006-09-06 19:50:22 +00:00
Michael Wallner
83429c1620
- upgrade ob_tidyhandler
2006-09-06 17:55:09 +00:00
Pierre Joye
d21df00da5
- bump zip version, 2.0.0
2006-09-06 17:39:33 +00:00
Ilia Alshanetsky
803b3f4d77
MFB: Fixed bug #38464 (array_count_values() mishandles numeric strings).
2006-09-06 17:31:47 +00:00
Nuno Lopes
408a584d6e
MFB: fix memleak of pcre study data
2006-09-06 16:31:28 +00:00
Nuno Lopes
984a56c9ab
MFB
2006-09-06 15:32:19 +00:00
Nuno Lopes
da0feb9dcd
fix a few more zend_parse_parameters() issues
2006-09-06 15:13:16 +00:00
Antony Dovgal
b08f8ed0c1
fix leak in pg_copy_to() when invalid resource was passed
2006-09-06 12:40:47 +00:00
Antony Dovgal
bb89a868c4
do not search for empty strings with strpos() and strrpos()
2006-09-06 12:07:27 +00:00
Antony Dovgal
38dcee0beb
fix leaks & uninitialized vars
...
add test
2006-09-06 11:34:15 +00:00
Dmitry Stogov
ba833d2bc0
Fixed support for endpoint's URL without <path> part (Rob)
2006-09-06 11:03:59 +00:00
Derick Rethans
058b359800
- Added support for the full ISO week number format. (2006-W52-7)
2006-09-06 07:33:59 +00:00
Nuno Lopes
cb07c93c04
sync code and tests with PHP_5_2
2006-09-05 15:25:44 +00:00
Ilia Alshanetsky
f8c35ca367
Added missing defines needed for win32 build
2006-09-05 14:48:06 +00:00
Antony Dovgal
6c977ee076
add new test for multiple leaks in openssl_csr_new()
2006-09-05 14:04:36 +00:00
Antony Dovgal
4c6db31984
init variables
2006-09-05 13:59:08 +00:00
Antony Dovgal
ac978370c9
fix test
2006-09-05 13:58:47 +00:00
Nuno Lopes
573f153e06
MFB: int->zend_bool where possible
2006-09-05 12:42:25 +00:00
Nuno Lopes
07b26e4e5f
MFB (int->long)
2006-09-05 12:32:13 +00:00
Antony Dovgal
6bf4579f82
fix it in an other way
2006-09-05 11:24:23 +00:00
Antony Dovgal
fcea7b3273
fix leak in imap_utf8(), avoid extra strlen() call
...
add test
2006-09-05 11:16:06 +00:00
Antony Dovgal
13427fc603
fix segfaulting typo in dcngettext() =)
...
add new test
2006-09-05 10:35:53 +00:00
Nuno Lopes
e09ffb06f1
MFB: fix gcc warning
2006-09-04 19:16:21 +00:00
Nuno Lopes
dbbe29a4ed
MFB: fix gcc warning
2006-09-04 19:00:12 +00:00
Ilia Alshanetsky
5e14e8ee0c
MFB: Fixed bug #38693 (curl_multi_add_handle() set curl handle to null).
2006-09-04 16:31:38 +00:00
Dmitry Stogov
e9cf79d23d
Fixed bug #38700 (SoapClient::__getTypes never returns)
2006-09-04 10:52:44 +00:00
Michael Wallner
97db4007db
- fix issues with ob_start("ob_gzhandler")
...
- add tests
2006-09-04 10:31:11 +00:00
Michael Wallner
7c8079c8ce
- attempt to fix #38696
2006-09-03 09:09:38 +00:00
Johannes Schlüter
3a0ab6a644
- Add HAVE_REFLECTION define for win32 (by Steph)
2006-09-02 19:12:57 +00:00
Nuno Lopes
045dd11483
MFH
2006-09-01 23:33:13 +00:00
Nuno Lopes
2e3faf9cd2
MFB: fix possible crash
2006-09-01 23:19:56 +00:00
Pierre Joye
3dbdf4846e
- this moved out, invalid format
2006-09-01 00:39:31 +00:00
Pierre Joye
08b433783c
- updates
2006-08-31 22:52:29 +00:00
Pierre Joye
e46fa21739
- add new tests to the package.xml
2006-08-31 22:37:22 +00:00
Pierre Joye
e0297b480f
- implement FILTER_FLAG_ARRAY/SCALAR in input_get
...
- update changelog
- update tests
2006-08-31 22:32:54 +00:00
Antony Dovgal
e166a67ebd
new test
2006-08-31 22:15:47 +00:00
Antony Dovgal
835814617f
change filters to operate on the copy of data, so multiple filters an be applied one after another
2006-08-31 22:11:35 +00:00
Pierre Joye
7643192ca5
- pecl bug #8316 ,
...
empty strings are not int or float, return false (due to popular demand)
2006-08-31 18:28:39 +00:00
Michael Wallner
26a013eb08
- fix tests SKIPIF
2006-08-31 16:28:46 +00:00
Antony Dovgal
a10691e3b9
last portion of z/Z fixes
2006-08-31 16:14:43 +00:00
Pierre Joye
d10b686b6e
- add a test for input_get and array
...
This test fails now. When the input variable is an array, its contents
is replace by the filter result. To be fixed asap (before 5.2.0)
2006-08-31 16:13:39 +00:00
Pierre Joye
1fea711ac4
- MFB:
...
- clean the auto trim (behaves like php_trim now)
- simplifies bool
- fix octal parsing
i- boost int/hex/octal validate_int
2006-08-31 16:12:33 +00:00
Antony Dovgal
272e4c24fd
fix typo in errmsg
2006-08-31 15:42:06 +00:00
Antony Dovgal
bee846b80e
ext/filter z/Z fixes
2006-08-31 15:17:08 +00:00
Antony Dovgal
d08f2e8897
more z/Z fixes
2006-08-31 14:41:15 +00:00
Antony Dovgal
1e284298d7
more z/Z fixes
2006-08-31 14:19:33 +00:00
Antony Dovgal
c61a20eda0
z/Z problem fixes
2006-08-31 13:58:07 +00:00
Michael Wallner
d6c37b7bbc
- add basic zlib.output_compression tests
2006-08-31 13:52:41 +00:00
Michael Wallner
df26ea87bd
- output handler alias ctor should know about chunk_size and flags
2006-08-31 13:51:35 +00:00
Antony Dovgal
3aca07552a
fix test
2006-08-31 13:49:39 +00:00
Antony Dovgal
3b62798018
fix problem with mixed arguments accepted as zval* causing leaks/segfaults when converting to other types
2006-08-31 13:47:32 +00:00
Antony Dovgal
32ff2a16fe
minor changes in iconv_substr() to avoid zval converting
2006-08-31 11:17:37 +00:00
Antony Dovgal
c8b6be096b
no such function
2006-08-30 22:53:42 +00:00
Antony Dovgal
18c201100f
fix tidy problems caused by returning local static buffers
...
looks like somebody forgot to MFB this patch..
2006-08-30 22:52:18 +00:00
Michael Wallner
5de701d544
- good bye ob_gzhandler
...
- ego promo
2006-08-30 22:35:57 +00:00
Antony Dovgal
62ad57d1b0
add UEXPECTF
2006-08-30 22:34:27 +00:00
Antony Dovgal
9a3f6bfa40
fix a couple of leaks, add new test
2006-08-30 22:32:35 +00:00
Antony Dovgal
c3890b0044
fix segfault/leak, add test
2006-08-30 21:50:29 +00:00
Antony Dovgal
2229e563e4
fix segfault in openssl_seal(), add test
2006-08-30 20:49:46 +00:00
Antony Dovgal
f53f3b01dd
fix ZTS build
2006-08-30 20:24:32 +00:00
Ilia Alshanetsky
30d213667e
MFB: Upgrade PCRE lib to 6.7
2006-08-30 20:00:59 +00:00
Ilia Alshanetsky
922fd02404
Avoid TSRMLS_FETCH
2006-08-30 18:40:26 +00:00
Ilia Alshanetsky
d2d5387a92
Fixed build with gcc 4.1.1
2006-08-30 18:40:01 +00:00
Ilia Alshanetsky
162a77db45
Added ftps portion of the patch
2006-08-30 18:21:27 +00:00
Antony Dovgal
103d999dd1
fix typo
2006-08-30 17:57:25 +00:00
Ilia Alshanetsky
455fd471de
MFB: Fixed bug #33770 (https:// or ftps:// do not work when
...
--with-curlwrappers is used and ssl certificate is not verifiable).
2006-08-30 17:49:28 +00:00
Antony Dovgal
a0a7595bbf
fix leak, add test
2006-08-30 16:46:23 +00:00
Antony Dovgal
a08e79e900
fix leak in iptcembed()
2006-08-30 16:30:03 +00:00
Antony Dovgal
1fcfbd873d
change ini handlers to produce E_ERROR if they are called during startup or per request
2006-08-30 16:24:31 +00:00
Antony Dovgal
21b0d97a6d
fix leak
2006-08-30 16:12:27 +00:00
Antony Dovgal
5b79892659
change E_ERROR to E_WARNING when invalid argument has been passed
...
make sure ini_set() doesn't reset PS(mod) and PS(serializer) to invalid values
2006-08-30 15:42:40 +00:00
Michael Wallner
b35de68c73
- allow (de)activation with ini_set()
2006-08-30 14:42:26 +00:00
Michael Wallner
aafd59eb91
- add php_zlib_output_encoding() decl
2006-08-30 12:26:38 +00:00
Michael Wallner
d62b3a9d00
- avoid a loop around deflate() by using Z_SYNC_FLUSH for standard write
2006-08-30 12:07:04 +00:00
Antony Dovgal
dcbbae86eb
fix #38653 (memory leak in ReflectionClass::getConstant())
2006-08-30 10:41:43 +00:00
Michael Wallner
81b421f736
- implement new output API
...
- ported deflate/inflate code
- require zlib >= 1.2.0.4
- add gzdecode()
# if we want the filter code to benefit from zlib 1.2 the
# "streamable" API would have to be ported, too
2006-08-30 07:42:02 +00:00
Antony Dovgal
c96c1465d8
add missing addref
...
now it works fine
2006-08-29 22:55:44 +00:00
Andrei Zmievski
de39f4561b
Check for is_utf8.
2006-08-29 22:52:37 +00:00
Antony Dovgal
8652b39044
add UEXPECT
2006-08-29 22:24:23 +00:00
Andrei Zmievski
ac5c0797d8
More Unicode work.
2006-08-29 22:16:26 +00:00
Antony Dovgal
996d8d1226
fix PCRE tests
2006-08-29 22:12:31 +00:00
Antony Dovgal
67e747161d
fix build
2006-08-29 21:49:32 +00:00
Derick Rethans
e84f9d2439
- Upgrade timezone db to 2006.11 (k).
2006-08-29 20:21:02 +00:00
Ilia Alshanetsky
a577e39142
MFB: Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL
...
handle).
2006-08-29 17:10:52 +00:00
Rob Richards
a0d6c14a0f
MFB: fix #38474 (getAttribute select attribute by order, even when prefixed)
...
add test
2006-08-28 23:37:23 +00:00
Andrei Zmievski
ff93bd421b
Add Unicode support for preg_match[_all]
2006-08-28 20:36:50 +00:00
Antony Dovgal
8149e6251e
make sure ext/standard is down before ext/session ( fixes #38534 )
2006-08-28 19:56:06 +00:00
Antony Dovgal
8d28cf264a
fix tests
2006-08-28 19:52:01 +00:00
Rob Richards
0ee28a454c
implement output formatting for saveHTML with libxml 2.6.23+
2006-08-28 19:31:51 +00:00
Antony Dovgal
efb89cfbe1
set BG(locale_string) to NULL on shutdown (partly fixes #38534 )
2006-08-28 18:58:22 +00:00
Hannes Magnusson
089b2ab93f
Register missing math constants (been missing since 4.0.2!)
...
Remove M_PI from math.c (its defined in php_math.h)
2006-08-27 18:20:39 +00:00
Hannes Magnusson
ea2891fa9d
Fix tests on freebsd
2006-08-27 15:06:15 +00:00
Pierre Joye
f4e4d1813b
- MFB: don't rely/use VCWD_REALPATH, use expand_filepath instead
...
NB: that'd to be true for all this VCWD mess
2006-08-26 12:29:59 +00:00
Rob Richards
ec38cb0b80
add unicode support
2006-08-25 18:56:03 +00:00
Pierre Joye
204cb47e90
- MFB: bundled version matches pecl release 1.7.1
2006-08-25 16:03:50 +00:00
Edin Kadribasic
1ba89b7392
MFB: Fixed #37602 by olek at neurosoft dot pl
2006-08-25 12:03:31 +00:00
Pierre Joye
615ff5aaf2
- store the resolved path
2006-08-24 17:54:36 +00:00
Pierre Joye
296cef9570
- MFB: solve the relative path issues in TS environment
2006-08-24 17:31:20 +00:00
Seiji Masugata
cf90bc9e1c
added returned value in mb_get_info( ).
2006-08-24 16:51:00 +00:00
Antony Dovgal
a934fcb749
it's not a PEAR only issue, this happens with shared builds also
2006-08-24 16:00:35 +00:00
Antony Dovgal
cf9c545513
sys/msg.h does not exist on MacOS X, we need to detect it in configure
2006-08-24 13:18:15 +00:00
Antony Dovgal
4c7154981b
update version in phpinfo()
2006-08-24 13:02:53 +00:00
Antony Dovgal
2ccf86ae4c
bump version number
2006-08-24 12:46:52 +00:00
Antony Dovgal
c3ff8f269f
prepare to 1.2.2 release
2006-08-24 11:53:37 +00:00
Antony Dovgal
53e7c8afde
the error message is different on different OSes and zlib versions
2006-08-24 11:30:28 +00:00
Antony Dovgal
1fbee1aee3
tm_yday may be 0 (Solaris)
2006-08-24 11:27:06 +00:00
Antony Dovgal
8bb1361f23
this fixes segfault in strptime() on 64bit Linuxes, caused by the missing declaration
...
unfortunately defining _XOPEN_SOURCE breaks the build (some odd dependencies in glibc headers) and this seems to be the best solution
2006-08-24 11:05:38 +00:00
Dmitry Stogov
47cab28ab3
Added SoapServer::setObject() method (it is a simplified version of SoapServer::setClass() method).
2006-08-24 06:18:45 +00:00
Pierre Joye
96aedc6efd
- add support for entities in hexadecimal format, like © can
...
be passed as © or ©
2006-08-23 20:21:34 +00:00
Antony Dovgal
7e62e16fa0
fix possible crash in free_statement()
2006-08-23 19:15:46 +00:00
Pierre Joye
8019b9d264
- please don't use base64 to test image files, it does not work
...
fix tests on 64bit platfrom
2006-08-23 12:00:05 +00:00
Antony Dovgal
7d019e4053
build ext/spl and ext/reflection as static ( fixes #38556 )
2006-08-23 09:47:07 +00:00
Hannes Magnusson
f5e44be71c
Fix arginfo for SplObjectStorage
2006-08-23 09:31:41 +00:00
Antony Dovgal
2fdd51a1a0
add test
2006-08-22 19:51:34 +00:00
Ilia Alshanetsky
994cf483e1
MFB: Fixed bug #38511 , #38473 , #38263 (Fixed session extension request
...
shutdown order to ensure it is shutdown before the extensions it may depend
on).
2006-08-22 16:47:43 +00:00
Antony Dovgal
bfccf875f1
minor improvements
...
dropped unused parameters, changed long to int where it should be int
2006-08-22 11:08:28 +00:00
Dmitry Stogov
9ea1f365d9
ZTS fix
2006-08-22 04:54:00 +00:00
Antony Dovgal
ed72b00458
typo
2006-08-21 17:11:46 +00:00
Ilia Alshanetsky
1e101793bb
MFB: Fixed bug #38535 (memory corruption in pdo_pgsql driver on error
...
retrieval inside a failed query executed via query() method).
2006-08-21 16:54:05 +00:00
Antony Dovgal
f069754ab8
fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process times out)
2006-08-21 16:40:46 +00:00
Ilia Alshanetsky
285e5f69d6
MFB: Fixed bug #38524 (strptime() does not initialize the internal date
...
storage structure).
2006-08-20 18:20:59 +00:00
Andrei Zmievski
9f8bcf3f51
Unicode support for str_word_count() (using the same semantics as for
...
binary strings).
# These semantics seem quite broken, by the way, as it counts words
# ending or starting with dashes (-). Since this shouldn't really be
# used to count words in Unicode world anyway, supporting the "broken"
# behavior is okay if it helps people with migration.
2006-08-18 18:01:58 +00:00
Antony Dovgal
84060835f7
add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
...
(feature request #38496 )
2006-08-18 12:50:36 +00:00
Antony Dovgal
831d3cd63f
initialize static buffer with 0's
2006-08-17 14:32:27 +00:00
Andrei Zmievski
253a82d0cc
Simplify php_u_trim().
2006-08-16 18:07:22 +00:00
Ilia Alshanetsky
24441c81da
MFB: Added skip condition for sqlite2 driver, that uses more forgiving
...
emulated prepared statements.
2006-08-16 14:10:16 +00:00
Sebastian Bergmann
8551b6d2dc
Sync with php_trim() API change.
2006-08-16 08:51:34 +00:00