]> granicus.if.org Git - php/log
php
25 years ago- Save a function call one very hash_add
Andi Gutmans [Sun, 13 Feb 2000 13:31:29 +0000 (13:31 +0000)]
- Save a function call one very hash_add

25 years ago- Improve startup speed a bit by using the hash_*_ptr() functions
Andi Gutmans [Sun, 13 Feb 2000 13:25:01 +0000 (13:25 +0000)]
- Improve startup speed a bit by using the hash_*_ptr() functions

25 years ago- Make startup a bit faster by changing some hash_update()'s and hash_add()'s
Andi Gutmans [Sun, 13 Feb 2000 13:22:02 +0000 (13:22 +0000)]
- Make startup a bit faster by changing some hash_update()'s and hash_add()'s
  to hash_update_ptr()/hash_add_ptr()

25 years ago- Fix a couple of potential bugs where we were using emalloc/efree instead
Andi Gutmans [Sun, 13 Feb 2000 12:45:36 +0000 (12:45 +0000)]
- Fix a couple of potential bugs where we were using emalloc/efree instead
  of pemalloc/pefree.
- Fix a bug were we potentially would be freeing the key by mistake

25 years ago- PHP_WIN32
Danny Heijl [Sun, 13 Feb 2000 11:24:14 +0000 (11:24 +0000)]
- PHP_WIN32

25 years agoReport access violations
Zeev Suraski [Sun, 13 Feb 2000 01:24:51 +0000 (01:24 +0000)]
Report access violations

25 years ago*** empty log message ***
Zeev Suraski [Sun, 13 Feb 2000 01:22:11 +0000 (01:22 +0000)]
*** empty log message ***

25 years agoMake all of the ISAPI variables register themselves as Server variables
Zeev Suraski [Sun, 13 Feb 2000 01:14:45 +0000 (01:14 +0000)]
Make all of the ISAPI variables register themselves as Server variables

25 years agoMake (array) false == array() and not array(false)
Zeev Suraski [Sun, 13 Feb 2000 00:52:33 +0000 (00:52 +0000)]
Make (array) false == array() and not array(false)

25 years agoTrap bailout of shutdown functions
Zeev Suraski [Sun, 13 Feb 2000 00:26:54 +0000 (00:26 +0000)]
Trap bailout of shutdown functions

25 years ago- Update the C file to use PHP_WIN32
Andi Gutmans [Sat, 12 Feb 2000 19:47:49 +0000 (19:47 +0000)]
- Update the C file to use PHP_WIN32

25 years ago- Update the project file with the Win32 defines.
Andi Gutmans [Sat, 12 Feb 2000 19:46:45 +0000 (19:46 +0000)]
- Update the project file with the Win32 defines.

25 years agohaving HTTP_UPLOAD_FILES[] seems logical to me
Thies C. Arntzen [Sat, 12 Feb 2000 18:03:09 +0000 (18:03 +0000)]
having HTTP_UPLOAD_FILES[] seems logical to me

25 years ago@- Workaround for bogus POST-Data from IE/Mac. (Thies)
Thies C. Arntzen [Sat, 12 Feb 2000 17:37:11 +0000 (17:37 +0000)]
@- Workaround for bogus POST-Data from IE/Mac. (Thies)
@  Patch by Alain Malek <alain@virtua.ch>
fix #2944

25 years ago- Support wddx by default on Windows
Andi Gutmans [Sat, 12 Feb 2000 15:47:51 +0000 (15:47 +0000)]
- Support wddx by default on Windows

25 years ago$ext_src_base is the source dir of the extension
Sascha Schumann [Sat, 12 Feb 2000 15:13:44 +0000 (15:13 +0000)]
$ext_src_base is the source dir of the extension

25 years agoTell expat the byte order
Sascha Schumann [Sat, 12 Feb 2000 15:08:32 +0000 (15:08 +0000)]
Tell expat the byte order

25 years agoNever use Apache regex stuff
Sascha Schumann [Sat, 12 Feb 2000 14:48:09 +0000 (14:48 +0000)]
Never use Apache regex stuff

25 years ago#if WIN.* => #ifdef PHP_WIN32
Sascha Schumann [Sat, 12 Feb 2000 14:38:31 +0000 (14:38 +0000)]
#if WIN.*   => #ifdef PHP_WIN32
#if !(WIN.* => #ifndef PHP_WIN32

