]> granicus.if.org Git - php/log
php
23 years ago- MFZE1
Andi Gutmans [Mon, 13 Aug 2001 15:38:07 +0000 (15:38 +0000)]
- MFZE1

23 years ago- Merge from Engine 1
Andi Gutmans [Mon, 13 Aug 2001 15:23:37 +0000 (15:23 +0000)]
- Merge from Engine 1

23 years agoFaster wrong_param check for functions that take no parameters
Rasmus Lerdorf [Mon, 13 Aug 2001 08:15:12 +0000 (08:15 +0000)]
Faster wrong_param check for functions that take no parameters

23 years agoChange to Z_* macros.
Joey Smith [Mon, 13 Aug 2001 08:08:18 +0000 (08:08 +0000)]
Change to Z_* macros.

23 years ago@Added --version option to php-config (Stig)
Stig Bakken [Mon, 13 Aug 2001 07:58:29 +0000 (07:58 +0000)]
@Added --version option to php-config (Stig)

23 years agoTrack down a few more functions that don't check for 0 args and use
Rasmus Lerdorf [Mon, 13 Aug 2001 07:55:39 +0000 (07:55 +0000)]
Track down a few more functions that don't check for 0 args and use
faster mechanism

23 years agoOops, a little too much simplification there.. ;)
Rasmus Lerdorf [Mon, 13 Aug 2001 07:28:57 +0000 (07:28 +0000)]
Oops, a little too much simplification there.. ;)

23 years agoWe don't consistently check for args passed to functions that don't
Rasmus Lerdorf [Mon, 13 Aug 2001 06:43:47 +0000 (06:43 +0000)]
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.

23 years agows
Sterling Hughes [Mon, 13 Aug 2001 05:51:06 +0000 (05:51 +0000)]
ws

23 years agoWhitespace fixes and moving to zend_parse_parameters()
Sterling Hughes [Mon, 13 Aug 2001 05:44:37 +0000 (05:44 +0000)]
Whitespace fixes and moving to zend_parse_parameters()

23 years agoReverse patches that slipped in by mistake in a whitespace patch. They
Zeev Suraski [Mon, 13 Aug 2001 00:36:16 +0000 (00:36 +0000)]
Reverse patches that slipped in by mistake in a whitespace patch.  They
require some more work...

23 years agoUpdate .dsp
Zeev Suraski [Mon, 13 Aug 2001 00:33:08 +0000 (00:33 +0000)]
Update .dsp

23 years ago- Fix API
Zeev Suraski [Mon, 13 Aug 2001 00:32:04 +0000 (00:32 +0000)]
- Fix API
- Update NEWS

23 years agoMFZE1
Zeev Suraski [Mon, 13 Aug 2001 00:28:18 +0000 (00:28 +0000)]
MFZE1

23 years agoChangeLog update
<changelog@php.net> [Mon, 13 Aug 2001 00:10:19 +0000 (00:10 +0000)]
ChangeLog update

23 years agoEnable output buffering in the php.ini-recommended
Zeev Suraski [Sun, 12 Aug 2001 22:42:36 +0000 (22:42 +0000)]
Enable output buffering in the php.ini-recommended

23 years agoCompile fix for oldie Linux systems (possibly others too)
Zeev Suraski [Sun, 12 Aug 2001 21:23:15 +0000 (21:23 +0000)]
Compile fix for oldie Linux systems (possibly others too)

23 years agoFix warning.
Sebastian Bergmann [Sun, 12 Aug 2001 18:57:35 +0000 (18:57 +0000)]
Fix warning.

23 years agotags need to be UTF8-decoded as well.
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"

23 years ago_FUNCTION is used in definition, so use _D
Stanislav Malyshev [Sun, 12 Aug 2001 14:58:57 +0000 (14:58 +0000)]
_FUNCTION is used in definition, so use _D

23 years agoadjusted Satellite for Zend 2
David Eriksson [Sun, 12 Aug 2001 09:48:07 +0000 (09:48 +0000)]
adjusted Satellite for Zend 2

23 years agochanged IOR values
David Eriksson [Sun, 12 Aug 2001 09:47:37 +0000 (09:47 +0000)]
changed IOR values

