]> granicus.if.org Git - php/log
php
23 years ago- Reapply netware patch
Andi Gutmans [Sat, 1 Jun 2002 10:27:51 +0000 (10:27 +0000)]
- Reapply netware patch

23 years agoPut Netware header and comment back in. My CVS revision id got messed
Rasmus Lerdorf [Sat, 1 Jun 2002 09:54:28 +0000 (09:54 +0000)]
Put Netware header and comment back in.  My CVS revision id got messed
up somehow.

23 years agoUpdate cracklib path and comment it out (thanks to Urs Gehrig for the hint)
Sander Roobol [Sat, 1 Jun 2002 09:53:07 +0000 (09:53 +0000)]
Update cracklib path and comment it out (thanks to Urs Gehrig for the hint)

23 years agoMakring function declarations match implementations (ZTS compilation)
Frank M. Kromann [Sat, 1 Jun 2002 05:45:25 +0000 (05:45 +0000)]
Makring function declarations match implementations (ZTS compilation)

23 years agoNEWS update
<changelog@php.net> [Sat, 1 Jun 2002 00:36:08 +0000 (00:36 +0000)]
NEWS update

23 years agoChangeLog update
<changelog@php.net> [Sat, 1 Jun 2002 00:33:31 +0000 (00:33 +0000)]
ChangeLog update

23 years agoOops
Rasmus Lerdorf [Fri, 31 May 2002 23:52:07 +0000 (23:52 +0000)]
Oops

23 years ago@ Renamed getallheaders() to apache_request_headers() and kept
Rasmus Lerdorf [Fri, 31 May 2002 23:49:49 +0000 (23:49 +0000)]
@ Renamed getallheaders() to apache_request_headers() and kept
@ getallheaders() as an alias to it.  Also added apache_response_headers()
@ which returns the current response headers from Apache.
Renamed getallheaders() to apache_request_headers() and kept
getallheaders() as an alias to it.  Also added apache_response_headers()
which returns the current response headers from Apache.

23 years agoFixed typo..
foobar [Fri, 31 May 2002 23:20:04 +0000 (23:20 +0000)]
Fixed typo..

23 years agofread already detects EOF
Tomas V.V.Cox [Fri, 31 May 2002 18:49:47 +0000 (18:49 +0000)]
fread already detects EOF

23 years agoBe able to handle strings as well as arrays in _multipleToStruct()
Tomas V.V.Cox [Fri, 31 May 2002 18:12:56 +0000 (18:12 +0000)]
Be able to handle strings as well as arrays in _multipleToStruct()

23 years ago- Make mkTemp() automatically removed temporary created files
Tomas V.V.Cox [Fri, 31 May 2002 17:47:19 +0000 (17:47 +0000)]
- Make mkTemp() automatically removed temporary created files
  or dirs at script shutdown time
- Remove unnecesarry PEAR inheritance
- Some PHPDoc fixes

23 years ago- Add zend_objects_API.* to dsp
Andi Gutmans [Fri, 31 May 2002 15:34:36 +0000 (15:34 +0000)]
- Add zend_objects_API.* to dsp

23 years ago- Fix build (one more coming up)
Andi Gutmans [Fri, 31 May 2002 15:34:12 +0000 (15:34 +0000)]
- Fix build (one more coming up)

23 years ago- Fix build
Andi Gutmans [Fri, 31 May 2002 14:32:19 +0000 (14:32 +0000)]
- Fix build

23 years agoAdd zend_objects_API.c to project.
Sebastian Bergmann [Fri, 31 May 2002 14:24:57 +0000 (14:24 +0000)]
Add zend_objects_API.c to project.

23 years agoChanged PHP_EXPORTS to DOMXML_EXPORTS as Edin Kadribasic suggested
Brad LaFountain [Fri, 31 May 2002 13:38:58 +0000 (13:38 +0000)]
Changed PHP_EXPORTS to DOMXML_EXPORTS as Edin Kadribasic suggested

23 years agoGeneralize object storage and reference bookkeeping
Stanislav Malyshev [Fri, 31 May 2002 12:09:19 +0000 (12:09 +0000)]
Generalize object storage and reference bookkeeping

