Gustavo André dos Santos Lopes
8398646d0a
- I had forgotten to commit UPGRADING (for enable_post_data_processing).
2010-12-10 07:59:34 +00:00
Christopher Jones
1894d8df0b
Update for PECL upload that is synced with PHP 5.3.4
2010-12-10 04:36:29 +00:00
Scott MacVicar
ec4cbe70fa
Add more constants to curl_getinfo(), dependent on cURL version installed so wrapped in ifdefs
2010-12-10 01:45:55 +00:00
Felipe Pena
7f69592f11
- Added test for bug #53512
2010-12-10 00:59:50 +00:00
Felipe Pena
43cfda93eb
- Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values)
2010-12-10 00:47:51 +00:00
Felipe Pena
127a878fc9
- Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)
...
patch by: spatar at mail dot nnov dot ru
2010-12-10 00:33:48 +00:00
Gustavo André dos Santos Lopes
6654a4ade5
- Added enable_post_data_reading ini option to allow inhibiting POST data consumption.
2010-12-09 20:35:59 +00:00
Dmitry Stogov
c35fc78890
Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator)
2010-12-09 16:38:37 +00:00
Eyal Teutsch
f69051602a
test bug42364 included a superfluous ?>
2010-12-09 12:39:21 +00:00
Eyal Teutsch
4e37118801
pdo_025 expected a certain extra character that is not part of windows output. changed to optional char: %a -> %A
2010-12-09 12:04:18 +00:00
Dmitry Stogov
5f8ff99a05
Fixed startup errors if ext/exif is loaded without ext/mbstring
2010-12-08 14:49:26 +00:00
Eyal Teutsch
fa404f71f5
curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests pass too
2010-12-08 14:16:17 +00:00
Antony Dovgal
e89362b846
fix ZTS build
2010-12-08 12:35:25 +00:00
Dmitry Stogov
755c2cd0d8
Removed compile time dependency from ext/mbstring
2010-12-08 11:27:34 +00:00
Pierre Joye
088a6ad7b5
- Fix #53492 , fix crash if aa steps are invalid
2010-12-08 08:45:56 +00:00
Andrey Hristov
27ecaa7901
Skip additional result sets sent by MySQL 5.5 servers
...
which break the Protocol API
(see http://bugs.mysql.com/bug.php?id=58700 )
2010-12-06 13:59:14 +00:00
Andrey Hristov
e183ea0495
don't crash if the API is used incorrectly
2010-12-06 13:50:51 +00:00
Antony Dovgal
3722811395
make sure the stream context is present before looking for any options
...
and fix segfault
2010-12-04 21:54:20 +00:00
Felipe Pena
74484db1aa
- Fixed test (Eyal Teutsch)
2010-12-04 15:57:08 +00:00
Felipe Pena
75d8fd8d42
- Fixed test
2010-12-04 15:48:45 +00:00
Felipe Pena
57fc653c05
- Fixed tests
2010-12-04 12:28:23 +00:00
Felipe Pena
11a3a52fc8
- Fixed test
2010-12-03 23:25:27 +00:00
Felipe Pena
955ebdf10c
- Fixed test
2010-12-03 22:58:21 +00:00
Felipe Pena
26d7aafb1a
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)
2010-12-03 21:05:44 +00:00
Jani Taskinen
17d1b1310e
- Fix test
2010-12-03 16:02:47 +00:00
Jani Taskinen
72ae65bc9d
- CS and "de-facto" style of returning NULL for failing parse-params, sync partially with PHP_5_3 too (reordering part :)
2010-12-03 15:34:24 +00:00
Jani Taskinen
07535b7986
- Fix test
2010-12-03 15:30:54 +00:00
Jani Taskinen
41a1de45fe
- Add test for the ob_start($foo); leak/crash bug
2010-12-03 15:29:53 +00:00
Adam Harvey
d2263d482d
Implement FR #53457 (number_format must support more than one character for
...
thousands separator).
2010-12-03 10:10:08 +00:00
Adam Harvey
18ec6dae2c
Implemented FR #53447 (Cannot disable SessionTicket extension for servers that
...
do not support it).
I haven't written a test due to the need for such a test to have a HTTPS server
available which mishandles SessionTicket requests; it's likely that server
administrators will gradually fix this either intentionally or through OpenSSL
upgrades. That said, if there's a great clamoring for a test, I'll work one up.
2010-12-03 09:34:35 +00:00
Pierre Joye
d687186b58
- Fix #29085 , bad default include_path on Windows
2010-12-02 23:23:14 +00:00
Andrey Hristov
7ff7f9780e
fix test after newly introduced constant
2010-12-02 19:11:41 +00:00
Andrey Hristov
18424910d3
and export the new constant
2010-12-02 14:21:23 +00:00
Andrey Hristov
ee15ed307e
new server constant as of 5.5
2010-12-02 13:59:56 +00:00
Pierre Joye
3fd615cc8d
- not TS and useless on server, also not required anymore with the supported windows versions
2010-12-02 11:37:43 +00:00
Dmitry Stogov
dcb65e76da
WS and cosmethic changes
2010-12-02 09:40:53 +00:00
Adam Harvey
cab5fc9c1a
Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer
...
to php.ini-production). There are a lot more issues with the INSTALL file,
though, which I'll file another bug for.
2010-12-02 03:26:37 +00:00
Christopher Jones
0f217b0c93
Remove OCI8 devel status in preparation for PHP 5.3.4 release
2010-12-01 23:30:28 +00:00
Christopher Jones
17b31ae362
Add Berkeley DB 5.1 support to the DBA extension
2010-12-01 19:20:16 +00:00
Pierre Joye
e72e27eecc
- fix ts build
2010-12-01 16:48:53 +00:00
Stefan Marr
d0c144d732
Removed old commented function prototypes.
...
# Was referring to old trait-related code that is long gone
2010-12-01 15:20:11 +00:00
Ilia Alshanetsky
19a0263e65
Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
2010-12-01 14:03:36 +00:00
Dmitry Stogov
a45631d966
Allowed indirect $this access (Scott)
2010-12-01 13:33:49 +00:00
Jérôme Loyet
8e65f50698
- Fixed bug #53412 (segfault when using -y)
2010-11-30 19:37:10 +00:00
Gustavo André dos Santos Lopes
22d461df62
- Implemented bug/request #53427 - stream_select doesn't preserve the
...
keys. This cannot be backported to PHP 5.3 due to a BC break. See
UPGRADING for more information.
2010-11-30 16:22:48 +00:00
Ilia Alshanetsky
c579738b94
Same as before
2010-11-30 16:12:45 +00:00
Ilia Alshanetsky
94ca4a4d09
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
2010-11-30 13:40:02 +00:00
David Soria Parra
76a8811c5d
C comments instead of C++ comments
2010-11-30 12:51:57 +00:00
Pierre Joye
e8817ab0a6
Fixed crash in zip extract method (possible CWE-170)
2010-11-30 11:04:06 +00:00
Ilia Alshanetsky
20f5f21a40
Fixed bug #52656 (DOMCdataSection does not work with splitText).
2010-11-29 14:48:53 +00:00