]>
granicus.if.org Git - php/log
Zeev Suraski [Mon, 13 Aug 2001 00:33:08 +0000 (00:33 +0000)]
Update .dsp
Zeev Suraski [Mon, 13 Aug 2001 00:32:04 +0000 (00:32 +0000)]
- Fix API
- Update NEWS
Zeev Suraski [Mon, 13 Aug 2001 00:28:18 +0000 (00:28 +0000)]
MFZE1
<changelog@php.net> [Mon, 13 Aug 2001 00:10:19 +0000 (00:10 +0000)]
ChangeLog update
Zeev Suraski [Sun, 12 Aug 2001 22:42:36 +0000 (22:42 +0000)]
Enable output buffering in the php.ini-recommended
Zeev Suraski [Sun, 12 Aug 2001 21:23:15 +0000 (21:23 +0000)]
Compile fix for oldie Linux systems (possibly others too)
Sebastian Bergmann [Sun, 12 Aug 2001 18:57:35 +0000 (18:57 +0000)]
Fix warning.
Thies C. Arntzen [Sun, 12 Aug 2001 18:44:42 +0000 (18:44 +0000)]
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"
Stanislav Malyshev [Sun, 12 Aug 2001 14:58:57 +0000 (14:58 +0000)]
_FUNCTION is used in definition, so use _D
David Eriksson [Sun, 12 Aug 2001 09:48:07 +0000 (09:48 +0000)]
adjusted Satellite for Zend 2
David Eriksson [Sun, 12 Aug 2001 09:47:37 +0000 (09:47 +0000)]
changed IOR values
David Eriksson [Sun, 12 Aug 2001 09:23:19 +0000 (09:23 +0000)]
wrote some tests for satellite
Andi Gutmans [Sun, 12 Aug 2001 04:31:14 +0000 (04:31 +0000)]
- Make com work with new object model
Andrei Zmievski [Sun, 12 Aug 2001 03:46:25 +0000 (03:46 +0000)]
Save spec_opt for each function.
Andrei Zmievski [Sun, 12 Aug 2001 02:45:41 +0000 (02:45 +0000)]
Fix it up a bit.
Rasmus Lerdorf [Sun, 12 Aug 2001 00:14:48 +0000 (00:14 +0000)]
Oops, missing () there
<changelog@php.net> [Sun, 12 Aug 2001 00:11:18 +0000 (00:11 +0000)]
ChangeLog update
Zeev Suraski [Sat, 11 Aug 2001 22:55:35 +0000 (22:55 +0000)]
- Update php.ini-dist
- Sync php.ini-recommended with php.ini-dist
Zeev Suraski [Sat, 11 Aug 2001 22:55:00 +0000 (22:55 +0000)]
Make it possible to enable chunked output buffering without providing
an output handling function
Joey Smith [Sat, 11 Aug 2001 20:44:30 +0000 (20:44 +0000)]
Let domxml compile with ZendEngine2.
Zeev Suraski [Sat, 11 Aug 2001 20:18:22 +0000 (20:18 +0000)]
Whitespace
Andi Gutmans [Sat, 11 Aug 2001 18:28:31 +0000 (18:28 +0000)]
- Make odbc_fetch_object() work with Engine 2
Andi Gutmans [Sat, 11 Aug 2001 18:27:48 +0000 (18:27 +0000)]
- Make mysql_fetch_object() work w/ Engine 2
Andi Gutmans [Sat, 11 Aug 2001 18:26:47 +0000 (18:26 +0000)]
- More work on making objects work
Andi Gutmans [Sat, 11 Aug 2001 18:04:07 +0000 (18:04 +0000)]
- Fix some places which create objects. The fixes are ugly and will be
revised when things start working well
Zeev Suraski [Sat, 11 Aug 2001 17:03:37 +0000 (17:03 +0000)]
Whitespace
Zeev Suraski [Sat, 11 Aug 2001 16:39:07 +0000 (16:39 +0000)]
Whitespace
Tomas V.V.Cox [Sat, 11 Aug 2001 16:14:14 +0000 (16:14 +0000)]
removed my debug code :)
Tomas V.V.Cox [Sat, 11 Aug 2001 16:11:49 +0000 (16:11 +0000)]
don't show is_file() stat errors
Zeev Suraski [Sat, 11 Aug 2001 15:56:40 +0000 (15:56 +0000)]
Whitespace
Zeev Suraski [Sat, 11 Aug 2001 15:44:24 +0000 (15:44 +0000)]
Whitespace
Zeev Suraski [Sat, 11 Aug 2001 15:26:11 +0000 (15:26 +0000)]
update
Zeev Suraski [Sat, 11 Aug 2001 15:22:56 +0000 (15:22 +0000)]
Start pushing register_globals annihilation
Andi Gutmans [Sat, 11 Aug 2001 13:23:35 +0000 (13:23 +0000)]
- Fix UNIX build.
Thies C. Arntzen [Sat, 11 Aug 2001 12:02:20 +0000 (12:02 +0000)]
make sybase compile with engine2
Thies C. Arntzen [Sat, 11 Aug 2001 10:52:52 +0000 (10:52 +0000)]
beautify
foobar [Sat, 11 Aug 2001 10:49:03 +0000 (10:49 +0000)]
Added $_SESSION to the $_* family.
Andi Gutmans [Sat, 11 Aug 2001 10:47:41 +0000 (10:47 +0000)]
- Need to do some rewriting in the parser instead of this.
Thies C. Arntzen [Sat, 11 Aug 2001 10:29:14 +0000 (10:29 +0000)]
use macros for accessing properties in object.
Sebastian Bergmann [Sat, 11 Aug 2001 08:08:05 +0000 (08:08 +0000)]
'delete' is a reserved word in Zend Engine 2
Andrei Zmievski [Sat, 11 Aug 2001 03:24:23 +0000 (03:24 +0000)]
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.
Anil Madhavapeddy [Sat, 11 Aug 2001 02:53:57 +0000 (02:53 +0000)]
fix a few typos
foobar [Sat, 11 Aug 2001 02:46:57 +0000 (02:46 +0000)]
ZEND macro-rename.
Zeev Suraski [Sat, 11 Aug 2001 01:13:31 +0000 (01:13 +0000)]
Move the macro wrappers from the compatibility header to php.h
Andi Gutmans [Sat, 11 Aug 2001 00:20:37 +0000 (00:20 +0000)]
- For Sebastian. Will allow to see you're using the Engine 2 CVS via
phpinfo()
<changelog@php.net> [Sat, 11 Aug 2001 00:11:18 +0000 (00:11 +0000)]
ChangeLog update
Frank M. Kromann [Fri, 10 Aug 2001 20:34:05 +0000 (20:34 +0000)]
Adding SQL statement to the warning
foobar [Fri, 10 Aug 2001 20:32:33 +0000 (20:32 +0000)]
Made use of the resource macros here too. And some beutifying.
Jeroen van Wolffelaar [Fri, 10 Aug 2001 20:18:42 +0000 (20:18 +0000)]
Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK...
Chuck Hagenbuch [Fri, 10 Aug 2001 18:32:56 +0000 (18:32 +0000)]
Add imap_setacl() function (Brian Masney <masneyb@seul.org>).
Wez Furlong [Fri, 10 Aug 2001 18:02:59 +0000 (18:02 +0000)]
Fix some build probs on *bsd
Andi Gutmans [Fri, 10 Aug 2001 16:19:49 +0000 (16:19 +0000)]
- Merge from Engine 1
Sebastian Bergmann [Fri, 10 Aug 2001 16:12:33 +0000 (16:12 +0000)]
Rename storage* to container*.
Andi Gutmans [Fri, 10 Aug 2001 14:18:38 +0000 (14:18 +0000)]
- A couple of fixes
Zeev Suraski [Fri, 10 Aug 2001 14:10:31 +0000 (14:10 +0000)]
Optimize macro usage...
Andi Gutmans [Fri, 10 Aug 2001 13:39:35 +0000 (13:39 +0000)]
- Merge from Engine 1 CVS
Zeev Suraski [Fri, 10 Aug 2001 13:04:58 +0000 (13:04 +0000)]
More build fixes
Adam Dickmeiss [Fri, 10 Aug 2001 12:53:11 +0000 (12:53 +0000)]
Added yaz_sort. Updates for ZTS.
Zeev Suraski [Fri, 10 Aug 2001 12:48:06 +0000 (12:48 +0000)]
Centralize macros
Zeev Suraski [Fri, 10 Aug 2001 12:45:58 +0000 (12:45 +0000)]
There we go.
Zeev Suraski [Fri, 10 Aug 2001 12:28:15 +0000 (12:28 +0000)]
build fix
Zeev Suraski [Fri, 10 Aug 2001 12:27:33 +0000 (12:27 +0000)]
Let's not introduce more mess to maintain.
Rasmus Lerdorf [Fri, 10 Aug 2001 09:48:48 +0000 (09:48 +0000)]
Sablot extension cleanup - it compiles again now
Rasmus Lerdorf [Fri, 10 Aug 2001 09:05:37 +0000 (09:05 +0000)]
The checks were in the wrong order here. sablot depends on expat, so
check for expat first and add -lexpat then check for sablot
foobar [Fri, 10 Aug 2001 08:36:21 +0000 (08:36 +0000)]
killed compile warnings.
foobar [Fri, 10 Aug 2001 08:02:09 +0000 (08:02 +0000)]
compile fix (missing TSRMLS_CC)
foobar [Fri, 10 Aug 2001 02:19:05 +0000 (02:19 +0000)]
Cleanup. Also make gethostnamel() to return FALSE on error and not just empty array.
Rasmus Lerdorf [Fri, 10 Aug 2001 01:41:14 +0000 (01:41 +0000)]
Filter a bit of the "Bronx" out of this README
<changelog@php.net> [Fri, 10 Aug 2001 00:10:33 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 10 Aug 2001 00:10:30 +0000 (00:10 +0000)]
NEWS update
David Eriksson [Thu, 9 Aug 2001 22:00:05 +0000 (22:00 +0000)]
Prevent potential crash
David Eriksson [Thu, 9 Aug 2001 21:59:27 +0000 (21:59 +0000)]
Convert parameter to long if needed.
David Eriksson [Thu, 9 Aug 2001 21:57:57 +0000 (21:57 +0000)]
Added zend_ prefix to wrong_param_count in enum.c, object.c and struct.c
David Eriksson [Thu, 9 Aug 2001 21:56:25 +0000 (21:56 +0000)]
struct.c
David Eriksson [Thu, 9 Aug 2001 21:56:03 +0000 (21:56 +0000)]
Prevent potential crashes.
David Eriksson [Thu, 9 Aug 2001 21:55:10 +0000 (21:55 +0000)]
(PHP satellite_object_to_string) Added function to get IOR of object.
David Eriksson [Thu, 9 Aug 2001 21:53:50 +0000 (21:53 +0000)]
rewrote configuration script
David Eriksson [Thu, 9 Aug 2001 21:42:54 +0000 (21:42 +0000)]
Added patch for ORBit that handles "Multiple Components Profile" in an IOR.
Joey Smith [Thu, 9 Aug 2001 12:41:39 +0000 (12:41 +0000)]
K&R-ify the switch statments.
Joey Smith [Thu, 9 Aug 2001 12:35:09 +0000 (12:35 +0000)]
Commit acutal code only, will do ws on another pass.
Joey Smith [Thu, 9 Aug 2001 12:22:41 +0000 (12:22 +0000)]
Revert patch to seperate code from whitespace changes.
Joey Smith [Thu, 9 Aug 2001 12:15:58 +0000 (12:15 +0000)]
Restore xpath_eval() and the underlying php_xpathptr_eval().
It still leaks like crazy, but does not appear to crash, and
seems to work correctly.
Anyone who can possibly test this, please do.
@- Restore xpath_eval() and php_xpathptr_eval() for 4.0.7. There
@ are still some known leaks.
Tomas V.V.Cox [Thu, 9 Aug 2001 08:06:52 +0000 (08:06 +0000)]
fix multiple factory calls problem with php < 4.0.7
Tomas V.V.Cox [Thu, 9 Aug 2001 07:56:33 +0000 (07:56 +0000)]
*** empty log message ***
Tomas V.V.Cox [Thu, 9 Aug 2001 07:52:29 +0000 (07:52 +0000)]
spaces
foobar [Thu, 9 Aug 2001 06:46:43 +0000 (06:46 +0000)]
Updated the extension part a little bit.
# I guess people didn't see the forest from the trees.. :)
Rasmus Lerdorf [Thu, 9 Aug 2001 04:47:47 +0000 (04:47 +0000)]
More ext_skel cleanup
Sascha Schumann [Thu, 9 Aug 2001 04:27:40 +0000 (04:27 +0000)]
Workaround which avoids passing pic-related flags in link mode
Andi Gutmans [Thu, 9 Aug 2001 03:58:58 +0000 (03:58 +0000)]
- Merge from Engine 1 tree
Alexander Merz [Thu, 9 Aug 2001 01:11:56 +0000 (01:11 +0000)]
fix PHPDoc
foobar [Thu, 9 Aug 2001 00:28:33 +0000 (00:28 +0000)]
Added missing entries.
<changelog@php.net> [Thu, 9 Aug 2001 00:11:55 +0000 (00:11 +0000)]
ChangeLog update
Zeev Suraski [Wed, 8 Aug 2001 20:26:26 +0000 (20:26 +0000)]
Update NEWS
Zeev Suraski [Wed, 8 Aug 2001 20:05:37 +0000 (20:05 +0000)]
Implement import_request_variables()
Wez Furlong [Wed, 8 Aug 2001 20:00:09 +0000 (20:00 +0000)]
Fix probs on OpenBSD-current and RedHat 6.1
Zeev Suraski [Wed, 8 Aug 2001 19:15:38 +0000 (19:15 +0000)]
Put it in the wrong case...
Zeev Suraski [Wed, 8 Aug 2001 18:26:03 +0000 (18:26 +0000)]
- Fix precedence of the variables order in $_FORM
- Rename $_FORM to $_REQUEST for now
Andi Gutmans [Wed, 8 Aug 2001 17:18:16 +0000 (17:18 +0000)]
- Merge new $_GET, $_POST etc. patch from Engine 1 tree
Zeev Suraski [Wed, 8 Aug 2001 17:16:20 +0000 (17:16 +0000)]
- Implement $_FORM
- Update phpinfo()
- Update NEWS
Zeev Suraski [Wed, 8 Aug 2001 16:36:04 +0000 (16:36 +0000)]
- Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and $_FILES
- Use the Zend Engine infrastructure - make these variables available in
all functions