1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
Commit Graph

14646 Commits

Author SHA1 Message Date
Johannes Schlüter
150a72925b - MFH: Fix TSRM build 2005-06-29 09:29:08 +00:00
Anantha Kesari H Y
37d7c2b316 NetWare LibC itself has a pip/popen support 2005-06-29 09:22:20 +00:00
Anantha Kesari H Y
2183cfb649 removed the unwanted NetWare Code 2005-06-28 15:22:39 +00:00
Anantha Kesari H Y
25cf53b352 removing unwanted NetWare portion 2005-06-28 15:19:35 +00:00
Anantha Kesari H Y
eafc0420f0 removing redundant NEW_LIBC checks 2005-06-28 15:14:22 +00:00
Anantha Kesari H Y
7423659c35 removing the redundant NEW_LIBC checks 2005-06-28 14:57:31 +00:00
Anantha Kesari H Y
a8a5e7573c removing redundant NEW_LIBC checks for NetWare 2005-06-28 14:49:14 +00:00
Anantha Kesari H Y
146e3220b7 removing redundant NEW_LIBC checks 2005-06-28 13:46:45 +00:00
Anantha Kesari H Y
348694d57c removing the redundant NEW_LIBC checks 2005-06-28 12:48:28 +00:00
Stanislav Malyshev
6cb09f8e0b fix non-PHP object handling (from John Coggeshall) 2005-06-28 09:17:19 +00:00
Antony Dovgal
6086495713 MFH: fix #33491 (crash after extending MySQLi internal class) 2005-06-27 18:22:00 +00:00
Antony Dovgal
b330229b84 MFH: fix leak appearing when connect fails 2005-06-27 18:20:25 +00:00
Stefan Esser
bb1332fe02 MFH: also check password 2005-06-27 08:16:42 +00:00
Dmitry Stogov
104346f695 Fixed test file according to latest debug_backtrace() fixes 2005-06-23 09:24:10 +00:00
Rob Richards
b53261c1f7 MFH: Fix bug #33299 (php:function no longer handles returned dom objects)
- maybe fix #33431/33432
2005-06-22 19:58:33 +00:00
Dmitry Stogov
b5e1063103 Fixed bug in test file 2005-06-22 08:33:56 +00:00
foobar
b857a3579f MFH 2005-06-21 13:08:29 +00:00
Dmitry Stogov
d861d47034 Fixed bug #31213 (Sideeffects caused by fix of bug #29493) 2005-06-21 12:10:59 +00:00
Dmitry Stogov
0857ef4e0e ext/soap should use type defined in SoapVar(), if wsdl defines another type 2005-06-21 06:25:07 +00:00
Dmitry Stogov
52ea2ff77a Fixed test file (the bug was already fixed) 2005-06-21 06:08:10 +00:00
foobar
4e0748c5cf MFH: netware fixes 2005-06-20 13:46:02 +00:00
Georg Richter
5a731ab4a8 MFH: fix for bug #33263 2005-06-17 16:37:07 +00:00
Georg Richter
caa994f64a fixed parameter parse string for mysqli_stmt_attr_set 2005-06-15 14:04:23 +00:00
Rob Richards
12d269131a MFH: Fixed bug #33340 (CLI Crash when calling php:function from XSLT) 2005-06-14 19:40:33 +00:00
Antony Dovgal
d6091a30e2 MFH:
destroy session after destroying error handle
SQLT_CHR is allowed too
2005-06-13 09:31:03 +00:00
Dmitry Stogov
ef4e1a153e Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor 2005-06-10 10:22:50 +00:00
Stanislav Malyshev
40f8b98419 fix #29689 and more private property problems 2005-06-09 16:59:57 +00:00
Ilia Alshanetsky
a958154f5c MFH: Fixed compiler warning. 2005-06-09 16:13:24 +00:00
Dmitry Stogov
17953a4c1d Fixed reference counting and probable crash on fclose() or shutdown 2005-06-09 08:19:18 +00:00
Dmitry Stogov
33218a673f Fixed array type autodetection (use namespace name, but not the namespace prefix) 2005-06-09 08:17:09 +00:00
Ilia Alshanetsky
931158fde1 MFH: Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3
in length).
2005-06-08 23:51:05 +00:00
Dmitry Stogov
5eb5dfa536 Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #24980) 2005-06-08 19:54:46 +00:00
Dmitry Stogov
79d65efb1d Fixed incorrect usage of zend_mangle_property_name() (valgrind errors) 2005-06-08 15:48:26 +00:00
Dmitry Stogov
55e2692100 Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine()) 2005-06-08 06:48:39 +00:00
foobar
79b610def8 MFH 2005-06-07 21:40:16 +00:00
Dmitry Stogov
bfbbf5cedc Fixed memory allocation bugs. Probably this patch should fix bug #31725. 2005-06-07 15:38:37 +00:00
Derick Rethans
221d961e02 - MFH: Added the --disable-zend-memory-manager switch to disable the Zend
memory manager.
#- I discussed this with Dmitry today - we found it useful.
2005-06-07 13:37:13 +00:00
Wez Furlong
6deefd1444 mfh: fix solaris build 2005-06-06 22:06:00 +00:00
Brad House
a6f21df54c libmonetra 5.0 sync.
added m_validateidentifier, which is enabled by default to keep invalid pointer addresses from causing PHP to crash
kept compatability with older versions of libmonetra.
2005-06-06 16:43:55 +00:00
Ilia Alshanetsky
baef306ffe MFH: Better storage size for output length. 2005-06-06 16:31:00 +00:00
Derick Rethans
2d4b98bf8b - Fixed bug #33242 (Mangled error message when stream fails). 2005-06-06 12:41:28 +00:00
Ilia Alshanetsky
a40c67d2fa MFH: Fixed bug #33070 (Improved performance of bzdecompress() by several
orders of magnitude).
2005-06-05 18:05:07 +00:00
Magnus M��tt�
f94cbfb33d MFH: Add skipif, test requires iconv. 2005-06-03 22:51:58 +00:00
George Schlossnagle
b4ff2c495f On architectures that support va_copy (specifically x86_64 linux distros),
if you use va_list args more than once, you can corrupt memory - you
need to use va_copy instead.  man va_copy for details.

Also, derefrencing a void * to a long on 64 bit is totally uncool.
2005-06-03 07:31:59 +00:00
Ilia Alshanetsky
18ccd896c7 MFH: unnecessary variable. 2005-06-03 03:54:02 +00:00
Antony Dovgal
695b15b209 MFH: fix bug #33222 (segfault when CURL handle is closed in a callback).
fix segfaults when CURL callback functions throw exception.
2005-06-02 21:04:43 +00:00
Antony Dovgal
fc325ce662 MFH: fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement SQL batches).
Path by rich at kastle dot com.
2005-06-02 15:42:44 +00:00
Derick Rethans
62a06d2d9e - That should have been removed, not commented out. 2005-06-02 08:51:10 +00:00
Derick Rethans
719b107576 - MFH: Fixed memory corruption in stristr(). 2005-06-02 08:31:03 +00:00
Ilia Alshanetsky
381734bede MFH: Fixed bug #33210 (relax jpeg recursive loop protection). 2005-06-01 22:28:38 +00:00