]> granicus.if.org Git - php/log
php
24 years agoDuplicate property value, otherwise parser would free it and we're in bad shape.
Stanislav Malyshev [Mon, 8 Jan 2001 20:10:16 +0000 (20:10 +0000)]
Duplicate property value, otherwise parser would free it and we're in bad shape.

24 years agoFix undefind filehandle type on INI parsing.
Stanislav Malyshev [Mon, 8 Jan 2001 19:45:12 +0000 (19:45 +0000)]
Fix undefind filehandle type on INI parsing.

24 years agoCorrected some protos.
Egon Schmid [Mon, 8 Jan 2001 18:31:59 +0000 (18:31 +0000)]
Corrected some protos.

24 years agoAdded ldap_rename(). Currently requires API with ldap_rename().
Stig Venaas [Mon, 8 Jan 2001 18:13:08 +0000 (18:13 +0000)]
Added ldap_rename(). Currently requires API with ldap_rename().
@- Added ldap_rename() function (Stig Venaas)

24 years ago*** empty log message ***
Stig Venaas [Mon, 8 Jan 2001 17:18:56 +0000 (17:18 +0000)]
*** empty log message ***

24 years agoUse platform's dir separator
Stanislav Malyshev [Mon, 8 Jan 2001 16:39:39 +0000 (16:39 +0000)]
Use platform's dir separator

24 years agoTest ACL commit
Rasmus Lerdorf [Mon, 8 Jan 2001 05:20:55 +0000 (05:20 +0000)]
Test ACL commit

24 years ago* display a notice when downloading
Stig Bakken [Mon, 8 Jan 2001 02:54:35 +0000 (02:54 +0000)]
* display a notice when downloading

24 years ago* no need for this test file anymore
Stig Bakken [Mon, 8 Jan 2001 02:48:35 +0000 (02:48 +0000)]
* no need for this test file anymore

24 years ago* updated DB status
Stig Bakken [Mon, 8 Jan 2001 02:45:30 +0000 (02:45 +0000)]
* updated DB status
* updated the "pear" script, it can install basic packages now

24 years agoadded iconv_set_encoding() to change the encoding setting.
Rui Hirokawa [Mon, 8 Jan 2001 02:39:52 +0000 (02:39 +0000)]
added iconv_set_encoding() to change the encoding setting.

24 years agoChangeLog update
<changelog@php.net> [Mon, 8 Jan 2001 02:09:15 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 8 Jan 2001 02:09:09 +0000 (02:09 +0000)]
NEWS update

24 years agoadded a output handler function ob_iconv_handler which tranforms output encoding...
Rui Hirokawa [Mon, 8 Jan 2001 01:40:33 +0000 (01:40 +0000)]
added a output handler function ob_iconv_handler which tranforms output encoding using iconv().

24 years agoignore blank lines
Shane Caraveo [Mon, 8 Jan 2001 01:14:49 +0000 (01:14 +0000)]
ignore blank lines

24 years agomy mistake...freed in a different function.
Shane Caraveo [Mon, 8 Jan 2001 00:35:05 +0000 (00:35 +0000)]
my mistake...freed in a different function.

24 years agobe sure to unlock that mutex before returning!
Shane Caraveo [Mon, 8 Jan 2001 00:32:18 +0000 (00:32 +0000)]
be sure to unlock that mutex before returning!

24 years agoadd notes on this program
Shane Caraveo [Mon, 8 Jan 2001 00:10:06 +0000 (00:10 +0000)]
add notes on this program

24 years agostresstest is based on cgiwrap. it can be used to debug php4isapi.dll without
Shane Caraveo [Sun, 7 Jan 2001 23:52:18 +0000 (23:52 +0000)]
stresstest is based on cgiwrap.  it can be used to debug php4isapi.dll without
the use of an actual web server.

24 years agodefine flag to turn off exception handling
Shane Caraveo [Sun, 7 Jan 2001 23:45:24 +0000 (23:45 +0000)]
define flag to turn off exception handling

24 years agoAdded OpenSSL
Stig Venaas [Sun, 7 Jan 2001 21:35:20 +0000 (21:35 +0000)]
Added OpenSSL

24 years agoChanged OpenSSL requirements from 0.9.6 to 0.9.5
Stig Venaas [Sun, 7 Jan 2001 21:21:12 +0000 (21:21 +0000)]
Changed OpenSSL requirements from 0.9.6 to 0.9.5