23 years agoadded wez to the com extension
Harald Radi [Fri, 31 May 2002 10:06:19 +0000 (10:06 +0000)]
added wez to the com extension

23 years agoadded wez and ordered names alphabetically
Harald Radi [Fri, 31 May 2002 09:43:22 +0000 (09:43 +0000)]
added wez and ordered names alphabetically

23 years agoRemoved ugly code done as part of NetWare change, upon Andi's advice. Now, the typeca...
Venkat Raghavan S [Fri, 31 May 2002 09:07:12 +0000 (09:07 +0000)]
Removed ugly code done as part of NetWare change, upon Andi's advice. Now, the typecasting is done for all platforms.

23 years ago- Don't issue a notice when no file was uploaded
Derick Rethans [Fri, 31 May 2002 09:05:39 +0000 (09:05 +0000)]
- Don't issue a notice when no file was uploaded

23 years agoinitalize variable in domxml_doc_document_element()
Brad LaFountain [Fri, 31 May 2002 06:14:29 +0000 (06:14 +0000)]
initalize variable in domxml_doc_document_element()

23 years agodefined PHP_EXPORTS for exporting php_domobject_new()
Brad LaFountain [Fri, 31 May 2002 06:01:50 +0000 (06:01 +0000)]
defined PHP_EXPORTS for exporting php_domobject_new()

23 years agoadded the ability to use new keywork with domxmls objects "new DomDocument()"
Brad LaFountain [Fri, 31 May 2002 05:58:40 +0000 (05:58 +0000)]
added the ability to use new keywork with domxmls objects "new DomDocument()"
  instead of xmldoc. This also allows you to create nodes without having
  a whole document "new DomElement("foo")".

moved DOMXML_API_VERSION to php_domxml.h
exposed php_domobject_new for other extensions to use
removed some un-needed code

23 years agoNetWare related changes
Venkat Raghavan S [Fri, 31 May 2002 04:49:45 +0000 (04:49 +0000)]
NetWare related changes

23 years agoNetWare related additions / changes to build mod_php
Venkat Raghavan S [Fri, 31 May 2002 04:42:02 +0000 (04:42 +0000)]
NetWare related additions / changes to build mod_php

23 years agoNEWS update
<changelog@php.net> [Fri, 31 May 2002 00:24:41 +0000 (00:24 +0000)]
NEWS update

23 years agoChangeLog update
<changelog@php.net> [Fri, 31 May 2002 00:23:07 +0000 (00:23 +0000)]
ChangeLog update

23 years ago#forgot something
Harald Radi [Thu, 30 May 2002 23:17:48 +0000 (23:17 +0000)]
#forgot something

23 years ago@ Added missing AddRef() calls in the COM extension. This should
Harald Radi [Thu, 30 May 2002 23:07:23 +0000 (23:07 +0000)]
@ Added missing AddRef() calls in the COM extension. This should
@ fix weird behaviour (in particular with ADODB). (Harald)

# waah, this suxx

23 years agoAdd missing .cvsignore
Sander Roobol [Thu, 30 May 2002 14:47:00 +0000 (14:47 +0000)]
Add missing .cvsignore

23 years ago- Tell the user why his session doesn't work if he uses custom session_id()s.
Markus Fischer [Thu, 30 May 2002 11:41:37 +0000 (11:41 +0000)]
- Tell the user why his session doesn't work if he uses custom session_id()s.

23 years ago- Typo
Markus Fischer [Thu, 30 May 2002 10:24:52 +0000 (10:24 +0000)]
- Typo
# Zorflix!

23 years ago- Give some useful updates to Win32/Apache/PHP4 installation. Also mention
Markus Fischer [Thu, 30 May 2002 10:16:16 +0000 (10:16 +0000)]
- Give some useful updates to Win32/Apache/PHP4 installation. Also mention
  strace for advanced users.
# Probably a lot of spelling/grammar errors, feel free to correct, thx.

23 years agoFixes some dummy errors (again).
Den V. Tsopa [Thu, 30 May 2002 10:10:16 +0000 (10:10 +0000)]
Fixes some dummy errors (again).