25 years agoUse bundled expat library on UNIX. Note: Need to fix --enable-xml=shared
Sascha Schumann [Sat, 12 Feb 2000 14:28:49 +0000 (14:28 +0000)]
Use bundled expat library on UNIX. Note: Need to fix --enable-xml=shared

25 years ago- Fix the Release_inline part.
Andi Gutmans [Sat, 12 Feb 2000 11:41:19 +0000 (11:41 +0000)]
- Fix the Release_inline part.

25 years agoon WIN32, PHP_WIN32 and ZEND_WIN32 need to be defined
Sam Ruby [Fri, 11 Feb 2000 23:50:01 +0000 (23:50 +0000)]
on WIN32, PHP_WIN32 and ZEND_WIN32 need to be defined

25 years ago(request_shutdown) Prevent infinite loop on shutdown if there is an error
Andrei Zmievski [Fri, 11 Feb 2000 21:14:42 +0000 (21:14 +0000)]
(request_shutdown) Prevent infinite loop on shutdown if there is an error
                   in shutdown function.
(php_array_walk) Print a warning if the walk function doesn't exist.

Split shutdown function call into a separate function that's called with
zend_hash_apply() instead of as destructor to keep hash consistent.

This fixes bug #3419.

25 years agoMade a couple of typedefs for zend_hash_apply_*() calls.
Andrei Zmievski [Fri, 11 Feb 2000 21:12:49 +0000 (21:12 +0000)]
Made a couple of typedefs for zend_hash_apply_*() calls.

25 years agoFix prototype.
Andrei Zmievski [Fri, 11 Feb 2000 19:19:06 +0000 (19:19 +0000)]
Fix prototype.

25 years agobacked out some stuff that got committed by accident & broke things:(!
Thies C. Arntzen [Fri, 11 Feb 2000 19:17:57 +0000 (19:17 +0000)]
backed out some stuff that got committed by accident & broke things:(!
uwe: please read twice what you are commiting!

25 years ago(PHP passthru) Shouldn't return anything.
Andrei Zmievski [Fri, 11 Feb 2000 19:16:36 +0000 (19:16 +0000)]
(PHP passthru) Shouldn't return anything.
This fixes bugs #3428 and #3430.

25 years agorequest_info.h is gone.
Andrei Zmievski [Fri, 11 Feb 2000 19:02:07 +0000 (19:02 +0000)]
request_info.h is gone.

25 years agoUpdate .dsp's
Zeev Suraski [Fri, 11 Feb 2000 16:28:50 +0000 (16:28 +0000)]
Update .dsp's

25 years agoFine tune Andi's patch
Zeev Suraski [Fri, 11 Feb 2000 15:59:30 +0000 (15:59 +0000)]
Fine tune Andi's patch

25 years agoDefine phpext_oracle_ptr properly.
Andrei Zmievski [Fri, 11 Feb 2000 15:34:11 +0000 (15:34 +0000)]
Define phpext_oracle_ptr properly.

25 years agoMore cosmetic things
Sascha Schumann [Fri, 11 Feb 2000 13:41:30 +0000 (13:41 +0000)]
More cosmetic things

25 years agoKill warnings
Sascha Schumann [Fri, 11 Feb 2000 13:25:26 +0000 (13:25 +0000)]
Kill warnings

25 years agoSome style(9) cosmetics
Sascha Schumann [Fri, 11 Feb 2000 12:59:08 +0000 (12:59 +0000)]
Some style(9) cosmetics

25 years ago- Baby steps with PHP_WIN32 :)
Andi Gutmans [Fri, 11 Feb 2000 12:56:54 +0000 (12:56 +0000)]
- Baby steps with PHP_WIN32 :)

25 years agoAvoid the 'unexpected end of file' error.
Andrei Zmievski [Thu, 10 Feb 2000 22:19:02 +0000 (22:19 +0000)]
Avoid the 'unexpected end of file' error.

25 years ago- A few more
Andi Gutmans [Thu, 10 Feb 2000 22:00:52 +0000 (22:00 +0000)]
- A few more