24 years agoMinor changes to LDAP_OPT constants, and added support for controls to
Stig Venaas [Sun, 7 Jan 2001 21:18:02 +0000 (21:18 +0000)]
Minor changes to LDAP_OPT constants, and added support for controls to
ldap_set_option.
@- Made ldap_set_option() support controls (Stig Venaas)

24 years agoFix mismatch in return values
Zeev Suraski [Sun, 7 Jan 2001 19:04:02 +0000 (19:04 +0000)]
Fix mismatch in return values

24 years agoFix possible startup crash
Zeev Suraski [Sun, 7 Jan 2001 18:56:40 +0000 (18:56 +0000)]
Fix possible startup crash

24 years agoFix CGI build
Zeev Suraski [Sun, 7 Jan 2001 18:56:24 +0000 (18:56 +0000)]
Fix CGI build

24 years ago- Remove backward dependency from PHP -> Zend
Zeev Suraski [Sun, 7 Jan 2001 18:39:11 +0000 (18:39 +0000)]
- Remove backward dependency from PHP -> Zend
- Rename get_ini_entry() as get_configuration_directive() for clarity
  (it doesn't use the INI subsystem, but the module-supplied function for
  retrieving configuration directives)

24 years agoChange get_ini_entry to get_configuration_directive
Zeev Suraski [Sun, 7 Jan 2001 18:38:38 +0000 (18:38 +0000)]
Change get_ini_entry to get_configuration_directive

24 years agoRemove -S option on all bison calls
Zeev Suraski [Sun, 7 Jan 2001 18:31:55 +0000 (18:31 +0000)]
Remove -S option on all bison calls

24 years agoAdd Release_TSDbg to TSRM as well
Zeev Suraski [Sun, 7 Jan 2001 18:28:03 +0000 (18:28 +0000)]
Add Release_TSDbg to TSRM as well

24 years ago- Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsd
Derick Rethans [Sun, 7 Jan 2001 17:22:17 +0000 (17:22 +0000)]
- Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsd

24 years agoAdded LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like
Stig Venaas [Sun, 7 Jan 2001 13:03:11 +0000 (13:03 +0000)]
Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like
LDAP_SIZELIMIT_EXCEEDED and returns referral results.
Added new functions ldap_parse_result(), ldap_first_reference(),
ldap_next_reference() and ldap_parse_reference() that among other things
make referrals and search references accessible.
@- Changed ldap_search() and added functions ldap_parse_result(),
@  ldap_first_reference(), ldap_next_reference() and ldap_parse_reference()
@  to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)

24 years agoFix ZTS build which was broken by the last commit
Sascha Schumann [Sun, 7 Jan 2001 12:22:50 +0000 (12:22 +0000)]
Fix ZTS build which was broken by the last commit

24 years agofix small leak in ociexecute()
Thies C. Arntzen [Sun, 7 Jan 2001 11:43:07 +0000 (11:43 +0000)]
fix small leak in ociexecute()
fixes: #8573
submitted by: tcarroll@chc-chimes.com

24 years agoMade OpenSSL extension work with 0.9.5 and changed version check to 0.9.5
Stig Venaas [Sun, 7 Jan 2001 11:36:15 +0000 (11:36 +0000)]
Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5

24 years agoUse MAKE_STD_ZVAL/FREE_ZVAL to handle zval memory allocation.
Sascha Schumann [Sun, 7 Jan 2001 10:42:15 +0000 (10:42 +0000)]
Use MAKE_STD_ZVAL/FREE_ZVAL to handle zval memory allocation.

24 years agoAdd a new test and refine the fourth test
Sascha Schumann [Sun, 7 Jan 2001 10:40:41 +0000 (10:40 +0000)]
Add a new test and refine the fourth test

24 years agoUse zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair.
Sascha Schumann [Sun, 7 Jan 2001 10:32:06 +0000 (10:32 +0000)]
Use zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair.

Submitted by: Andi Gutmans

24 years agoFixed bug: 8478
foobar [Sun, 7 Jan 2001 09:22:53 +0000 (09:22 +0000)]
Fixed bug: 8478

24 years agoimap_user and imap_password were freed too early.
foobar [Sun, 7 Jan 2001 07:47:46 +0000 (07:47 +0000)]
imap_user and imap_password were freed too early.
PR: 8424

24 years agoFix typo. This one was my fault, anyway.
Jon Parise [Sun, 7 Jan 2001 05:24:21 +0000 (05:24 +0000)]
Fix typo.  This one was my fault, anyway.

