Joey Smith
fc487f4603
Change to Z_* macros.
2001-08-13 08:08:18 +00:00
Rasmus Lerdorf
4d11d90880
Track down a few more functions that don't check for 0 args and use
...
faster mechanism
2001-08-13 07:55:39 +00:00
Rasmus Lerdorf
5b2227ea80
Oops, a little too much simplification there.. ;)
2001-08-13 07:28:57 +00:00
Rasmus Lerdorf
8c497f05c4
We don't consistently check for args passed to functions that don't
...
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performance is unlikely
to be a factor, not throwing a warning on the wrong number of args passed
to a function is at best inconsistent, and at worst it could hide a bug.
So, add a few such checks. There are still lots of cases out there.
2001-08-13 06:43:47 +00:00
Sterling Hughes
3f505f8624
ws
2001-08-13 05:51:06 +00:00
Sterling Hughes
e9cdaccc51
Whitespace fixes and moving to zend_parse_parameters()
2001-08-13 05:44:37 +00:00
Zeev Suraski
49e45baf9b
- Fix API
...
- Update NEWS
2001-08-13 00:32:04 +00:00
Zeev Suraski
35de326b0e
Compile fix for oldie Linux systems (possibly others too)
2001-08-12 21:23:15 +00:00
Sebastian Bergmann
fd5eea8b96
Fix warning.
2001-08-12 18:57:35 +00:00
Thies C. Arntzen
d5b1a7f440
tags need to be UTF8-decoded as well.
...
guys, case_folding can only work when the parser target encoding equal (or
compatible) with the locale setting of the system as we use toupper to "do it"
2001-08-12 18:44:42 +00:00
David Eriksson
4fee32fac9
adjusted Satellite for Zend 2
2001-08-12 09:48:07 +00:00
David Eriksson
224600786c
changed IOR values
2001-08-12 09:47:37 +00:00
David Eriksson
4e998ed80a
wrote some tests for satellite
2001-08-12 09:23:19 +00:00
Andi Gutmans
ff39e51fdf
- Make com work with new object model
2001-08-12 04:31:14 +00:00
Andrei Zmievski
1388a3a396
Save spec_opt for each function.
2001-08-12 03:46:25 +00:00
Andrei Zmievski
75da34e8aa
Fix it up a bit.
2001-08-12 02:45:41 +00:00
Rasmus Lerdorf
ecc2fae542
Oops, missing () there
2001-08-12 00:14:48 +00:00
Joey Smith
2aca8c67ea
Let domxml compile with ZendEngine2.
2001-08-11 20:44:30 +00:00
Andi Gutmans
d80ee070f9
- Make odbc_fetch_object() work with Engine 2
2001-08-11 18:28:31 +00:00
Andi Gutmans
ed9c36c1b8
- Make mysql_fetch_object() work w/ Engine 2
2001-08-11 18:27:48 +00:00
Zeev Suraski
c0404f4631
Whitespace
2001-08-11 17:03:37 +00:00
Zeev Suraski
f6f6c4d7e6
Whitespace
2001-08-11 16:39:07 +00:00
Thies C. Arntzen
8b480b8c09
make sybase compile with engine2
2001-08-11 12:02:20 +00:00
Thies C. Arntzen
384c86542a
beautify
2001-08-11 10:52:52 +00:00
foobar
3619c6eb6a
Added $_SESSION to the $_* family.
2001-08-11 10:49:03 +00:00
Thies C. Arntzen
6479bfe3b7
use macros for accessing properties in object.
2001-08-11 10:29:14 +00:00
Andrei Zmievski
4e857ef2d3
Changed ext_skel to use zend_parse_parameters() for argument parsing in
...
the generated functions. This cuts down on code a lot.
The point before this change was tagged BEFORE_PARAM_PARSING_CHANGE.
2001-08-11 03:24:23 +00:00
foobar
8a7d1d8e17
ZEND macro-rename.
2001-08-11 02:46:57 +00:00
Frank M. Kromann
300ac8c238
Adding SQL statement to the warning
2001-08-10 20:34:05 +00:00
foobar
5019d3d4b9
Made use of the resource macros here too. And some beutifying.
2001-08-10 20:32:33 +00:00
Chuck Hagenbuch
a2b297bdf0
Add imap_setacl() function (Brian Masney <masneyb@seul.org>).
2001-08-10 18:32:56 +00:00
Wez Furlong
831f05b0fb
Fix some build probs on *bsd
2001-08-10 18:02:59 +00:00
Zeev Suraski
486ad565d0
More build fixes
2001-08-10 13:04:58 +00:00
Adam Dickmeiss
e4f0e351b7
Added yaz_sort. Updates for ZTS.
2001-08-10 12:53:11 +00:00
Zeev Suraski
c28a26b119
There we go.
2001-08-10 12:45:58 +00:00
Zeev Suraski
38c101521b
build fix
2001-08-10 12:28:15 +00:00
Rasmus Lerdorf
05db76df86
Sablot extension cleanup - it compiles again now
2001-08-10 09:48:48 +00:00
Rasmus Lerdorf
eee9187ecb
The checks were in the wrong order here. sablot depends on expat, so
...
check for expat first and add -lexpat then check for sablot
2001-08-10 09:05:37 +00:00
foobar
9e0ad17dc4
compile fix (missing TSRMLS_CC)
2001-08-10 08:02:09 +00:00
foobar
52e3b4a44f
Cleanup. Also make gethostnamel() to return FALSE on error and not just empty array.
2001-08-10 02:19:05 +00:00
Rasmus Lerdorf
9e9e47faa4
Filter a bit of the "Bronx" out of this README
2001-08-10 01:41:14 +00:00
David Eriksson
77298408b3
Prevent potential crash
2001-08-09 22:00:05 +00:00
David Eriksson
81a7f27471
Convert parameter to long if needed.
2001-08-09 21:59:27 +00:00
David Eriksson
507d5699f0
Added zend_ prefix to wrong_param_count in enum.c, object.c and struct.c
2001-08-09 21:57:57 +00:00
David Eriksson
f5c48a1406
struct.c
2001-08-09 21:56:25 +00:00
David Eriksson
eeb26b89ec
Prevent potential crashes.
2001-08-09 21:56:03 +00:00
David Eriksson
ece087b842
(PHP satellite_object_to_string) Added function to get IOR of object.
2001-08-09 21:55:10 +00:00
David Eriksson
114d33ae07
rewrote configuration script
2001-08-09 21:53:50 +00:00
David Eriksson
e306d079ab
Added patch for ORBit that handles "Multiple Components Profile" in an IOR.
2001-08-09 21:42:54 +00:00
Joey Smith
ca33def60b
K&R-ify the switch statments.
2001-08-09 12:41:39 +00:00