]> granicus.if.org Git - php/log
php
23 years agoFixed bug: #11232. Now we require Fribidi 0.9.0.
foobar [Sun, 19 Aug 2001 06:37:05 +0000 (06:37 +0000)]
Fixed bug: #11232. Now we require Fribidi 0.9.0.
# Better use the latest version for this one too since
# it seems to have stabilized and they made an internal
# rewrite for that one.

23 years agows fix.
foobar [Sun, 19 Aug 2001 01:47:19 +0000 (01:47 +0000)]
ws fix.

23 years agoAdded "phptar" command as proof that the Archive_Tar class works.
Stig Bakken [Sun, 19 Aug 2001 00:34:08 +0000 (00:34 +0000)]
Added "phptar" command as proof that the Archive_Tar class works.
# Great work, Vincent!

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

23 years agows
foobar [Sun, 19 Aug 2001 00:05:06 +0000 (00:05 +0000)]
ws

23 years agonull terminate the returned string in here too.
foobar [Sat, 18 Aug 2001 23:43:04 +0000 (23:43 +0000)]
null terminate the returned string in here too.

23 years agows fix.
foobar [Sat, 18 Aug 2001 23:07:10 +0000 (23:07 +0000)]
ws fix.

23 years agolibxml 2.4.2 is required now.
foobar [Sat, 18 Aug 2001 21:08:52 +0000 (21:08 +0000)]
libxml 2.4.2 is required now.

23 years agofixed NEWS.
foobar [Sat, 18 Aug 2001 20:24:06 +0000 (20:24 +0000)]
fixed NEWS.

23 years ago- Merge Sterling's patches from ZE1
Andi Gutmans [Sat, 18 Aug 2001 18:16:49 +0000 (18:16 +0000)]
- Merge Sterling's patches from ZE1

23 years agoAdded a check for libdmalloc whether it works (is found..) or not.
foobar [Sat, 18 Aug 2001 18:14:22 +0000 (18:14 +0000)]
Added a check for libdmalloc whether it works (is found..) or not.
# We should always test every library (when possible) before
# adding them..

23 years agoUpdate NEWS
Zeev Suraski [Sat, 18 Aug 2001 17:00:01 +0000 (17:00 +0000)]
Update NEWS

23 years agoFix bugs #7301, #6827
Zeev Suraski [Sat, 18 Aug 2001 16:56:34 +0000 (16:56 +0000)]
Fix bugs #7301, #6827

23 years agomake this test work.
foobar [Sat, 18 Aug 2001 16:47:02 +0000 (16:47 +0000)]
make this test work.

23 years agoadded support for the following tags in package.xml:
Tomas V.V.Cox [Sat, 18 Aug 2001 14:40:25 +0000 (14:40 +0000)]
added support for the following tags in package.xml:
- <State> inside <Release> (package development state: 'alpha','beta','stable','snapshot')
- <Changelog> stores <Release> entries
- <Maintainers> stores multiple <Maintainer> entries
- <Role> inside <Maintainer> ('lead','developer','contributor','helper')

23 years agoK&R format changes
Sterling Hughes [Sat, 18 Aug 2001 08:43:47 +0000 (08:43 +0000)]
K&R format changes

23 years agoFix XtOffsetOf compile problems if someone has already defined it.
Sterling Hughes [Sat, 18 Aug 2001 02:08:29 +0000 (02:08 +0000)]
Fix XtOffsetOf compile problems if someone has already defined it.

23 years agoFix warning (Doug MacEachern, dougm@covalent.net)
Sterling Hughes [Sat, 18 Aug 2001 01:59:38 +0000 (01:59 +0000)]
Fix warning (Doug MacEachern, dougm@covalent.net)

23 years ago# f*ck @!e333u49/&§&$T§$&("E""! expandtab, that's it, the default in my
Sterling Hughes [Sat, 18 Aug 2001 01:36:29 +0000 (01:36 +0000)]
# f*ck @!e333u49/&§&$T§$&("E""! expandtab, that's it, the default in my
# vimrc is not noet