25 years ago- A bit more PHP_WIN32 work
Andi Gutmans [Thu, 10 Feb 2000 21:55:30 +0000 (21:55 +0000)]
- A bit more PHP_WIN32 work

25 years ago- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32
Andi Gutmans [Thu, 10 Feb 2000 21:53:56 +0000 (21:53 +0000)]
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32

25 years agoFinal build fixes - that's enough for now...
Zeev Suraski [Thu, 10 Feb 2000 20:24:28 +0000 (20:24 +0000)]
Final build fixes - that's enough for now...

25 years agoUpdate .dsp's
Zeev Suraski [Thu, 10 Feb 2000 20:18:57 +0000 (20:18 +0000)]
Update .dsp's

25 years agorequest_info.c is dead! long live SAPI
Zeev Suraski [Thu, 10 Feb 2000 20:13:08 +0000 (20:13 +0000)]
request_info.c is dead! long live SAPI
@- Finished the server abstraction layer;  All of the PHP code is now shared
@  across different servers (Apache, CGI, IIS, etc.), except for thin
@  interface modules (Zeev)

25 years agorequest_info.c is giving up
Zeev Suraski [Thu, 10 Feb 2000 20:03:17 +0000 (20:03 +0000)]
request_info.c is giving up

25 years agoSAPIfication, Episode VI: Return of the SAPI
Zeev Suraski [Thu, 10 Feb 2000 19:41:21 +0000 (19:41 +0000)]
SAPIfication, Episode VI:  Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except for the Apache SAPI module.
- No server specific code is in any of the base PHP code.

Still left to be done:
- Eliminate any references to APACHE from the few remaining modules.
- Move request_info.c's logic to SAPI
- Modify the regex function names, and globals, so that we can always
  include them, without having to fear any interference with Apache;
  Always use the bundled regex library

25 years agoThe last patch wasn't that good, fix
Zeev Suraski [Thu, 10 Feb 2000 19:29:21 +0000 (19:29 +0000)]
The last patch wasn't that good, fix

25 years agoMore protection...
Zeev Suraski [Thu, 10 Feb 2000 19:28:05 +0000 (19:28 +0000)]
More protection...

25 years agoMake the CVS compile again
Zeev Suraski [Thu, 10 Feb 2000 19:24:44 +0000 (19:24 +0000)]
Make the CVS compile again

25 years agoOnly activate if we're inside an actual request
Zeev Suraski [Thu, 10 Feb 2000 19:22:36 +0000 (19:22 +0000)]
Only activate if we're inside an actual request

25 years agoYes, you guessed it... More cleanup
Zeev Suraski [Thu, 10 Feb 2000 18:44:33 +0000 (18:44 +0000)]
Yes, you guessed it... More cleanup

25 years agoMore cleanup!
Zeev Suraski [Thu, 10 Feb 2000 18:19:04 +0000 (18:19 +0000)]
More cleanup!

25 years agoSet ext_base, a common prefix to the per-extension build directory
Sascha Schumann [Thu, 10 Feb 2000 18:07:30 +0000 (18:07 +0000)]
Set ext_base, a common prefix to the per-extension build directory
(ext/<ext-name> for in-tree builds, "" for rest)

25 years ago- Fixed ^#[ ]+preprocessor directive$ constructions which break
Sascha Schumann [Thu, 10 Feb 2000 18:03:55 +0000 (18:03 +0000)]
- Fixed ^#[ ]+preprocessor directive$ constructions which break
  some compilers
- Made php_xml.h useable without having xmltok.h/xmlparse.h in the include
  path

25 years agoMore cleanup - move getenv() to SAPI
Zeev Suraski [Thu, 10 Feb 2000 17:55:01 +0000 (17:55 +0000)]
More cleanup - move getenv() to SAPI

25 years agoMore cleanup...
Zeev Suraski [Thu, 10 Feb 2000 17:26:57 +0000 (17:26 +0000)]
More cleanup...

25 years ago- Little fix
Andi Gutmans [Thu, 10 Feb 2000 17:22:25 +0000 (17:22 +0000)]
- Little fix

25 years ago- #define ZEND_WIN32 differently
Andi Gutmans [Thu, 10 Feb 2000 17:19:10 +0000 (17:19 +0000)]
- #define ZEND_WIN32 differently

