Antony Dovgal
4ee32398b7
MFB: plug a leak
2006-06-06 20:12:46 +00:00
Ilia Alshanetsky
0170d0cb59
MFB: Fixed bug #37705 (Semaphore constants not available).
2006-06-05 22:52:27 +00:00
Marcus Boerger
e583cd31e7
- Make this compatible with 5.0/1 again
2006-06-05 12:20:08 +00:00
Antony Dovgal
d72a51c83a
add new changelog entries
2006-06-05 10:02:45 +00:00
Antony Dovgal
0ab0cf61db
fix OCIPasswordChange() parameters (patch by pholdaway at technocom-wireless dot com)
...
prevent username. password and new password from being empty
2006-06-05 07:34:00 +00:00
Ilia Alshanetsky
b36fde4b9e
MFB: Fixed bug #37671 (MySQLi extension fails to recognize BIT column).
2006-06-04 14:57:06 +00:00
Marcus Boerger
6a113f3b51
- Use engine call to register interfaces (steph)
2006-06-04 10:31:58 +00:00
Marcus Boerger
9b70699617
- Use engine call to register interfaces (steph)
2006-06-04 10:11:48 +00:00
Andrei Zmievski
a871adf6bb
MFB
2006-06-03 18:58:40 +00:00
Michael Wallner
231ad17475
- explicit usage of TS macros
...
# this could have been raised a lot earlier
2006-06-03 11:19:44 +00:00
Antony Dovgal
eac15d9fd5
fix tests in unicode mode
2006-06-02 22:22:43 +00:00
Antony Dovgal
0816690760
fix error messages in Unicode mode
2006-06-02 21:55:26 +00:00
Michael Wallner
be96a46e96
- fix encoding
2006-06-02 20:09:22 +00:00
Michael Wallner
4ce0141713
- new output control code
...
# scan README.NEW-OUTPUT-API to get a grasp
# tree has been tagged with BEFORE_NEW_OUTPUT_API
#
# TODO:
# - improve existing output handlers
# - move zlib.output_compression cruft from SAPI.c to zlib.c
# - output_encoding handling was ambigious, resp. is undefined yet
# - more tests
2006-06-02 19:51:43 +00:00
Rob Richards
653007cea0
idness not valid for attribute declarations
2006-06-02 16:15:58 +00:00
Ilia Alshanetsky
c270a8e627
MFB: fixed compiler warning
2006-06-01 22:42:53 +00:00
Michael Wallner
1ba7a6812c
MFB: #37630 MySQL extensions should link against thread safe client libs if built with ZTS
2006-06-01 19:15:31 +00:00
Antony Dovgal
8c04c51f9b
ignore my previous fix, it was wrong =)
2006-06-01 14:31:02 +00:00
Antony Dovgal
01bc25e4b6
suppress_errors is used only on Win32, no need to look for it on other systems
2006-06-01 14:03:38 +00:00
Antony Dovgal
3e5407b16d
nuke unused variable
2006-06-01 13:45:16 +00:00
Antony Dovgal
12a2d02b99
fix tests
2006-06-01 13:04:10 +00:00
Antony Dovgal
890b19a709
no need to fetch trsm_ls when it's already available
2006-06-01 12:25:32 +00:00
Antony Dovgal
a93e5cf3bf
add expected warning to the test
2006-05-31 20:40:07 +00:00
Derick Rethans
48d0606f8d
- MF52: There was nothing wrong here, bug report #37595 is bogus.
...
- MF52: Added a new test case to demonstrate a longer plain text.
2006-05-31 20:13:14 +00:00
Antony Dovgal
4b2d974691
fix #37595 (mcrypt_generic calculates data length in wrong way)
2006-05-31 12:04:52 +00:00
Antony Dovgal
86f475fd40
MFB: fix tests
2006-05-30 22:37:08 +00:00
Antony Dovgal
006cbdadab
fix test
2006-05-30 21:54:17 +00:00
Antony Dovgal
b64bf12d59
fix compilation on some b0rked systems that must have collections support but they don't
2006-05-30 21:38:00 +00:00
Sara Golemon
a8ca40564c
Minor fixes (bjori)
2006-05-30 19:05:21 +00:00
Michael Wallner
d96300f0e2
MFB: fix bug 37635 (argument to pcntl signal handler is trashed)
2006-05-30 17:44:23 +00:00
Hannes Magnusson
43a4e75e8a
Lets play nice and use 4digit years with DATE_RSS
2006-05-30 15:13:36 +00:00
Ilia Alshanetsky
1aadb29d51
MFB: Added memory_get_peak_usage() function for retrieving peak memory
...
usage of a PHP script.
2006-05-30 14:51:54 +00:00
Hannes Magnusson
b32c5e959c
Fixed DATE_COOKIE & DATE_RSS
...
Fixed tests
Add comments
# My first php-src/ commit! :)
2006-05-30 14:45:16 +00:00
Antony Dovgal
0d0cc38d4c
don't require libociei, this allows us to build ext/oci8 against basiclite OIC package
2006-05-30 13:16:38 +00:00
Derick Rethans
f33cfbabfe
- Now as text and not HTML.
2006-05-30 13:15:10 +00:00
Derick Rethans
8d31d2e896
- Fixed bug #37616 : DATE_RFC822 does not product RFC 822 dates. (Patch by
...
Hannes Magnusson)
2006-05-30 13:08:00 +00:00
Antony Dovgal
cfeff66e9a
need to call zend_is_callable() if callable is known to be invalid
2006-05-30 09:46:01 +00:00
Ilia Alshanetsky
7e2c124d14
MFB: Convert E_ERROR to E_RECOVERABLE_ERROR
2006-05-30 02:40:49 +00:00
Antony Dovgal
b220c7779f
no need to check it for not-NULL (as was pointed by Nuno)
2006-05-29 21:31:30 +00:00
Antony Dovgal
0e639cea57
add test
2006-05-29 20:31:33 +00:00
Antony Dovgal
d5462c527a
return NULL in case of error (and fix leak/non-null-terminated string error)
2006-05-29 20:26:12 +00:00
Antony Dovgal
d0dba64b72
improve sed expressions
2006-05-29 18:12:39 +00:00
Michael Wallner
5777060367
MFB: Fixed bug #36949 (invalid internal mysqli objects dtor)
2006-05-29 16:55:40 +00:00
Antony Dovgal
c051139ad5
fix #37531 (oci8 persistent connection corruption)
2006-05-29 10:59:15 +00:00
Antony Dovgal
11b66c6cec
add test
2006-05-29 10:42:37 +00:00
Antony Dovgal
d5f90c48c7
initialize srcstream
...
use different variable in local scope
2006-05-29 10:42:10 +00:00
Antony Dovgal
f59d444d8a
prevent resource leaking when passing invalid stream resource as second argument
2006-05-29 10:23:53 +00:00
Johannes Schlüter
40da89d6b9
- Fix str_replace with unicode strings as key
2006-05-28 21:09:58 +00:00
Ilia Alshanetsky
af1877567e
MFB: Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for
...
recurssion limit support).
2006-05-28 15:34:19 +00:00
Pierre Joye
3c5d378c73
- update changelog
2006-05-28 01:24:01 +00:00