23 years agofix crash bug (Doug MacEachern, dougm@covalent.net)
Sterling Hughes [Sat, 18 Aug 2001 01:34:19 +0000 (01:34 +0000)]
fix crash bug (Doug MacEachern, dougm@covalent.net)

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

23 years agoFix a seg fault in PHP. If a child process is created in the server,
Ryan Bloom [Fri, 17 Aug 2001 22:25:13 +0000 (22:25 +0000)]
Fix a seg fault in PHP.  If a child process is created in the server,
using apr_proc_create, it will seg fault, because PHP is using a NULL
child cleanup.  To fix this, we have to use the special cleanup function,
apr_pool_cleanup_null.

This also fixes a compiler warning in the ap_log_error call.

23 years agoMFZE1
Andrei Zmievski [Fri, 17 Aug 2001 17:42:43 +0000 (17:42 +0000)]
MFZE1

23 years agoMFZE1
Zeev Suraski [Fri, 17 Aug 2001 14:53:55 +0000 (14:53 +0000)]
MFZE1

23 years agoUpdate php.ini-recommended
Zeev Suraski [Fri, 17 Aug 2001 14:04:30 +0000 (14:04 +0000)]
Update php.ini-recommended

23 years agowhitespace, braces, coding style (Mc)
Marc Boeren [Fri, 17 Aug 2001 13:56:29 +0000 (13:56 +0000)]
whitespace, braces, coding style (Mc)

23 years ago- Use the same coding standards for pointers as the rest of PHP.
Andi Gutmans [Fri, 17 Aug 2001 13:00:46 +0000 (13:00 +0000)]
- Use the same coding standards for pointers as the rest of PHP.
- For example, char ** foo should be char **foo

23 years agoAdded preliminary support framework for Oracle 8. (Mc)
Marc Boeren [Fri, 17 Aug 2001 12:54:24 +0000 (12:54 +0000)]
Added preliminary support framework for Oracle 8. (Mc)
Thies C. Arntzen will look into this to actually make it work,
as I don't have Oracle installed here. As I said, it is only a
framework for Oracle, and it will most likely crash if you
actually try to use the oracle functions before Thies (or
anyone else that wants to, of course) has had a chance to look
at it.
# The other databases will continue to work, of course :)

23 years agoZ_*_P{0,2} macro work.
Sterling Hughes [Fri, 17 Aug 2001 09:10:49 +0000 (09:10 +0000)]
Z_*_P{0,2} macro work.

23 years ago1) update to the ZEND_NUM_ARGS() and Z_*_P{0,2} macros
Sterling Hughes [Fri, 17 Aug 2001 09:08:03 +0000 (09:08 +0000)]
1) update to the ZEND_NUM_ARGS() and Z_*_P{0,2} macros
2) minor ws improvements, removing unecessary error checking logic, and
making the error messages a bit nicer looking

23 years agoForgot to add DB.php.
Sebastian Bergmann [Fri, 17 Aug 2001 08:51:09 +0000 (08:51 +0000)]
Forgot to add DB.php.

23 years agoThese files do not exist anymore.
foobar [Fri, 17 Aug 2001 08:47:43 +0000 (08:47 +0000)]
These files do not exist anymore.

23 years agoLook for iconv library also in $ICONV_DIR.
foobar [Fri, 17 Aug 2001 08:33:49 +0000 (08:33 +0000)]
Look for iconv library also in $ICONV_DIR.

23 years agofixed a buggy cast
Harald Radi [Fri, 17 Aug 2001 08:17:13 +0000 (08:17 +0000)]
fixed a buggy cast

23 years agoCleanup of var_dump() with correct macro's, k&r indent, and removal of a
Sterling Hughes [Fri, 17 Aug 2001 07:50:15 +0000 (07:50 +0000)]
Cleanup of var_dump() with correct macro's, k&r indent, and removal of a
pair of unnecessary { }