23 years agowrote some tests for satellite
David Eriksson [Sun, 12 Aug 2001 09:23:19 +0000 (09:23 +0000)]
wrote some tests for satellite

23 years ago- Make com work with new object model
Andi Gutmans [Sun, 12 Aug 2001 04:31:14 +0000 (04:31 +0000)]
- Make com work with new object model

23 years agoSave spec_opt for each function.
Andrei Zmievski [Sun, 12 Aug 2001 03:46:25 +0000 (03:46 +0000)]
Save spec_opt for each function.

23 years agoFix it up a bit.
Andrei Zmievski [Sun, 12 Aug 2001 02:45:41 +0000 (02:45 +0000)]
Fix it up a bit.

23 years agoOops, missing () there
Rasmus Lerdorf [Sun, 12 Aug 2001 00:14:48 +0000 (00:14 +0000)]
Oops, missing () there

23 years agoChangeLog update
<changelog@php.net> [Sun, 12 Aug 2001 00:11:18 +0000 (00:11 +0000)]
ChangeLog update

23 years ago- Update php.ini-dist
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

23 years agoMake it possible to enable chunked output buffering without providing
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

23 years agoLet domxml compile with ZendEngine2.
Joey Smith [Sat, 11 Aug 2001 20:44:30 +0000 (20:44 +0000)]
Let domxml compile with ZendEngine2.

23 years agoWhitespace
Zeev Suraski [Sat, 11 Aug 2001 20:18:22 +0000 (20:18 +0000)]
Whitespace

23 years ago- Make odbc_fetch_object() work with Engine 2
Andi Gutmans [Sat, 11 Aug 2001 18:28:31 +0000 (18:28 +0000)]
- Make odbc_fetch_object() work with Engine 2

23 years ago- Make mysql_fetch_object() work w/ Engine 2
Andi Gutmans [Sat, 11 Aug 2001 18:27:48 +0000 (18:27 +0000)]
- Make mysql_fetch_object() work w/ Engine 2

23 years ago- More work on making objects work
Andi Gutmans [Sat, 11 Aug 2001 18:26:47 +0000 (18:26 +0000)]
- More work on making objects work

23 years ago- Fix some places which create objects. The fixes are ugly and will be
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

23 years agoWhitespace
Zeev Suraski [Sat, 11 Aug 2001 17:03:37 +0000 (17:03 +0000)]
Whitespace

23 years agoWhitespace
Zeev Suraski [Sat, 11 Aug 2001 16:39:07 +0000 (16:39 +0000)]
Whitespace

23 years agoremoved my debug code :)
Tomas V.V.Cox [Sat, 11 Aug 2001 16:14:14 +0000 (16:14 +0000)]
removed my debug code :)

23 years agodon't show is_file() stat errors
Tomas V.V.Cox [Sat, 11 Aug 2001 16:11:49 +0000 (16:11 +0000)]
don't show is_file() stat errors

23 years agoWhitespace
Zeev Suraski [Sat, 11 Aug 2001 15:56:40 +0000 (15:56 +0000)]
Whitespace

23 years agoWhitespace
Zeev Suraski [Sat, 11 Aug 2001 15:44:24 +0000 (15:44 +0000)]
Whitespace

23 years agoupdate
Zeev Suraski [Sat, 11 Aug 2001 15:26:11 +0000 (15:26 +0000)]
update

23 years agoStart pushing register_globals annihilation
Zeev Suraski [Sat, 11 Aug 2001 15:22:56 +0000 (15:22 +0000)]
Start pushing register_globals annihilation

23 years ago- Fix UNIX build.
Andi Gutmans [Sat, 11 Aug 2001 13:23:35 +0000 (13:23 +0000)]
- Fix UNIX build.

23 years agomake sybase compile with engine2
Thies C. Arntzen [Sat, 11 Aug 2001 12:02:20 +0000 (12:02 +0000)]
make sybase compile with engine2

23 years agobeautify
Thies C. Arntzen [Sat, 11 Aug 2001 10:52:52 +0000 (10:52 +0000)]
beautify

23 years agoAdded $_SESSION to the $_* family.
foobar [Sat, 11 Aug 2001 10:49:03 +0000 (10:49 +0000)]
Added $_SESSION to the $_* family.