23 years ago - add testcase for PEAR::delExpect()
Jan Lehnardt [Thu, 30 May 2002 09:39:52 +0000 (09:39 +0000)]
 - add testcase for PEAR::delExpect()

23 years agoNetWare changes
Venkat Raghavan S [Thu, 30 May 2002 08:52:21 +0000 (08:52 +0000)]
NetWare changes

23 years agoNetWare changes for ZE2
Venkat Raghavan S [Thu, 30 May 2002 08:50:33 +0000 (08:50 +0000)]
NetWare changes for ZE2

23 years agoThat macro is and always was hopelessly broken, which is why it's
Cliff Woolley [Thu, 30 May 2002 06:07:28 +0000 (06:07 +0000)]
That macro is and always was hopelessly broken, which is why it's
now deprecated.

23 years agoNEWS update
<changelog@php.net> [Thu, 30 May 2002 00:28:00 +0000 (00:28 +0000)]
NEWS update

23 years agoChangeLog update
<changelog@php.net> [Thu, 30 May 2002 00:24:32 +0000 (00:24 +0000)]
ChangeLog update

23 years ago - minor improvement of readability,
Jan Lehnardt [Wed, 29 May 2002 21:55:52 +0000 (21:55 +0000)]
 - minor improvement of readability,
#thanks richy ;)

23 years ago - added delExpect() API method. It allows to unset one or more expected
Jan Lehnardt [Wed, 29 May 2002 21:41:27 +0000 (21:41 +0000)]
 - added delExpect() API method. It allows to unset one or more expected
 - error codes.
 - requires _checkDelExpect() (private) which I added as well.
 - inspired by chregu (PHP-Deluxe, page 75)

23 years agoAdded GB2312 alias for CN-GB
Den V. Tsopa [Wed, 29 May 2002 09:15:28 +0000 (09:15 +0000)]
Added GB2312 alias for CN-GB

23 years agoChanges to build TSRM on NetWare
Venkat Raghavan S [Wed, 29 May 2002 08:41:21 +0000 (08:41 +0000)]
Changes to build TSRM on NetWare

23 years ago- Fix for bug #17503
Derick Rethans [Wed, 29 May 2002 08:40:43 +0000 (08:40 +0000)]
- Fix for bug #17503

23 years ago@Fixed some dummy errors. (dets)
Den V. Tsopa [Wed, 29 May 2002 08:33:23 +0000 (08:33 +0000)]
@Fixed some dummy errors. (dets)

23 years agoChange to build on NetWare: TSRM_CONFIG.H not required
Venkat Raghavan S [Wed, 29 May 2002 05:16:58 +0000 (05:16 +0000)]
Change to build on NetWare: TSRM_CONFIG.H not required

23 years agoChanges to build Zend on NetWare
Venkat Raghavan S [Wed, 29 May 2002 05:16:17 +0000 (05:16 +0000)]
Changes to build Zend on NetWare

23 years agoChangeLog update
<changelog@php.net> [Wed, 29 May 2002 00:26:35 +0000 (00:26 +0000)]
ChangeLog update

23 years agoFix a bug in case statement.
Andrei Zmievski [Tue, 28 May 2002 16:30:16 +0000 (16:30 +0000)]
Fix a bug in case statement.

23 years agoSDK directory path change
Venkat Raghavan S [Tue, 28 May 2002 09:25:57 +0000 (09:25 +0000)]
SDK directory path change

23 years agoBasic NetWare changes
Venkat Raghavan S [Tue, 28 May 2002 08:54:17 +0000 (08:54 +0000)]
Basic NetWare changes

23 years agoMakefiles and batch file required to build Zend and TSRM
Venkat Raghavan S [Tue, 28 May 2002 06:51:10 +0000 (06:51 +0000)]
Makefiles and batch file required to build Zend and TSRM

23 years ago*** empty log message ***
Venkat Raghavan S [Tue, 28 May 2002 05:33:08 +0000 (05:33 +0000)]
*** empty log message ***

23 years ago* 0.11 release coming up
Stig Bakken [Tue, 28 May 2002 01:22:41 +0000 (01:22 +0000)]
* 0.11 release coming up