25 years ago- PHP_WIN32
Andi Gutmans [Thu, 10 Feb 2000 17:15:49 +0000 (17:15 +0000)]
- PHP_WIN32

25 years ago- Introduce PHP_WIN32
Andi Gutmans [Thu, 10 Feb 2000 17:14:05 +0000 (17:14 +0000)]
- Introduce PHP_WIN32

25 years ago- Finally beautify those WIN32|WINNT checks
Andi Gutmans [Thu, 10 Feb 2000 17:03:53 +0000 (17:03 +0000)]
- Finally beautify those WIN32|WINNT checks

25 years agoMore cleanup
Zeev Suraski [Thu, 10 Feb 2000 16:52:07 +0000 (16:52 +0000)]
More cleanup

25 years agoShould be 'deactivate' rather than the opposite.
Andrei Zmievski [Thu, 10 Feb 2000 16:48:22 +0000 (16:48 +0000)]
Should be 'deactivate' rather than the opposite.

25 years agoMore abstraction
Zeev Suraski [Thu, 10 Feb 2000 16:44:59 +0000 (16:44 +0000)]
More abstraction

25 years agoAlways use getopt with CGI, never use it for anything else
Zeev Suraski [Thu, 10 Feb 2000 16:27:28 +0000 (16:27 +0000)]
Always use getopt with CGI, never use it for anything else

25 years agoMove the logging mechanism to SAPI
Zeev Suraski [Thu, 10 Feb 2000 15:55:10 +0000 (15:55 +0000)]
Move the logging mechanism to SAPI

25 years ago@- Added NULL-support in gettype(). (Thies)
Thies C. Arntzen [Thu, 10 Feb 2000 15:51:50 +0000 (15:51 +0000)]
@- Added NULL-support in gettype(). (Thies)

25 years ago- added funktion xmltree(), renamed dom() to xmldoc() and domfile()
Uwe Steinmann [Thu, 10 Feb 2000 15:24:13 +0000 (15:24 +0000)]
- added funktion xmltree(), renamed dom() to xmldoc() and domfile()
  to xmldocfile().
- testdom covers most of the functionality

25 years ago- added pdf_open_tiff()
Uwe Steinmann [Thu, 10 Feb 2000 10:20:31 +0000 (10:20 +0000)]
- added pdf_open_tiff()

25 years ago@- base64_decode() will decode POST data correct. (Thies)
Thies C. Arntzen [Thu, 10 Feb 2000 09:44:22 +0000 (09:44 +0000)]
@- base64_decode() will decode POST data correct. (Thies)
@  Patch submitted by: Turadg Aleahmad <turadg@wise.berkeley.edu>

25 years ago- Shouldn't be there
Andi Gutmans [Thu, 10 Feb 2000 05:41:28 +0000 (05:41 +0000)]
- Shouldn't be there

25 years ago- Cleanup the code
Andi Gutmans [Thu, 10 Feb 2000 05:41:05 +0000 (05:41 +0000)]
- Cleanup the code

