Stanislav Malyshev
8b1377043d
No need to link main binary with ODBC libs if we use shared module
2000-12-17 11:17:50 +00:00
Sascha Schumann
2d011afbfd
Don't do anything, if the input string has a length of 0.
...
PR: #7686
2000-12-17 02:09:07 +00:00
Andi Gutmans
9fbd0a24ba
- How did CVS let me commit this? Probably it confused with the branch
...
merge
2000-12-16 21:01:21 +00:00
Andi Gutmans
8518010945
- In PHP we're supposed to only use MAXPATHLEN (defined in php.h)
2000-12-16 20:56:44 +00:00
Andi Gutmans
86a1cace27
- Make all places use MAXPATHLEN in the same way. It includes the
...
terminating NULL.
2000-12-16 20:52:43 +00:00
Rasmus Lerdorf
808da6dbb5
Attempt by Matt Bonneau to get thumbnail extraction working
...
(no need to bring this into the 4.0.4 branch)
2000-12-15 17:25:20 +00:00
Derick Rethans
ffd0e06b60
- Added test for bug #8040
2000-12-15 15:59:29 +00:00
Derick Rethans
6caa8c37c2
- Added a patch that changed the checking of which version of libmcrypt is
...
installed (Thanks to: Anil Madhavapeddy <anil@recoil.org >)
2000-12-15 15:35:48 +00:00
foobar
40677872d5
Removed unused variables.
2000-12-15 12:33:12 +00:00
Frank M. Kromann
1e9acc15cf
Fixing compilation on Win32. (and others)
2000-12-15 03:04:09 +00:00
Stig Bakken
6e1e78d1c6
@Added iconv() function (using libc or libiconv) (Stig)
2000-12-15 01:01:14 +00:00
Stig Bakken
ac2e12a9a9
@Added ODBC_TYPE constant (Stig)
2000-12-15 00:57:04 +00:00
Hartmut Holzgraefe
6b5c37a8c5
enforce lenght limit and catch out-ouf-memory conditions
2000-12-14 16:38:15 +00:00
Sascha Schumann
c0daf14cb3
Don't define LC_MESSAGES, if LC_MESSAGES is not defined.
...
PR: #8259
2000-12-14 15:58:14 +00:00
Hartmut Holzgraefe
9b1b253548
fgetcsv() will now work correct with empty fields in tab delimited files
...
# fix for bug #8258 and regression test
2000-12-14 14:18:36 +00:00
Stanislav Malyshev
61f632a0f2
Fix shared description
2000-12-14 10:15:38 +00:00
Stanislav Malyshev
7e032b8b30
Add proto
2000-12-14 10:11:00 +00:00
Uwe Steinmann
89279afdd3
- handled possible case that an Anchor has no Position
...
(This used to cause a segm fault)
2000-12-14 07:37:37 +00:00
Zeev Suraski
944c3b40b4
That slipped in :(
2000-12-13 23:40:44 +00:00
Hartmut Holzgraefe
63e6b0b5bf
levenshtein() fixed, regression tests added (bug id #6562 and #7368 )
...
# fallback to unoptimized version for 4.0.4 release
2000-12-13 23:26:19 +00:00
Zeev Suraski
be895bcb96
Fix call_user_function() with objects - it could leak under certain circumstances
2000-12-13 22:50:10 +00:00
Uwe Steinmann
0e41e3c7cf
- Bodytag is insertet by fnInsAnchors()
...
- several small bugs which might cause a segm fault
2000-12-13 17:27:13 +00:00
Stanislav Malyshev
e81c9642b8
Add GMP tests
2000-12-13 15:55:40 +00:00
Sascha Schumann
08d104e040
Don't increase the refcount of id, if we already have increased the refcount
...
of the same id before.
PR: #8225
2000-12-13 12:26:25 +00:00
Daniel Beulshausen
199160d4db
link against msvcrt(d).lib, ignoring it isn't a good idea
2000-12-13 11:37:00 +00:00
Stanislav Malyshev
16987ca15f
Fix crash when first argument to strtr is empty
2000-12-13 10:22:36 +00:00
Stanislav Malyshev
62f626b157
Kill warning
2000-12-13 09:44:06 +00:00
Stanislav Malyshev
0d02c7d337
Open files in binary mode - should fix readfile() on Windows
2000-12-12 17:42:53 +00:00
Stanislav Malyshev
3abdbd3de9
Fix memory leak
2000-12-12 17:02:12 +00:00
Stanislav Malyshev
5dc9742071
Fix socket read returning bad values.
2000-12-12 16:56:34 +00:00
Uwe Steinmann
ba862cc06d
- new function hw_insertanchors(). It takes a document, a list of anchors
...
and its destination and inserts the anchors into the text.
2000-12-12 12:28:26 +00:00
Zeev Suraski
6239ddfe6d
Fix Win32 build
2000-12-11 16:27:48 +00:00
Stanislav Malyshev
a1c20a04ff
Fix serializer bug that prevented serializer from working on any
...
variable that had non-reference copies of the same zval
2000-12-11 14:29:25 +00:00
Sterling Hughes
e68c902e3b
Fix a crash related to the simple sablotron api. (thies)
...
make sablotron work with zts.
fix a leak or two,
2000-12-11 14:15:09 +00:00
Thies C. Arntzen
889b717a4c
fix #6348
2000-12-11 12:52:52 +00:00
Andrei Zmievski
753e46657f
Make php_array_merge() an API function.
2000-12-11 05:36:24 +00:00
Chuck Hagenbuch
a9a1553031
[whitespace] make this code a bit less dense.
2000-12-10 19:18:34 +00:00
foobar
8bb668b226
Added constants for locale categories.
2000-12-10 15:55:34 +00:00
foobar
56e718d87e
Moved the constants into ext/standard
2000-12-10 15:53:37 +00:00
James Moore
9206955425
Making the shmop phpinfo entry look the same as others.
2000-12-10 14:45:42 +00:00
Sterling Hughes
e0e42d336a
For nice looking error output. ;)
2000-12-10 10:57:46 +00:00
Sterling Hughes
948c4bebd5
Fix crash on error handler.
...
Speed up a bit (only loop through errors when necessary).
2000-12-10 09:57:26 +00:00
foobar
18cfac40a5
Kills one compile warning.
2000-12-10 00:37:43 +00:00
Sascha Schumann
ac3c7fb5de
Fetch SWF globals
...
PR: #8181
2000-12-09 10:35:18 +00:00
foobar
98349a9408
Removed unused variable definitions. And libxml can be build NOT
...
to have support for either XPath or XPtr.
2000-12-09 03:19:46 +00:00
foobar
90d65f1865
wb clean.
2000-12-08 16:25:38 +00:00
Sterling Hughes
fe13e4b05d
@ Added the call_user_method_array function which allows you to call a method with an
...
@ arbitrary number of parameters. (Sterling)
2000-12-08 14:37:49 +00:00
foobar
41f3d66705
Version checking for domxml. Requires >= 2.2.7 at the moment.
2000-12-08 13:09:32 +00:00
Sterling Hughes
9b3942a79a
Fix sablotron.
...
Add a little beautifying of the extensions name for phpcredits() (Sablotron XSLT not Sablot).
#would somebody please add this to the release tree, thanks much!
2000-12-08 09:29:09 +00:00
Zak Greant
767fa2c6af
Added constants to represent the various categories of
...
locale (LC_ALL, LC_MESSAGES, etc...)
2000-12-08 09:20:42 +00:00