23 years agopval -> zval
Sterling Hughes [Fri, 17 Aug 2001 07:41:20 +0000 (07:41 +0000)]
pval -> zval
Z_*_P{0,2} macros
easier way of doing urldecode(), from rawurldecode() (a tad faster too).

23 years agows fix.
Sterling Hughes [Fri, 17 Aug 2001 07:07:34 +0000 (07:07 +0000)]
ws fix.

23 years agoHAVE_LIBICONV was never defined.
foobar [Fri, 17 Aug 2001 06:54:55 +0000 (06:54 +0000)]
HAVE_LIBICONV was never defined.

23 years agoClean up the function for the Zend API (php3, early php4 relics removed).
Sterling Hughes [Fri, 17 Aug 2001 06:53:26 +0000 (06:53 +0000)]
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

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

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

23 years agoRemove redundant files
Zeev Suraski [Thu, 16 Aug 2001 23:58:56 +0000 (23:58 +0000)]
Remove redundant files

23 years ago@- Fix a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com).
Joey Smith [Thu, 16 Aug 2001 23:44:10 +0000 (23:44 +0000)]
@- Fix a crash in dbase_replace_record (Patch by robin.marlow@dps-int.com).

This fixes Bug id #11928.

23 years agoSend Content-Length if we're sending just one chunk
Zeev Suraski [Thu, 16 Aug 2001 23:34:25 +0000 (23:34 +0000)]
Send Content-Length if we're sending just one chunk

23 years agoMissing define
Rasmus Lerdorf [Thu, 16 Aug 2001 23:31:54 +0000 (23:31 +0000)]
Missing define

23 years agoMissing entries.
foobar [Thu, 16 Aug 2001 22:15:33 +0000 (22:15 +0000)]
Missing entries.

23 years agosync with CODING_STANDARDS
Zeev Suraski [Thu, 16 Aug 2001 20:57:55 +0000 (20:57 +0000)]
sync with CODING_STANDARDS

23 years agoMFZE1
Zeev Suraski [Thu, 16 Aug 2001 20:38:56 +0000 (20:38 +0000)]
MFZE1

