Sterling Hughes
591aba3c89
ws fix.
2001-08-17 07:07:34 +00:00
foobar
85255d9ee5
HAVE_LIBICONV was never defined.
2001-08-17 06:54:55 +00:00
Sterling Hughes
6bc04c0858
Clean up the function for the Zend API (php3, early php4 relics removed).
...
Use PF_INET, instead of AF_INET, if present.
remove some code enclosed in #if 0 ... #endif that made no sense
2001-08-17 06:53:26 +00:00
Joey Smith
c8b294afa3
@- Fix a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com).
...
This fixes Bug id #11928 .
2001-08-16 23:44:10 +00:00
Zeev Suraski
e9da242ed4
Send Content-Length if we're sending just one chunk
2001-08-16 23:34:25 +00:00
Rasmus Lerdorf
b732d8da35
Missing define
2001-08-16 23:31:54 +00:00
Zeev Suraski
ef18947e5a
sync with CODING_STANDARDS
2001-08-16 20:57:55 +00:00
Chuck Hagenbuch
c1a8854993
add tail pointer to speed up imap_search (submitted by Rob Siemborski
...
<rjs3@andrew.cmu.edu>).
2001-08-16 20:13:27 +00:00
Rasmus Lerdorf
2b4c2a2ff5
Commit a bit of random plane hacking.
...
- A slight exif fix from the latest version of jhead
- Make ext_skel's confirm_module_compiled function consistent
2001-08-16 00:16:00 +00:00
Zeev Suraski
2d8ca548e2
Fix build
2001-08-15 22:49:15 +00:00
foobar
3cc6655f3a
Add the build time too. Bug: #12774
2001-08-15 22:37:31 +00:00
Jeroen van Wolffelaar
2b6bafb269
Remove cbrt also, and mark logm1 and exp1p as expermintal
2001-08-15 19:08:59 +00:00
Jeroen van Wolffelaar
d62fbbd5a8
MF407
2001-08-15 19:01:32 +00:00
Daniel Beulshausen
0a6878cc02
accomodate SAPI_API changes
2001-08-15 18:11:40 +00:00
Thies C. Arntzen
04c3f8403f
mega patch to avoid recursive oci-calls as they might break oracle!
...
php will simply exit() (!!!) once it encounters an attemp to call oracle
while still in an oracle-call. this can only happen when the script gets
interrupted (timeout, apache-restart) and php tries to run the cleanups even
though we are in an unclean state. i will add an -ini flag soon (not before
4.0.7) which will (optional) make php not run the cleanups when in an unclean
state!
2001-08-15 16:00:56 +00:00
Harald Radi
c674638dd0
removed CoInitialize() and CoUninitialize()
2001-08-15 10:39:59 +00:00
Sterling Hughes
8300abe367
Removed select(), fd_set(), etc. (wasn't present in the first place, and
...
these are implemented in the sockwasn't present in the first place, and
these are implemented in the sockets extension))
2001-08-15 05:21:43 +00:00
Andrei Zmievski
e0c3120a11
Uh-oh, didn't mean to eliminate all folds.
2001-08-14 20:38:56 +00:00
Andrei Zmievski
90cc710351
Be more safe about freeing zvals.
2001-08-14 20:33:19 +00:00
John Donagher
02b431b6d5
Add compile-time versioning for default hostname
2001-08-14 20:28:07 +00:00
Daniel Beulshausen
48d75026ad
depreciated, but should build anyway...
2001-08-14 17:46:19 +00:00
Andi Gutmans
4580df1080
- This code looks OK so remove FIXME comment
2001-08-14 17:43:39 +00:00
Harald Radi
ed126f68d5
fixed com_invoke retval
2001-08-14 13:38:36 +00:00
Andrei Zmievski
4e89fa671e
I'm sure you meant 'l' here, Sterling.
2001-08-14 13:01:11 +00:00
Zeev Suraski
eb52f75407
- Avoid using malloc()
...
- Improve and fix leaks in the typelib constants registration mechanism
2001-08-14 12:47:09 +00:00
Harald Radi
0fbbadbd2f
fixed bug in com_load_typelib
2001-08-14 11:50:16 +00:00
foobar
80277be8e3
@- Fixed a bug in dbase_get_record() and dbase_get_record_with_names().
...
@ boolean fields are now returned correctly.
@ Patch by Lawrence E. Widman <widman@cardiothink.com> (Jani)
2001-08-14 11:07:18 +00:00
Zeev Suraski
b3e96d34f3
Whitespace
2001-08-14 10:53:42 +00:00
Zeev Suraski
17a36fb659
more whitespace
2001-08-14 10:15:43 +00:00
Zeev Suraski
cf5bf23b32
Whitespace & API updates
2001-08-14 10:13:35 +00:00
Zeev Suraski
4b3dea31e6
Whitespace and API updates (please keep code in the repository in K&R style
...
like the CODING_STANDARDS ask, guys...)
2001-08-14 10:04:59 +00:00
Zeev Suraski
f09302da07
Add missing break
2001-08-14 09:55:22 +00:00
foobar
601b4727b6
If the header file is not found, bail out.
2001-08-14 08:53:48 +00:00
Joey Smith
862472efdc
Obviously not complete, but somewhere to start.
2001-08-14 08:28:34 +00:00
Joey Smith
df7967729e
Kill some duplicate PHP_FALIAS()'s.
...
Many of these were commented out, but I killed them anyways just to be
consistent.
2001-08-14 08:23:22 +00:00
Joey Smith
14f05c17dd
Group PHP_FE and PHP_FALIAS with their own kind.
2001-08-14 07:49:28 +00:00
Joey Smith
a26110de2c
Fix my own ws errors.
2001-08-14 07:44:21 +00:00
Joey Smith
b79868c28c
Register le_domxmltextp.
2001-08-14 07:37:14 +00:00
Joey Smith
109f414557
Don't hammer the resource type right off the bat.
2001-08-14 07:36:18 +00:00
Joey Smith
e3d6fc72e5
Trim ws only lines.
2001-08-14 07:34:20 +00:00
foobar
a870fd2757
ws fix. Also added some missing protos and fold tags.
2001-08-14 07:14:23 +00:00
foobar
2983993b59
Fix ZTS build.
2001-08-14 07:09:20 +00:00
foobar
442669055b
Another TSRMLS_FETCH() nuke.
2001-08-14 05:44:33 +00:00
Alan Brown
292d27bf6a
Whenever typelibrary constants were loaded, there was a GP Fault at process exit as shutdown_memory_manager seemed to delete constants that were supposed to have been deleted earlier. It seems as though CONST_PERSISTENT is a bad thing to use. Resetting that bit on the constant creation still seems to work and the GP Fault at exit is gone.
2001-08-14 03:52:32 +00:00
Joey Smith
5e21a4afad
More Z_* macro changes.
2001-08-14 01:07:42 +00:00
Harald Radi
c4022601e2
hresult is returned if no return type is specified
2001-08-14 00:48:15 +00:00
Harald Radi
44ee05ae23
update todo
2001-08-14 00:29:51 +00:00
Harald Radi
d041982a9c
make next() return a single value instead of an array with one element
2001-08-14 00:28:54 +00:00
Joey Smith
022626a8f0
Remove unused variable and fix small mental error.
2001-08-14 00:10:39 +00:00
Harald Radi
9c6b9eb76b
merged from EXPERIMENTAL
...
lots of cleanup work
2001-08-13 23:39:11 +00:00