Antony Dovgal
176c6fe901
fix test
2011-05-04 08:28:31 +00:00
Dmitry Stogov
0bce4957e5
Fixed crash when passing invalid timestamp (negative integer on win32)
2011-05-04 07:53:22 +00:00
Antony Dovgal
278392a10b
fix tests
2011-05-03 11:15:45 +00:00
Andrey Hristov
5bac59b7d1
extend the API in the backward compatible way
2011-05-03 09:37:53 +00:00
Antony Dovgal
93ce043480
fix segfault in ext/standard/tests/network/http-stream.phpt
2011-05-02 16:17:52 +00:00
Antony Dovgal
f3cd7fdda4
fix ZTS build for 5_3, too
2011-05-01 19:46:27 +00:00
Gustavo André dos Santos Lopes
a2e0e2564d
- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
...
directive is set in activation time). This commit fixes this by adding a per
request parsing of the browscap file that's when get_browser is called the
first time and the directive is set on activation time.w
2011-05-01 18:37:20 +00:00
Gustavo André dos Santos Lopes
02302812e1
- Fixed accidental change.
2011-05-01 04:16:28 +00:00
Gustavo André dos Santos Lopes
6df67ace20
- Fixed bug #54623 (Segfault when when writing to a persistent socket after
...
closing a copy of the socket).
2011-05-01 03:57:01 +00:00
Derick Rethans
7a80c3a0ed
- Updated to version 2011.7 (2011g)
2011-04-30 20:18:51 +00:00
Pierrick Charron
3841295b2a
Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815
...
# MFH. This addition was already committed to trunk and is backported as requested in #54622
2011-04-29 10:41:44 +00:00
Ilia Alshanetsky
fc7ee596f6
#doc
...
Added 3rd parameter to filter_var_array() and filter_input_array()
functions that allows disabling addition of empty elements
2011-04-28 12:32:47 +00:00
Rasmus Lerdorf
6c564a7802
Fix test by pointing this at a smaller file that is less likely to break the test
2011-04-27 21:27:00 +00:00
Rasmus Lerdorf
a44515caf9
Fix broken test
2011-04-27 15:08:44 +00:00
Hannes Magnusson
3d347be242
Regenerate from the doc sources
2011-04-27 09:29:10 +00:00
Rasmus Lerdorf
8192ba2b60
Someone fixed these in trunk and didn't backport to PHP_5_3
2011-04-27 05:05:32 +00:00
Martin Jansen
1a4897c88e
MFH: The project calls itself OpenSSL and not openSSL, so let's keep it
...
that way in our code as well.
2011-04-25 16:51:12 +00:00
Pierre Joye
2d0ab7c98b
- keep node creation check
2011-04-25 09:31:00 +00:00
Pierre Joye
cd4928c99a
- keep inode creation check
2011-04-25 09:28:08 +00:00
Dmitry Stogov
e510daf20b
Fixed bug #54585 (track_errors causes segfault)
2011-04-25 07:50:07 +00:00
Rasmus Lerdorf
be3d70df4e
SSLV2 patch cleanup
2011-04-24 23:27:48 +00:00
Pierre Joye
be24877c84
- fix use of unitiliazed var
2011-04-24 22:08:11 +00:00
Rasmus Lerdorf
e575557612
Support for openssl without SSLv2 supprot compiled in. Distros are starting to
...
remove support now and this wasn't compiling anymore on my Debian dev box.
2011-04-24 20:47:22 +00:00
Hannes Magnusson
21f71027e3
2011
2011-04-23 21:14:10 +00:00
Hannes Magnusson
e85c367bc7
its force-quit, not -exit (yawk)
2011-04-23 21:12:25 +00:00
Pierrick Charron
1153eaf505
Revert bug #54454 fix from PHP_5_3 branch to avoid BC break in minor release
2011-04-21 01:51:24 +00:00
Dmitry Stogov
c157f4b4e6
Fixed bug #54367 (Use of closure causes problem in ArrayAccess).
2011-04-20 12:59:18 +00:00
Pierre Joye
1dd5690af2
- fix build >(btw, has novell man pages too?)
2011-04-19 21:43:22 +00:00
Hannes Magnusson
5ca8ba7ab6
Add an --man-dir to php-config too
2011-04-18 11:13:37 +00:00
Hannes Magnusson
a0d805035c
Expose PHP_MANDIR
...
Useful for apps (like the pear installer, phd, .. etc) to install their manpages into the same dir as php did :]
2011-04-18 09:50:32 +00:00
Stanislav Malyshev
339f46237d
implement FR #54540 - Allow loading of arbitrary resource bundles when fallback is disabled
2011-04-17 21:56:26 +00:00
Rob Richards
1b6dd18082
Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)
2011-04-15 14:24:40 +00:00
Dmitry Stogov
92e5b10c41
Fixed bug #54268 (Double free when destroy_zend_class fails)
2011-04-15 12:43:20 +00:00
Stanislav Malyshev
833ec62d7c
add CVE
2011-04-13 17:33:00 +00:00
Felipe Pena
782c00d744
- Remove undesired line (reported by Gökhan Özbulak)
2011-04-13 13:38:52 +00:00
Stanislav Malyshev
2e206e0761
fix bug #54238 (use-after-free in substr_replace())
2011-04-13 06:32:41 +00:00
Ilia Alshanetsky
0e80f26207
Fixed bug #54121 (error message format string typo).
2011-04-12 18:33:08 +00:00
Gustavo André dos Santos Lopes
047ed8dfbb
- Fixed bug #54440 : libxml extension ignores default context.
2011-04-09 18:32:55 +00:00
Gustavo André dos Santos Lopes
f2cfb997de
- Fixed bug #54494 : mb_substr() mishandles UTF-32LE and UCS-2LE.
2011-04-09 16:59:36 +00:00
Dmitry Stogov
def1ab1e60
- Fixed bug #54358 (Closure, use and reference)
...
- Fixed bug #54039 (use() of static variables in lambda functions can break staticness)
2011-04-08 10:02:07 +00:00
Dmitry Stogov
3e36ecd98f
Missed tests
2011-04-07 14:34:07 +00:00
Dmitry Stogov
03b6daed4f
Fixed bug #54372 (Crash accessing global object itself returned from its __get() handle)
2011-04-07 13:35:27 +00:00
Adam Harvey
840308cfd0
Implement FR #54459 (Range function accuracy) by changing the way range()
...
calculates values when used with floating point bounds/step.
2011-04-06 10:23:06 +00:00
Adam Harvey
f9721d03f7
Fix duplicated test.
2011-04-06 10:16:14 +00:00
Gustavo André dos Santos Lopes
cd2cdd256a
- Make SplFileInfo::_bad_state_ex final.
2011-04-05 08:38:09 +00:00
Gustavo André dos Santos Lopes
2975308e1a
- Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and
...
SplTempFileObject crash when user-space classes don't call the paren
constructor).
2011-04-04 02:50:27 +00:00
Pierrick Charron
e8486cc374
Fix common typos in the source code (Reported in Bug #54065 )
...
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
2011-04-03 21:46:52 +00:00
Ilia Alshanetsky
47012ccd8f
Fixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented).
2011-04-03 16:30:31 +00:00
Pierrick Charron
4919f3286b
Fixed bug #54454 (substr_compare incorrectly reports equality in some cases)
2011-04-03 07:18:27 +00:00
Felipe Pena
2c76af8538
- Improved message and version checking
2011-04-02 01:24:53 +00:00