23 years agoadd tail pointer to speed up imap_search (submitted by Rob Siemborski
Chuck Hagenbuch [Thu, 16 Aug 2001 20:13:27 +0000 (20:13 +0000)]
add tail pointer to speed up imap_search (submitted by Rob Siemborski
<rjs3@andrew.cmu.edu>).

23 years agoadded me and myself
Harald Radi [Thu, 16 Aug 2001 19:59:08 +0000 (19:59 +0000)]
added me and myself

23 years agothat too
Rasmus Lerdorf [Thu, 16 Aug 2001 16:46:00 +0000 (16:46 +0000)]
that too

23 years agoAdd dbx
Rasmus Lerdorf [Thu, 16 Aug 2001 16:44:56 +0000 (16:44 +0000)]
Add dbx

23 years ago- Try and nuke get_object_zval_ptr()
Andi Gutmans [Thu, 16 Aug 2001 15:01:25 +0000 (15:01 +0000)]
- Try and nuke get_object_zval_ptr()

23 years ago- Remove bogus notice
Andi Gutmans [Thu, 16 Aug 2001 14:42:28 +0000 (14:42 +0000)]
- Remove bogus notice

23 years ago- Sync with ZE1
Andi Gutmans [Thu, 16 Aug 2001 14:12:03 +0000 (14:12 +0000)]
- Sync with ZE1

23 years ago- Fix a bug in method calls.
Andi Gutmans [Thu, 16 Aug 2001 14:04:04 +0000 (14:04 +0000)]
- Fix a bug in method calls.
- Try to get the old copying behavior of objects to work (doesn't work yet).

23 years agomove php_shutdown_config further down
Thies C. Arntzen [Thu, 16 Aug 2001 09:40:05 +0000 (09:40 +0000)]
move php_shutdown_config further down

23 years agodarn noet
Sterling Hughes [Thu, 16 Aug 2001 06:09:12 +0000 (06:09 +0000)]
darn noet

23 years agoRyan Bloom's fix of my fix. ;)
Sterling Hughes [Thu, 16 Aug 2001 06:05:57 +0000 (06:05 +0000)]
Ryan Bloom's fix of my fix. ;)

23 years agoFix error logging
Sterling Hughes [Thu, 16 Aug 2001 05:19:29 +0000 (05:19 +0000)]
Fix error logging

23 years agoCommit a bit of random plane hacking.
Rasmus Lerdorf [Thu, 16 Aug 2001 00:16:00 +0000 (00:16 +0000)]
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

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

23 years agoFix build
Zeev Suraski [Wed, 15 Aug 2001 22:49:15 +0000 (22:49 +0000)]
Fix build

23 years agoAdd the build time too. Bug: #12774
foobar [Wed, 15 Aug 2001 22:37:31 +0000 (22:37 +0000)]
Add the build time too. Bug: #12774

23 years agoFix --with-pear=path too.
foobar [Wed, 15 Aug 2001 21:39:32 +0000 (21:39 +0000)]
Fix --with-pear=path too.

23 years agoPEAR::raiseError() can be called statically - don't assume $this will be
Chuck Hagenbuch [Wed, 15 Aug 2001 21:26:12 +0000 (21:26 +0000)]
PEAR::raiseError() can be called statically - don't assume $this will be
there!

23 years ago* point people to the manual instead
Stig Bakken [Wed, 15 Aug 2001 21:03:51 +0000 (21:03 +0000)]
* point people to the manual instead

23 years agoRemove cbrt also, and mark logm1 and exp1p as expermintal
Jeroen van Wolffelaar [Wed, 15 Aug 2001 19:08:59 +0000 (19:08 +0000)]
Remove cbrt also, and mark logm1 and exp1p as expermintal

23 years agoMF407
Jeroen van Wolffelaar [Wed, 15 Aug 2001 19:01:32 +0000 (19:01 +0000)]
MF407

23 years agoaccomodate SAPI_API changes
Daniel Beulshausen [Wed, 15 Aug 2001 18:11:40 +0000 (18:11 +0000)]
accomodate SAPI_API changes

23 years agoMFZE1
Zeev Suraski [Wed, 15 Aug 2001 18:06:06 +0000 (18:06 +0000)]
MFZE1

23 years agofix SAPI_POST_* exports
Daniel Beulshausen [Wed, 15 Aug 2001 18:01:48 +0000 (18:01 +0000)]
fix SAPI_POST_* exports

23 years agono message
Harald Radi [Wed, 15 Aug 2001 17:39:08 +0000 (17:39 +0000)]
no message

23 years agomega patch to avoid recursive oci-calls as they might break oracle!
Thies C. Arntzen [Wed, 15 Aug 2001 16:00:56 +0000 (16:00 +0000)]
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!

23 years agoremoved CoInitialize() and CoUninitialize()
Harald Radi [Wed, 15 Aug 2001 10:39:59 +0000 (10:39 +0000)]
removed CoInitialize() and CoUninitialize()

23 years ago Removed select(), fd_set(), etc. (wasn't present in the first place, and
Sterling Hughes [Wed, 15 Aug 2001 05:21:43 +0000 (05:21 +0000)]
 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))

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

23 years agoNEWS update
<changelog@php.net> [Wed, 15 Aug 2001 00:11:06 +0000 (00:11 +0000)]
NEWS update

23 years agoRevert an old bogus patch
Zeev Suraski [Tue, 14 Aug 2001 23:17:02 +0000 (23:17 +0000)]
Revert an old bogus patch

23 years agoimprove typedef definition
Zeev Suraski [Tue, 14 Aug 2001 22:57:09 +0000 (22:57 +0000)]
improve typedef definition

23 years ago* expected error codes are stored on a stack now, PEAR::expectError()
Stig Bakken [Tue, 14 Aug 2001 21:11:33 +0000 (21:11 +0000)]
* expected error codes are stored on a stack now, PEAR::expectError()
  pushes into it, PEAR::popExpect() pops off it
* made pear_error test work on other boxes than my own :-)