24 years agolist the correct modeline for vi.
Chuck Hagenbuch [Sun, 7 Jan 2001 04:39:27 +0000 (04:39 +0000)]
list the correct modeline for vi.

24 years agoFix possibility of a crash during startup (very unlikely, but possible)
Zeev Suraski [Sun, 7 Jan 2001 02:47:32 +0000 (02:47 +0000)]
Fix possibility of a crash during startup (very unlikely, but possible)

24 years agoChangeLog update
<changelog@php.net> [Sun, 7 Jan 2001 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

24 years agoRemove -S
Zeev Suraski [Sat, 6 Jan 2001 20:11:22 +0000 (20:11 +0000)]
Remove -S

24 years ago- This slipped in by mistake.
Andi Gutmans [Sat, 6 Jan 2001 09:56:36 +0000 (09:56 +0000)]
- This slipped in by mistake.

24 years agofixed option name mismatch.
Rui Hirokawa [Sat, 6 Jan 2001 08:38:07 +0000 (08:38 +0000)]
fixed option name mismatch.

24 years agolinked with libexpat. it's necessary to use sablot-0.50. added xslt_set_encoding...
Rui Hirokawa [Sat, 6 Jan 2001 08:37:00 +0000 (08:37 +0000)]
linked with libexpat. it's necessary to use sablot-0.50. added xslt_set_encoding() function.

24 years agoChangeLog update
<changelog@php.net> [Sat, 6 Jan 2001 02:09:11 +0000 (02:09 +0000)]
ChangeLog update

24 years agoAdding hack to allow odbc_tables to work on Access databases
Frank M. Kromann [Fri, 5 Jan 2001 22:01:22 +0000 (22:01 +0000)]
Adding hack to allow odbc_tables to work on Access databases

24 years agoadd File/Passwd.php to the install rules, and change the class name to
Chuck Hagenbuch [Fri, 5 Jan 2001 20:05:27 +0000 (20:05 +0000)]
add File/Passwd.php to the install rules, and change the class name to
File_Passwd to match our standard.

24 years agorevert Jon's patch, leaving only the correct one.
Chuck Hagenbuch [Fri, 5 Jan 2001 20:03:01 +0000 (20:03 +0000)]
revert Jon's patch, leaving only the correct one.

24 years ago$from_arr is a two-dimensional array here. Treat it as such.
Jon Parise [Fri, 5 Jan 2001 19:59:00 +0000 (19:59 +0000)]
$from_arr is a two-dimensional array here.  Treat it as such.

Submitted by: Max Kalika <max@the-triumvirate.net>

24 years agomake sure we get back a flat array from parseAddressList().
Chuck Hagenbuch [Fri, 5 Jan 2001 19:53:01 +0000 (19:53 +0000)]
make sure we get back a flat array from parseAddressList().

24 years agoFix the substitution of PEAR_INSTALLDIR. (@PEAR_INSTALLDIR@ in pear/PEAR.php.in)
Jon Parise [Fri, 5 Jan 2001 18:37:01 +0000 (18:37 +0000)]
Fix the substitution of PEAR_INSTALLDIR. (@PEAR_INSTALLDIR@ in pear/PEAR.php.in)

24 years agoremove stupid ifdef's
Daniel Beulshausen [Fri, 5 Jan 2001 18:09:43 +0000 (18:09 +0000)]
remove stupid ifdef's

24 years agofinally remove -S option from bison
Daniel Beulshausen [Fri, 5 Jan 2001 18:06:24 +0000 (18:06 +0000)]
finally remove -S option from bison
# bison.simple should be stored in the same folder or
# set the 'bison_simple' variable which points to the file

24 years agofixed date not allocating enough buffer, bug 7963
Daniel Beulshausen [Fri, 5 Jan 2001 17:34:47 +0000 (17:34 +0000)]
fixed date not allocating enough buffer, bug 7963

24 years agoinclude config.w32.h under win32
Daniel Beulshausen [Fri, 5 Jan 2001 17:07:02 +0000 (17:07 +0000)]
include config.w32.h under win32

24 years agomake threaded apache module build again
Daniel Beulshausen [Fri, 5 Jan 2001 17:00:07 +0000 (17:00 +0000)]
make threaded apache module build again

24 years agoMerge in some ZEND_API additions from Daniel Beulshausen (needed for the
Zeev Suraski [Fri, 5 Jan 2001 15:01:15 +0000 (15:01 +0000)]
Merge in some ZEND_API additions from Daniel Beulshausen (needed for the
Win32 Apache module)

24 years ago- Get rid of C++ comments
Andi Gutmans [Fri, 5 Jan 2001 14:34:15 +0000 (14:34 +0000)]
- Get rid of C++ comments

24 years ago- fixed potential segmfault in xmldoc() and xmldocfile()
Uwe Steinmann [Fri, 5 Jan 2001 14:11:19 +0000 (14:11 +0000)]
- fixed potential segmfault in xmldoc() and xmldocfile()

24 years agoAdded missing ieeefp.h. (This is needed e.g. by nsapi on some systems)
foobar [Fri, 5 Jan 2001 11:07:52 +0000 (11:07 +0000)]
Added missing ieeefp.h. (This is needed e.g. by nsapi on some systems)

24 years agoadded libxml-1.95 support and some new functions related to namespace support. change...
Rui Hirokawa [Fri, 5 Jan 2001 06:36:51 +0000 (06:36 +0000)]
added libxml-1.95 support and some new functions related to namespace support. changed config.m4 to support xml extension as shared module.

24 years agoinitial coding standards doc for all to argue over.
Chuck Hagenbuch [Fri, 5 Jan 2001 05:46:59 +0000 (05:46 +0000)]
initial coding standards doc for all to argue over.

24 years agoChangeLog update
<changelog@php.net> [Fri, 5 Jan 2001 02:09:11 +0000 (02:09 +0000)]
ChangeLog update

24 years agoFixing wrong return value when executing statements not returning a record set.
Frank M. Kromann [Thu, 4 Jan 2001 17:29:50 +0000 (17:29 +0000)]
Fixing wrong return value when executing statements not returning a record set.

24 years agofix the Log::factory() method to assume that the Log stuff is in the
Chuck Hagenbuch [Thu, 4 Jan 2001 15:56:05 +0000 (15:56 +0000)]
fix the Log::factory() method to assume that the Log stuff is in the
include_path (like all of PEAR does).

24 years agoAdded credits.
Jan Borsodi [Thu, 4 Jan 2001 12:35:48 +0000 (12:35 +0000)]
Added credits.

24 years agoRemoved some stupid header text.
Jan Borsodi [Thu, 4 Jan 2001 12:30:20 +0000 (12:30 +0000)]
Removed some stupid header text.
Implemented functions for returning the error string and starting and stopping the message handler.
Added comments for all functions.

24 years agoRemoved some stupid header text.
Jan Borsodi [Thu, 4 Jan 2001 12:29:08 +0000 (12:29 +0000)]
Removed some stupid header text.
Added a new struct for handling error logs and Qt Message Handler handles.
Added functions for returning the error string and starting and stopping the message handler.

24 years agoNew function qdom_error which returns the error text from the last qdom operation...
Jan Borsodi [Thu, 4 Jan 2001 12:27:39 +0000 (12:27 +0000)]
New function qdom_error which returns the error text from the last qdom operation, or FALSE if none occured.
Fixed the documentation for the qdom_tree function.
Added init and shutdown code for some global variables.
Added code for starting and stopping the Qt Message Handler in qdom_tree.

24 years agoNew function qdom_error which returns the error text from the last qdom operation...
Jan Borsodi [Thu, 4 Jan 2001 12:26:22 +0000 (12:26 +0000)]
New function qdom_error which returns the error text from the last qdom operation, or FALSE if none occured.

24 years agoChanging my email address...
Jouni Ahto [Thu, 4 Jan 2001 11:15:35 +0000 (11:15 +0000)]
Changing my email address...

24 years ago- Make plist_destructor work like list_destructor to allow it to call
Andi Gutmans [Thu, 4 Jan 2001 06:20:26 +0000 (06:20 +0000)]
- Make plist_destructor work like list_destructor to allow it to call
  extended destructors.

24 years agoChangeLog update
<changelog@php.net> [Thu, 4 Jan 2001 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

24 years agoFix another case of possible line number corruption
Zeev Suraski [Wed, 3 Jan 2001 23:00:01 +0000 (23:00 +0000)]
Fix another case of possible line number corruption

24 years agoFix last couple of problematic execution paths that could corrupt the INI values
Zeev Suraski [Wed, 3 Jan 2001 22:45:11 +0000 (22:45 +0000)]
Fix last couple of problematic execution paths that could corrupt the INI values

24 years agoMail.php: use the Mail_rfc822:: class to parse addresses. There is a small
Chuck Hagenbuch [Wed, 3 Jan 2001 18:24:20 +0000 (18:24 +0000)]
Mail.php: use the Mail_rfc822:: class to parse addresses. There is a small
performance penalty, but it handles rfc822 groups, which
imap_rfc822_parse_adrlist doesn't.

rfc822.php: Style fixes, some small tweaks/optimizations, and work around a
bit of object weirdness that caused the test for $this (to see if we were
being called statically) to not be sufficient.

24 years agoAdded better checking for OpenSSL's libraries. Now configure stops
foobar [Wed, 3 Jan 2001 18:12:06 +0000 (18:12 +0000)]
Added better checking for OpenSSL's libraries. Now configure stops
if the libs aren't found.
# bug report #8365

24 years agoMake socket support compile under Solaris 8 with the Sun WorkShop compiler.
Jon Parise [Wed, 3 Jan 2001 18:06:10 +0000 (18:06 +0000)]
Make socket support compile under Solaris 8 with the Sun WorkShop compiler.

PR: 8468

24 years agoI missed this function..
foobar [Wed, 3 Jan 2001 16:53:00 +0000 (16:53 +0000)]
I missed this function..

24 years agoFix pr #8305.
foobar [Wed, 3 Jan 2001 16:07:55 +0000 (16:07 +0000)]
Fix pr #8305.

24 years agoTrying to bring pdf extension a bit more up to date.
foobar [Wed, 3 Jan 2001 16:05:45 +0000 (16:05 +0000)]
Trying to bring pdf extension a bit more up to date.

24 years agofix filepath handling
Daniel Beulshausen [Wed, 3 Jan 2001 15:50:20 +0000 (15:50 +0000)]
fix filepath handling

24 years agoadd Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules.
Chuck Hagenbuch [Wed, 3 Jan 2001 15:13:29 +0000 (15:13 +0000)]
add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules.

24 years agoFix Apache module and remove excess elements from the SAPI structure
Zeev Suraski [Wed, 3 Jan 2001 11:56:00 +0000 (11:56 +0000)]
Fix Apache module and remove excess elements from the SAPI structure

24 years agofix bug 8341 & 8394
Daniel Beulshausen [Wed, 3 Jan 2001 11:41:31 +0000 (11:41 +0000)]
fix bug 8341 & 8394

24 years agoFix compile.
foobar [Wed, 3 Jan 2001 11:39:09 +0000 (11:39 +0000)]
Fix compile.

24 years agoFix #8486 (name= without quotes in MIME Content-Disposition header)
Stanislav Malyshev [Wed, 3 Jan 2001 10:52:26 +0000 (10:52 +0000)]
Fix #8486 (name= without quotes in MIME Content-Disposition header)
Ported fix by kk/sas from PHP 3

24 years agoCommit missing declaration
Zeev Suraski [Wed, 3 Jan 2001 08:35:23 +0000 (08:35 +0000)]
Commit missing declaration

24 years agoadd allan@lodestone.co.za's Date_Human calculator class.
Chuck Hagenbuch [Wed, 3 Jan 2001 05:14:39 +0000 (05:14 +0000)]
add allan@lodestone.co.za's Date_Human calculator class.

24 years agohere's an initial version of Richard Heyes' rfc822 email address parser.
Chuck Hagenbuch [Wed, 3 Jan 2001 05:10:42 +0000 (05:10 +0000)]
here's an initial version of Richard Heyes' rfc822 email address parser.

24 years agoChangeLog update
<changelog@php.net> [Wed, 3 Jan 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 3 Jan 2001 02:09:13 +0000 (02:09 +0000)]
NEWS update

24 years agoImport COM patch from Harald Radi <h.radi@nme.at>
Zeev Suraski [Tue, 2 Jan 2001 23:08:20 +0000 (23:08 +0000)]
Import COM patch from Harald Radi <h.radi@nme.at>
The new code should allow for better international support.

24 years agoMany patches. I hope I remember them all:
Zeev Suraski [Tue, 2 Jan 2001 22:49:31 +0000 (22:49 +0000)]
Many patches.  I hope I remember them all:

- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
  real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
  variables and read necessary variables at most once.

24 years agoI think the order is wrong, switched order of ssl and crypto libs
Stig Venaas [Tue, 2 Jan 2001 22:40:03 +0000 (22:40 +0000)]
I think the order is wrong, switched order of ssl and crypto libs

24 years agoMake this comment readable.
Jon Parise [Tue, 2 Jan 2001 21:37:21 +0000 (21:37 +0000)]
Make this comment readable.