Anantha Kesari H Y
8b8f1e0590
NetWare related additions/modifications
2002-09-05 14:25:07 +00:00
Ilia Alshanetsky
eb58557e1c
Fixed a buffer overflow that occurs when wordwrap is unable to calculate
...
the correct number of times the multi-byte break needs to be inserted into
the string.
2002-09-05 14:00:28 +00:00
Edin Kadribasic
d24705125d
Added UTF-8 support to pcre on windows as suggested by Wez Furlong.
2002-09-05 13:36:32 +00:00
Anantha Kesari H Y
96a4626b68
NetWare related additions/modifications
2002-09-05 12:09:57 +00:00
Anantha Kesari H Y
3e867bfdb1
NetWare related additions/modifications
2002-09-05 12:03:43 +00:00
Anantha Kesari H Y
bbc162d164
NetWare related additions/modifications
2002-09-05 11:50:43 +00:00
Anantha Kesari H Y
76d94e57ab
NetWare related additions/modifications
2002-09-05 11:35:10 +00:00
Anantha Kesari H Y
233e06fb0d
File used by extensions like LDAP, MySQL etc.
2002-09-05 11:30:14 +00:00
Derick Rethans
60dcc761ac
- php_error -> php_error_docref
...
- corrected proto of implode() (to match the docs)
2002-09-05 11:29:31 +00:00
Anantha Kesari H Y
98a1d774df
NetWare makefile for LDAP Extension
2002-09-05 11:26:05 +00:00
Anantha Kesari H Y
ad844f0b1b
NetWare related additions/modifications
2002-09-05 11:22:20 +00:00
Hartmut Holzgraefe
101d155baa
in stristr:
...
this check was in the wrong place, the real version was some lines
below, this one assumed the type was 'string' in any case
now it looks like strstr
2002-09-05 11:12:01 +00:00
Anantha Kesari H Y
77e2ed4834
NetWare related additions/modifications into FTP files
2002-09-05 10:13:27 +00:00
Anantha Kesari H Y
6c51af03e5
Batch file to set build type (Release/Debug) and Apache version to be built
2002-09-05 09:00:57 +00:00
7855332177
NEWS update
2002-09-05 00:35:39 +00:00
e5fd005fa9
ChangeLog update
2002-09-05 00:34:49 +00:00
foobar
c40262ef99
This _should_ fix those builds where gd.h might be in many places in
...
the system. Not guaranteed, but now the path for the found gd.h is always
first in the includes.
2002-09-05 00:24:33 +00:00
foobar
ba057e9bf3
Fix build with GD < 2.0.x
2002-09-05 00:22:40 +00:00
Yasuo Ohgaki
9e252a9616
php_error -> php_error_docref
2002-09-04 22:25:13 +00:00
Stefan Esser
27e2bc2f55
This 2 lines should have been removed when the header() code was rewritten.
2002-09-04 20:27:35 +00:00
foobar
3bf7519210
@- Added --disable-all configure option. (Jani)
2002-09-04 18:47:28 +00:00
foobar
dcf995c648
ws fix
2002-09-04 17:41:51 +00:00
foobar
25e91506cb
Fix the shared build (nobody ever build this as shared?)
2002-09-04 17:40:36 +00:00
Sebastian Bergmann
af4243b908
Whitespace fixes.
2002-09-04 16:50:01 +00:00
Marcus Boerger
0b25d07f15
Fix headers when default content type is used.
...
#THIS fixes the problems with error_log()
2002-09-04 15:30:56 +00:00
Stanislav Malyshev
e8f6654663
remove dead code
2002-09-04 15:04:39 +00:00
Stanislav Malyshev
36c60cea38
Fix __call and add some docs
2002-09-04 15:03:41 +00:00
Martin Kraemer
20f85627f5
The sasl.h file is in .../include/sasl/ (at least in cyrus-sasl-2.1.6)
2002-09-04 14:41:29 +00:00
foobar
f05db43a68
Fix bug: #19212
2002-09-04 14:30:36 +00:00
Zeev Suraski
e32757ef4c
This is way too verbose... Please enable it in your local .dsp settings if
...
you like it :)
2002-09-04 14:14:59 +00:00
Sebastian Bergmann
419321979d
Don't build ext/overload with Zend Engine 2.
2002-09-04 13:55:52 +00:00
Dan Kalowsky
e5324723d0
sniper claims its safe to take these out as well.
2002-09-04 13:52:41 +00:00
Dan Kalowsky
65df9d5127
taking out the PWRITE calls too
2002-09-04 13:51:08 +00:00
Dan Kalowsky
31fe6a549f
This fixes Bug #19022 and #15983
2002-09-04 13:42:59 +00:00
Martin Kraemer
ab2df38f3d
Fix bogus test
2002-09-04 12:50:41 +00:00
Sebastian Bergmann
2711976f56
Fix ZTS build.
2002-09-04 12:49:30 +00:00
Sebastian Bergmann
42eebfc81a
TBD: __call(), __get(), __set().
2002-09-04 12:49:15 +00:00
Anantha Kesari H Y
c3ff90aac2
Makefile to build for NetWare: extensions, main, netware & regex files
2002-09-04 12:22:57 +00:00
Anantha Kesari H Y
a081452fee
Batch file to build extensions and files under main, netware and regex folders
2002-09-04 12:13:27 +00:00
Anantha Kesari H Y
06e2fabc02
To include the NetWare config file
2002-09-04 11:20:18 +00:00
Stanislav Malyshev
d8651c82cd
Support for __get, __set and __call in classes.
...
This should work as follows: if class hasn't member with given name,
__get/__set is called. If class has no method with given name, __call is called.
__get/__set are not recursive, __call can be.
2002-09-04 09:07:58 +00:00
Yasuo Ohgaki
1f49fb1bcd
Fixed mbstring.func_overload description.
2002-09-04 06:21:58 +00:00
Sebastian Bergmann
84c1bee585
Workaround for superfluous comma in var_export() result.
2002-09-04 05:46:16 +00:00
Sebastian Bergmann
7d85d01834
Let debug_backtrace() example print out the class name, if applicable, and the function/method arguments.
2002-09-04 05:35:20 +00:00
Yasuo Ohgaki
38ef35e5b0
Fixed undefiend referece at build time.
...
Fixed transilit test script.
Make fixes available on Windows.
Patch by Yoshimori Koizumi<readjust@deneb.freemail.ne.jp>
2002-09-04 05:17:16 +00:00
Dan Kalowsky
610b2b76d7
Fix for bug #19155 UNTESTED. Unfortunately I don't have a way to test it
...
hopefully the user will.
2002-09-04 04:24:54 +00:00
Dan Kalowsky
21e5f8ed77
No C++ comments, again!
2002-09-04 04:03:20 +00:00
Dan Kalowsky
4efc96d575
No C++ Comments
2002-09-04 03:57:59 +00:00
3c820b39d3
NEWS update
2002-09-04 00:35:09 +00:00
05d52abd27
ChangeLog update
2002-09-04 00:34:17 +00:00