23 years agoUh-oh, didn't mean to eliminate all folds.
Andrei Zmievski [Tue, 14 Aug 2001 20:38:56 +0000 (20:38 +0000)]
Uh-oh, didn't mean to eliminate all folds.

23 years agoBe more safe about freeing zvals.
Andrei Zmievski [Tue, 14 Aug 2001 20:33:19 +0000 (20:33 +0000)]
Be more safe about freeing zvals.

23 years agoAdd compile-time versioning for default hostname
John Donagher [Tue, 14 Aug 2001 20:28:07 +0000 (20:28 +0000)]
Add compile-time versioning for default hostname

23 years agoUpdate hostname
John Donagher [Tue, 14 Aug 2001 20:23:26 +0000 (20:23 +0000)]
Update hostname

23 years agodepreciated, but should build anyway...
Daniel Beulshausen [Tue, 14 Aug 2001 17:46:19 +0000 (17:46 +0000)]
depreciated, but should build anyway...

23 years ago- This code looks OK so remove FIXME comment
Andi Gutmans [Tue, 14 Aug 2001 17:43:39 +0000 (17:43 +0000)]
- This code looks OK so remove FIXME comment

23 years agoTSRMLS fixes
Daniel Beulshausen [Tue, 14 Aug 2001 17:31:00 +0000 (17:31 +0000)]
TSRMLS fixes

23 years agoTSRMLS fixes
Daniel Beulshausen [Tue, 14 Aug 2001 17:16:19 +0000 (17:16 +0000)]
TSRMLS fixes

23 years agoTSRMLS fixes
Daniel Beulshausen [Tue, 14 Aug 2001 17:05:53 +0000 (17:05 +0000)]
TSRMLS fixes

23 years agoMFZE1
Zeev Suraski [Tue, 14 Aug 2001 15:24:20 +0000 (15:24 +0000)]
MFZE1

23 years agoMFZE1
Zeev Suraski [Tue, 14 Aug 2001 15:22:34 +0000 (15:22 +0000)]
MFZE1

23 years agofixed com_invoke retval
Harald Radi [Tue, 14 Aug 2001 13:38:36 +0000 (13:38 +0000)]
fixed com_invoke retval

23 years agoI'm sure you meant 'l' here, Sterling.
Andrei Zmievski [Tue, 14 Aug 2001 13:01:11 +0000 (13:01 +0000)]
I'm sure you meant 'l' here, Sterling.

23 years ago* updated test (currently passes only on my laptop, sorry...)
Stig Bakken [Tue, 14 Aug 2001 12:49:51 +0000 (12:49 +0000)]
* updated test (currently passes only on my laptop, sorry...)

23 years ago* added expectError() method
Stig Bakken [Tue, 14 Aug 2001 12:49:25 +0000 (12:49 +0000)]
* added expectError() method

23 years ago- Avoid using malloc()
Zeev Suraski [Tue, 14 Aug 2001 12:47:09 +0000 (12:47 +0000)]
- Avoid using malloc()
- Improve and fix leaks in the typelib constants registration mechanism

23 years agofixed bug in com_load_typelib
Harald Radi [Tue, 14 Aug 2001 11:50:16 +0000 (11:50 +0000)]
fixed bug in com_load_typelib

23 years ago@- Fixed a bug in dbase_get_record() and dbase_get_record_with_names().
foobar [Tue, 14 Aug 2001 11:07:18 +0000 (11:07 +0000)]
@- 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)

23 years agoWhitespace
Zeev Suraski [Tue, 14 Aug 2001 10:53:42 +0000 (10:53 +0000)]
Whitespace