23 years ago- Need to do some rewriting in the parser instead of this.
Andi Gutmans [Sat, 11 Aug 2001 10:47:41 +0000 (10:47 +0000)]
- Need to do some rewriting in the parser instead of this.

23 years agouse macros for accessing properties in object.
Thies C. Arntzen [Sat, 11 Aug 2001 10:29:14 +0000 (10:29 +0000)]
use macros for accessing properties in object.

23 years ago'delete' is a reserved word in Zend Engine 2
Sebastian Bergmann [Sat, 11 Aug 2001 08:08:05 +0000 (08:08 +0000)]
'delete' is a reserved word in Zend Engine 2

23 years agoChanged ext_skel to use zend_parse_parameters() for argument parsing in
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.

23 years agofix a few typos
Anil Madhavapeddy [Sat, 11 Aug 2001 02:53:57 +0000 (02:53 +0000)]
fix a few typos

23 years agoZEND macro-rename.
foobar [Sat, 11 Aug 2001 02:46:57 +0000 (02:46 +0000)]
ZEND macro-rename.

23 years agoMove the macro wrappers from the compatibility header to php.h
Zeev Suraski [Sat, 11 Aug 2001 01:13:31 +0000 (01:13 +0000)]
Move the macro wrappers from the compatibility header to php.h

23 years ago- For Sebastian. Will allow to see you're using the Engine 2 CVS via
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()

23 years agoChangeLog update
<changelog@php.net> [Sat, 11 Aug 2001 00:11:18 +0000 (00:11 +0000)]
ChangeLog update

23 years agoAdding SQL statement to the warning
Frank M. Kromann [Fri, 10 Aug 2001 20:34:05 +0000 (20:34 +0000)]
Adding SQL statement to the warning

23 years agoMade use of the resource macros here too. And some beutifying.
foobar [Fri, 10 Aug 2001 20:32:33 +0000 (20:32 +0000)]
Made use of the resource macros here too. And some beutifying.

23 years agoPossible fix 12360. If it doesn't help, it doesn't hurt, AFAIK...
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...

23 years agoAdd imap_setacl() function (Brian Masney <masneyb@seul.org>).
Chuck Hagenbuch [Fri, 10 Aug 2001 18:32:56 +0000 (18:32 +0000)]
Add imap_setacl() function (Brian Masney <masneyb@seul.org>).

23 years agoFix some build probs on *bsd
Wez Furlong [Fri, 10 Aug 2001 18:02:59 +0000 (18:02 +0000)]
Fix some build probs on *bsd

23 years ago- Merge from Engine 1
Andi Gutmans [Fri, 10 Aug 2001 16:19:49 +0000 (16:19 +0000)]
- Merge from Engine 1

23 years agoRename storage* to container*.
Sebastian Bergmann [Fri, 10 Aug 2001 16:12:33 +0000 (16:12 +0000)]
Rename storage* to container*.

23 years ago- A couple of fixes
Andi Gutmans [Fri, 10 Aug 2001 14:18:38 +0000 (14:18 +0000)]
- A couple of fixes

23 years agoOptimize macro usage...
Zeev Suraski [Fri, 10 Aug 2001 14:10:31 +0000 (14:10 +0000)]
Optimize macro usage...

23 years ago- Merge from Engine 1 CVS
Andi Gutmans [Fri, 10 Aug 2001 13:39:35 +0000 (13:39 +0000)]
- Merge from Engine 1 CVS

23 years agoMore build fixes
Zeev Suraski [Fri, 10 Aug 2001 13:04:58 +0000 (13:04 +0000)]
More build fixes

23 years agoAdded yaz_sort. Updates for ZTS.
Adam Dickmeiss [Fri, 10 Aug 2001 12:53:11 +0000 (12:53 +0000)]
Added yaz_sort. Updates for ZTS.

23 years agoCentralize macros
Zeev Suraski [Fri, 10 Aug 2001 12:48:06 +0000 (12:48 +0000)]
Centralize macros

23 years agoThere we go.
Zeev Suraski [Fri, 10 Aug 2001 12:45:58 +0000 (12:45 +0000)]
There we go.

23 years agobuild fix
Zeev Suraski [Fri, 10 Aug 2001 12:28:15 +0000 (12:28 +0000)]
build fix