23 years ago* drop package-info command (deprecated by "info")
Stig Bakken [Tue, 28 May 2002 01:21:47 +0000 (01:21 +0000)]
* drop package-info command (deprecated by "info")

23 years ago* update test
Stig Bakken [Tue, 28 May 2002 01:21:26 +0000 (01:21 +0000)]
* update test

23 years ago* update 0.11 release notes
Stig Bakken [Tue, 28 May 2002 01:01:43 +0000 (01:01 +0000)]
* update 0.11 release notes
* move build logic into PEAR_Builder

23 years ago* disable *&$^*#@ runtime ^@#*&$@ magical ^*!@@!! quoting
Stig Bakken [Tue, 28 May 2002 00:45:19 +0000 (00:45 +0000)]
* disable *&$^*#@ runtime ^@#*&$@ magical ^*!@@!! quoting

23 years ago* sync up
Stig Bakken [Tue, 28 May 2002 00:35:16 +0000 (00:35 +0000)]
* sync up

23 years ago* disable magic_quotes_runtime (what a broken concept!!) while
Stig Bakken [Tue, 28 May 2002 00:31:04 +0000 (00:31 +0000)]
* disable magic_quotes_runtime (what a broken concept!!) while
  reading config files

23 years agoChangeLog update
<changelog@php.net> [Tue, 28 May 2002 00:21:26 +0000 (00:21 +0000)]
ChangeLog update

23 years ago* fix some errors/warnings
Stig Bakken [Tue, 28 May 2002 00:11:41 +0000 (00:11 +0000)]
* fix some errors/warnings
* install data and test files now

23 years ago* added data_dir and test_dir
Stig Bakken [Tue, 28 May 2002 00:01:19 +0000 (00:01 +0000)]
* added data_dir and test_dir

23 years ago* moved the --without-pear compat defines to the right place
Stig Bakken [Mon, 27 May 2002 22:28:26 +0000 (22:28 +0000)]
* moved the --without-pear compat defines to the right place

23 years ago* change root for documentation files to <peardir>/docs
Stig Bakken [Mon, 27 May 2002 22:27:40 +0000 (22:27 +0000)]
* change root for documentation files to <peardir>/docs

23 years ago* treat umask as octal in "config-set" command
Stig Bakken [Mon, 27 May 2002 21:59:19 +0000 (21:59 +0000)]
* treat umask as octal in "config-set" command

23 years ago* use new Archive_Tar gzip autodetection
Stig Bakken [Mon, 27 May 2002 21:36:28 +0000 (21:36 +0000)]
* use new Archive_Tar gzip autodetection

23 years ago* prepare 0.9 release
Stig Bakken [Mon, 27 May 2002 20:57:01 +0000 (20:57 +0000)]
* prepare 0.9 release

23 years ago* fixed a bug in PEAR_Config::set() that broke validation of "set" parameters
Stig Bakken [Mon, 27 May 2002 19:37:17 +0000 (19:37 +0000)]
* fixed a bug in PEAR_Config::set() that broke validation of "set" parameters

23 years ago* better gzip detection (magic cookie)
Stig Bakken [Mon, 27 May 2002 19:28:09 +0000 (19:28 +0000)]
* better gzip detection (magic cookie)

23 years ago- Hope this is the last commit in the series. Make sure that the .h file
Andi Gutmans [Mon, 27 May 2002 14:47:03 +0000 (14:47 +0000)]
- Hope this is the last commit in the series. Make sure that the .h file
- also goes into ext/standard. I'm not sure how 4.2.1 was built with these
- broken files

23 years ago- One more try.
Andi Gutmans [Mon, 27 May 2002 14:07:41 +0000 (14:07 +0000)]
- One more try.

23 years ago- Isn't Makefile.frag being called? (Weird)
Andi Gutmans [Mon, 27 May 2002 14:01:10 +0000 (14:01 +0000)]
- Isn't Makefile.frag being called? (Weird)

23 years ago- Be a bit more verbose
Andi Gutmans [Mon, 27 May 2002 13:36:43 +0000 (13:36 +0000)]
- Be a bit more verbose

