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

28943 Commits

Author SHA1 Message Date
Anantha Kesari H Y
bcc763bfb9 NetWare LibC has param.h 2005-06-29 10:53:15 +00:00
Anantha Kesari H Y
cd9eaf74b2 NetWare LibC itself pipe/popen/pclose implementation 2005-06-29 10:17:02 +00:00
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
6e06124ea7 NetWare LibC has a pipe and popen implentation 2005-06-29 08:58:18 +00:00
Stanislav Malyshev
5cc99a6ac0 add comment 2005-06-29 08:44:41 +00:00
Stanislav Malyshev
a67935f091 fix conditions 2005-06-29 08:36:30 +00:00
Anantha Kesari H Y
47536e7ac1 mktemp functionality is part of Regular NetWare LibC 2005-06-29 08:33:21 +00:00
Anantha Kesari H Y
093a132957 removing pwd.h as NetWare LibC itself supplies pwd.h for quite sometime 2005-06-29 07:01:50 +00:00
Anantha Kesari H Y
1b5f44e88c removed the unwanted NetWare Code 2005-06-29 06:46:59 +00:00
Anantha Kesari H Y
d8ea4f11d1 Removing unwanted NetWare Code 2005-06-29 06:41:15 +00:00
Anantha Kesari H Y
0ad3be52c6 removing unwanted NetWare code 2005-06-29 06:28:31 +00:00
Antony Dovgal
2a328b9ba7 MFH: fix leak and improve CS a bit 2005-06-28 22:04:52 +00:00
foobar
96c20f31ba Removed unnecessary entry 2005-06-28 17:07:26 +00:00
Brian France
f81d41c762 MFH:
Added a SG(server_context) NULL check to php_apache_getenv.

This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet.
You will end up with a value of ":/foo", but at least it will not crash.
2005-06-28 16:38:03 +00:00
Anantha Kesari H Y
3059580aed removed redundant NEW_LIBC checks 2005-06-28 15:27:49 +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
078c700804 fixes fo rnon-php objects (John Coggeshall) 2005-06-28 10:36:27 +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
Stanislav Malyshev
c7200842cc fix various "Class entry requested for an object without PHP class" messages
when working with non-PHP objects.
# Using Z_OBJCE(object)->name is usually bad idea unless you know it's
# a pure PHP object
2005-06-27 17:42:06 +00:00
Stefan Esser
bb1332fe02 MFH: also check password 2005-06-27 08:16:42 +00:00
Dmitry Stogov
1ed47a60c6 Fixed SIGSEGV on assigment string offset by reference 2005-06-27 06:15:02 +00:00
Dmitry Stogov
97ec1ff4de Fixed wrong include/requre occurrences in debug backtrace. 2005-06-27 06:02:58 +00:00
Holger Zimmermann
1bf24dcad9 Replaced PCHAR by CHAR * (not defined in pi3web_sapi header) 2005-06-26 16:36:59 +00:00
foobar
e414432792 revert the conflicting part 2005-06-26 12:24:38 +00:00
Pierre Joye
3a2fb03556 - Bump xml_rpc version 2005-06-26 07:00:58 +00:00
Dmitry Stogov
a029c98992 Partial fix for bug #26584 (Class member - array key overflow)
It doesn't fix integer overflow problem, but allows null, boolean and double keys in array constants in the same way as in runtime.
2005-06-24 09:25:02 +00:00
Dmitry Stogov
7094c2e6cf Fixed bug #30519 (Interface not existing says Class not found) 2005-06-24 08:45:44 +00:00
Dmitry Stogov
f275a211cd Fixed bug #28377 (debug_backtrace is intermittently passing args) 2005-06-23 11:59:56 +00:00
Dmitry Stogov
71f96764db Fixed bug #32660 (Assignment by reference causes crash when field access is overloaded (__get)) 2005-06-23 11:04:58 +00:00
Dmitry Stogov
104346f695 Fixed test file according to latest debug_backtrace() fixes 2005-06-23 09:24:10 +00:00
Dmitry Stogov
867e81ddcf Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods) 2005-06-23 09:23:03 +00:00
Dmitry Stogov
e4782e05ca Test for bug #27268. It is fixed in HEAD but not in PHP_5_0. 2005-06-23 08:24:42 +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
d2b516a17e Debug backtrace was fixed 2005-06-22 15:29:18 +00:00
Dmitry Stogov
5343858182 Fixed bug #29896 (Backtrace argument list out of sync) 2005-06-22 15:24:15 +00:00
Anantha Kesari H Y
90b5168603 removing the redundant NEW_LIBC checks 2005-06-22 11:29:07 +00:00
Anantha Kesari H Y
0cdfe8042a NetWare LibC has sys/param.h 2005-06-22 11:23:35 +00:00
Dmitry Stogov
b5e1063103 Fixed bug in test file 2005-06-22 08:33:56 +00:00
Dmitry Stogov
21bdd33fff Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable) 2005-06-22 08:31:19 +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