23 years agoLet's not introduce more mess to maintain.
Zeev Suraski [Fri, 10 Aug 2001 12:27:33 +0000 (12:27 +0000)]
Let's not introduce more mess to maintain.

23 years agoSablot extension cleanup - it compiles again now
Rasmus Lerdorf [Fri, 10 Aug 2001 09:48:48 +0000 (09:48 +0000)]
Sablot extension cleanup - it compiles again now

23 years agoThe checks were in the wrong order here. sablot depends on expat, so
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

23 years agokilled compile warnings.
foobar [Fri, 10 Aug 2001 08:36:21 +0000 (08:36 +0000)]
killed compile warnings.

23 years agocompile fix (missing TSRMLS_CC)
foobar [Fri, 10 Aug 2001 08:02:09 +0000 (08:02 +0000)]
compile fix (missing TSRMLS_CC)

23 years agoCleanup. Also make gethostnamel() to return FALSE on error and not just empty array.
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.

23 years agoFilter a bit of the "Bronx" out of this README
Rasmus Lerdorf [Fri, 10 Aug 2001 01:41:14 +0000 (01:41 +0000)]
Filter a bit of the "Bronx" out of this README

23 years agoChangeLog update
<changelog@php.net> [Fri, 10 Aug 2001 00:10:33 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 10 Aug 2001 00:10:30 +0000 (00:10 +0000)]
NEWS update

23 years agoPrevent potential crash
David Eriksson [Thu, 9 Aug 2001 22:00:05 +0000 (22:00 +0000)]
Prevent potential crash

23 years agoConvert parameter to long if needed.
David Eriksson [Thu, 9 Aug 2001 21:59:27 +0000 (21:59 +0000)]
Convert parameter to long if needed.

23 years agoAdded zend_ prefix to wrong_param_count in enum.c, object.c and struct.c
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

23 years agostruct.c
David Eriksson [Thu, 9 Aug 2001 21:56:25 +0000 (21:56 +0000)]
struct.c

23 years agoPrevent potential crashes.
David Eriksson [Thu, 9 Aug 2001 21:56:03 +0000 (21:56 +0000)]
Prevent potential crashes.

23 years ago(PHP satellite_object_to_string) Added function to get IOR of object.
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.

23 years agorewrote configuration script
David Eriksson [Thu, 9 Aug 2001 21:53:50 +0000 (21:53 +0000)]
rewrote configuration script

23 years agoAdded patch for ORBit that handles "Multiple Components Profile" in an IOR.
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.

23 years agoK&R-ify the switch statments.
Joey Smith [Thu, 9 Aug 2001 12:41:39 +0000 (12:41 +0000)]
K&R-ify the switch statments.

23 years agoCommit acutal code only, will do ws on another pass.
Joey Smith [Thu, 9 Aug 2001 12:35:09 +0000 (12:35 +0000)]
Commit acutal code only, will do ws on another pass.

23 years agoRevert patch to seperate code from whitespace changes.
Joey Smith [Thu, 9 Aug 2001 12:22:41 +0000 (12:22 +0000)]
Revert patch to seperate code from whitespace changes.

23 years agoRestore xpath_eval() and the underlying php_xpathptr_eval().
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.

23 years agofix multiple factory calls problem with php < 4.0.7
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

23 years ago*** empty log message ***
Tomas V.V.Cox [Thu, 9 Aug 2001 07:56:33 +0000 (07:56 +0000)]
*** empty log message ***

23 years agospaces
Tomas V.V.Cox [Thu, 9 Aug 2001 07:52:29 +0000 (07:52 +0000)]
spaces

23 years agoUpdated the extension part a little bit.
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.. :)

23 years agoMore ext_skel cleanup
Rasmus Lerdorf [Thu, 9 Aug 2001 04:47:47 +0000 (04:47 +0000)]
More ext_skel cleanup

23 years agoWorkaround which avoids passing pic-related flags in link mode
Sascha Schumann [Thu, 9 Aug 2001 04:27:40 +0000 (04:27 +0000)]
Workaround which avoids passing pic-related flags in link mode

23 years ago- Merge from Engine 1 tree
Andi Gutmans [Thu, 9 Aug 2001 03:58:58 +0000 (03:58 +0000)]
- Merge from Engine 1 tree