23 years agomoved to PECL
Hartmut Holzgraefe [Mon, 27 May 2002 13:14:02 +0000 (13:14 +0000)]
moved to PECL

23 years ago* fixes for php without zlib
Stig Bakken [Mon, 27 May 2002 12:45:03 +0000 (12:45 +0000)]
* fixes for php without zlib

23 years ago* make Archive_Tar auto-detect whether zlib is needed based on file
Stig Bakken [Mon, 27 May 2002 11:59:09 +0000 (11:59 +0000)]
* make Archive_Tar auto-detect whether zlib is needed based on file
  extension (.tar -> no zlib)

23 years ago- Small update
Andi Gutmans [Mon, 27 May 2002 05:48:01 +0000 (05:48 +0000)]
- Small update

23 years ago* update version
Stig Bakken [Mon, 27 May 2002 01:22:59 +0000 (01:22 +0000)]
* update version

23 years ago* first shot at "pear build" command for building extensions from C code
Stig Bakken [Mon, 27 May 2002 01:20:10 +0000 (01:20 +0000)]
* first shot at "pear build" command for building extensions from C code

23 years agoNEWS update
<changelog@php.net> [Mon, 27 May 2002 00:24:21 +0000 (00:24 +0000)]
NEWS update

23 years agoChangeLog update
<changelog@php.net> [Mon, 27 May 2002 00:23:53 +0000 (00:23 +0000)]
ChangeLog update

23 years ago* "info" command
Stig Bakken [Mon, 27 May 2002 00:22:01 +0000 (00:22 +0000)]
* "info" command

23 years ago* added config-help command
Stig Bakken [Mon, 27 May 2002 00:21:36 +0000 (00:21 +0000)]
* added config-help command

23 years ago* drop "any" as a valid preferred_state
Stig Bakken [Mon, 27 May 2002 00:20:03 +0000 (00:20 +0000)]
* drop "any" as a valid preferred_state

23 years ago* more verbose docs for "verbose" :)
Stig Bakken [Mon, 27 May 2002 00:16:40 +0000 (00:16 +0000)]
* more verbose docs for "verbose" :)

23 years ago* un-indent description too
Stig Bakken [Sun, 26 May 2002 23:38:22 +0000 (23:38 +0000)]
* un-indent description too

23 years ago* try being smart about de-indenting release notes from the xml
Stig Bakken [Sun, 26 May 2002 23:33:01 +0000 (23:33 +0000)]
* try being smart about de-indenting release notes from the xml

23 years ago* PEAR_Frontend_Web is coming!
Stig Bakken [Sun, 26 May 2002 22:11:17 +0000 (22:11 +0000)]
* PEAR_Frontend_Web is coming!

23 years ago- Small fix
Andi Gutmans [Sun, 26 May 2002 21:26:38 +0000 (21:26 +0000)]
- Small fix

23 years ago- Update genfiles for new build system
Andi Gutmans [Sun, 26 May 2002 21:05:38 +0000 (21:05 +0000)]
- Update genfiles for new build system

23 years agoAdded "pear -V" (show version information)
Tomas V.V.Cox [Sun, 26 May 2002 19:42:13 +0000 (19:42 +0000)]
Added "pear -V" (show version information)

23 years ago* another help fix
Stig Bakken [Sun, 26 May 2002 19:19:34 +0000 (19:19 +0000)]
* another help fix

23 years ago- Add empty zend_multibyte.c to allow build with 4.3.0-dev.
Andi Gutmans [Sun, 26 May 2002 19:17:49 +0000 (19:17 +0000)]
- Add empty zend_multibyte.c to allow build with 4.3.0-dev.

23 years agoMake the error handling work again since the new internal command
Tomas V.V.Cox [Sun, 26 May 2002 19:08:21 +0000 (19:08 +0000)]
Make the error handling work again since the new internal command
structure

23 years ago* Add /me has helper.
Martin Jansen [Sun, 26 May 2002 18:06:04 +0000 (18:06 +0000)]
* Add /me has helper.

23 years ago* bold column headings
Stig Bakken [Sun, 26 May 2002 17:48:40 +0000 (17:48 +0000)]
* bold column headings