25 years agoChangeLog update
<changelog@php.net> [Thu, 10 Feb 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

25 years agoFix last known nasty bugs in Zend. It'll be cool if there are no new ones :)
Zeev Suraski [Wed, 9 Feb 2000 21:48:16 +0000 (21:48 +0000)]
Fix last known nasty bugs in Zend.  It'll be cool if there are no new ones :)

25 years ago- removed stupid leftover in testdom
Uwe Steinmann [Wed, 9 Feb 2000 20:06:23 +0000 (20:06 +0000)]
- removed stupid leftover in testdom
- added more functions to domxml

25 years agoReturn by reference, where necessary.
Andrei Zmievski [Wed, 9 Feb 2000 19:41:13 +0000 (19:41 +0000)]
Return by reference, where necessary.

25 years agoAdded three get modes: DB_GETMODE_ORDERED, DB_GETMODE_ASSOC and
Stig Bakken [Wed, 9 Feb 2000 19:04:17 +0000 (19:04 +0000)]
Added three get modes: DB_GETMODE_ORDERED, DB_GETMODE_ASSOC and
DB_GETMODE_FLIPPED.  Docs are within.

25 years ago*** empty log message ***
Thies C. Arntzen [Wed, 9 Feb 2000 15:43:14 +0000 (15:43 +0000)]
*** empty log message ***

25 years agoforeach() works now for objects as well.
Thies C. Arntzen [Wed, 9 Feb 2000 15:38:56 +0000 (15:38 +0000)]
foreach() works now for objects as well.

25 years ago- new function to read and parse xml doc from file
Uwe Steinmann [Wed, 9 Feb 2000 14:07:44 +0000 (14:07 +0000)]
- new function to read and parse xml doc from file

25 years ago- fixed several bugs an did some testing. Parsing and creating simple
Uwe Steinmann [Wed, 9 Feb 2000 12:46:32 +0000 (12:46 +0000)]
- fixed several bugs an did some testing. Parsing and creating simple
  XML docs should work. See the script testdom.

25 years agoshut-up CVS
Thies C. Arntzen [Wed, 9 Feb 2000 12:12:19 +0000 (12:12 +0000)]
shut-up CVS

25 years agoChangeLog update
<changelog@php.net> [Wed, 9 Feb 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 9 Feb 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update

25 years agoChange string->str where possible; string is basic a C++ class, so gdb can't look
Zeev Suraski [Tue, 8 Feb 2000 22:21:43 +0000 (22:21 +0000)]
Change string->str where possible;  string is basic a C++ class, so gdb can't look
inside variables named 'string'.

25 years agoFix declaration
Zeev Suraski [Tue, 8 Feb 2000 22:18:21 +0000 (22:18 +0000)]
Fix declaration

25 years ago@- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)
Zeev Suraski [Tue, 8 Feb 2000 21:29:18 +0000 (21:29 +0000)]
@- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)

25 years agoFix an elusive bug
Zeev Suraski [Tue, 8 Feb 2000 20:10:47 +0000 (20:10 +0000)]
Fix an elusive bug

25 years agoNew function notice.
Andrei Zmievski [Tue, 8 Feb 2000 18:03:19 +0000 (18:03 +0000)]
New function notice.

25 years agoFix up the patch.
Andrei Zmievski [Tue, 8 Feb 2000 17:59:28 +0000 (17:59 +0000)]
Fix up the patch.

25 years agoPatches from Walter for strncmp() stuff.
Andrei Zmievski [Tue, 8 Feb 2000 17:19:43 +0000 (17:19 +0000)]
Patches from Walter for strncmp() stuff.

25 years ago- made hyperwave extension compile again
Uwe Steinmann [Tue, 8 Feb 2000 09:47:55 +0000 (09:47 +0000)]
- made hyperwave extension compile again

25 years agoChangeLog update
<changelog@php.net> [Tue, 8 Feb 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 8 Feb 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update

25 years agoRemove old unnecessary check
Zeev Suraski [Mon, 7 Feb 2000 18:53:43 +0000 (18:53 +0000)]
Remove old unnecessary check

25 years agoSyntax highlighting was erronously emitting more than one semicolon and/or garbage...
Zeev Suraski [Mon, 7 Feb 2000 18:39:14 +0000 (18:39 +0000)]
Syntax highlighting was erronously emitting more than one semicolon and/or garbage with heredocs

25 years ago@- Made the output of var_dump() more informative. (Thies)
Thies C. Arntzen [Mon, 7 Feb 2000 18:00:16 +0000 (18:00 +0000)]
@- Made the output of var_dump() more informative. (Thies)

25 years agoanother re-sync with the PHP3 tree
Hartmut Holzgraefe [Mon, 7 Feb 2000 15:52:47 +0000 (15:52 +0000)]
another re-sync with the PHP3 tree
imap_mail deactivated for win builds, as the files
win32/imap_sendmail.c  win32/imap_sendmail.h from
PHP3 are still missing

25 years agokill warning
Thies C. Arntzen [Mon, 7 Feb 2000 10:31:43 +0000 (10:31 +0000)]
kill warning
@- Fixed some OCIBindByName() problems. (Thies)

25 years agoChangeLog update
<changelog@php.net> [Mon, 7 Feb 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Mon, 7 Feb 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update

25 years agoFix buglet
Zeev Suraski [Sun, 6 Feb 2000 22:14:34 +0000 (22:14 +0000)]
Fix buglet