]> granicus.if.org Git - php/log
php
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

25 years ago@- Protect the ISAPI module against exceptions. Stack overflows in scripts are
Zeev Suraski [Sun, 6 Feb 2000 21:59:58 +0000 (21:59 +0000)]
@- Protect the ISAPI module against exceptions.  Stack overflows in scripts are
@  now nicely detected and handled (Zeev)

25 years ago- Support the string offset syntax $a{2} with the regular array opcodes.
Andi Gutmans [Sun, 6 Feb 2000 20:18:35 +0000 (20:18 +0000)]
- Support the string offset syntax $a{2} with the regular array opcodes.
  Will need to write new opcodes sometime but right now it's good enough
  to announce the change to this string offset syntax for beta 4.

25 years ago*** empty log message ***
Thies C. Arntzen [Sun, 6 Feb 2000 16:02:30 +0000 (16:02 +0000)]
*** empty log message ***

25 years ago- Make it compile again with new (p)list globals.
Danny Heijl [Sun, 6 Feb 2000 15:36:44 +0000 (15:36 +0000)]
- Make it compile again with new (p)list globals.

25 years ago@- Fixed possible buffer-overflow in base64_decode. (Thies)
Thies C. Arntzen [Sun, 6 Feb 2000 15:18:59 +0000 (15:18 +0000)]
@- Fixed possible buffer-overflow in base64_decode. (Thies)
fix #3226

25 years agofix for #3413
Thies C. Arntzen [Sun, 6 Feb 2000 14:36:27 +0000 (14:36 +0000)]
fix for #3413
@- Fixed possible buffer-overflow in setcookie(). (Thies)

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

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

25 years agoStandardize
Zeev Suraski [Sat, 5 Feb 2000 22:58:59 +0000 (22:58 +0000)]
Standardize

25 years ago- This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when list
Andi Gutmans [Sat, 5 Feb 2000 20:19:46 +0000 (20:19 +0000)]
- This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when list
  by mistake contains the same variable twice.
- BTW, there is no defined order of assignment. The value of $a after the
  previous example is undefined, and should not be assumed to be either 1
  nor 2.

25 years ago@- Fixed signal() bug that could cause the Apache master process to
Thies C. Arntzen [Sat, 5 Feb 2000 19:32:27 +0000 (19:32 +0000)]
@- Fixed signal() bug that could cause the Apache master process to
@  die. (Thies)

the problem was that we *did* register the signal in the apache
master process as well.
php_module_startup() -> REGISTER_INI_ENTRIES() -> OnChangeMaxExecutionTime() -> php_set_timeout().

from now on the .ini mechanism only sets PG(max_execution_time) and that gets
"converted" to a timeout-signal() in php_request_startup()!

we still need to think about the ZTS timeout mechanism.

25 years agoGet Win32 IMAP DLL to compile
Zeev Suraski [Sat, 5 Feb 2000 19:22:17 +0000 (19:22 +0000)]
Get Win32 IMAP DLL to compile

25 years ago- Make Win32 compile again
Andi Gutmans [Sat, 5 Feb 2000 17:58:11 +0000 (17:58 +0000)]
- Make Win32 compile again

25 years agoFix PostgreSQL startup routine in thread-safe mode
Zeev Suraski [Sat, 5 Feb 2000 17:26:35 +0000 (17:26 +0000)]
Fix PostgreSQL startup routine in thread-safe mode

25 years agoFix
Zeev Suraski [Sat, 5 Feb 2000 17:09:00 +0000 (17:09 +0000)]
Fix

25 years agoMore cleanup
Zeev Suraski [Sat, 5 Feb 2000 16:38:50 +0000 (16:38 +0000)]
More cleanup

25 years agofix compile
Thies C. Arntzen [Sat, 5 Feb 2000 16:36:15 +0000 (16:36 +0000)]
fix compile

25 years ago*** empty log message ***
Zeev Suraski [Sat, 5 Feb 2000 16:31:02 +0000 (16:31 +0000)]
*** empty log message ***

25 years agoAdd default registration of server vars.
Andrei Zmievski [Sat, 5 Feb 2000 16:13:39 +0000 (16:13 +0000)]
Add default registration of server vars.

# Zeev, what the hell is 'B'?

25 years agoPostgreSQL compile fixes
Zeev Suraski [Sat, 5 Feb 2000 16:12:23 +0000 (16:12 +0000)]
PostgreSQL compile fixes

25 years agoCompile fixes
Zeev Suraski [Sat, 5 Feb 2000 15:44:20 +0000 (15:44 +0000)]
Compile fixes

25 years agoPass the executor globals to internal functions
Zeev Suraski [Sat, 5 Feb 2000 15:40:05 +0000 (15:40 +0000)]
Pass the executor globals to internal functions

25 years agoCleanup patches
Zeev Suraski [Sat, 5 Feb 2000 15:16:12 +0000 (15:16 +0000)]
Cleanup patches

25 years ago- Stop passing list/plist to internal functions
Zeev Suraski [Sat, 5 Feb 2000 15:11:24 +0000 (15:11 +0000)]
- Stop passing list/plist to internal functions
- Add a typedef for the pCopyConstructor function pointer
- Minor hacks

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

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

25 years agoThat was the broken downcasting that prevented the interactive C++ mode from working...
Zeev Suraski [Sat, 5 Feb 2000 01:26:15 +0000 (01:26 +0000)]
That was the broken downcasting that prevented the interactive C++ mode from working properly under UNIX

25 years agoImplemented setting of session cookie parameters.
Andrei Zmievski [Fri, 4 Feb 2000 23:34:24 +0000 (23:34 +0000)]
Implemented setting of session cookie parameters.
@ Added session_set_cookie_params() function. (Andrei)

25 years agoUse the new state functions
Zeev Suraski [Fri, 4 Feb 2000 14:54:30 +0000 (14:54 +0000)]
Use the new state functions
@- If header information is sent after output has already been sent, the warning
@  message will now state the filename and line number at which the first output
@  was made (Zeev)

25 years agoMaintain a state of whether we're compiling and/or executing
Zeev Suraski [Fri, 4 Feb 2000 14:45:58 +0000 (14:45 +0000)]
Maintain a state of whether we're compiling and/or executing

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

25 years ago- Sounds nicer
Andi Gutmans [Thu, 3 Feb 2000 22:31:56 +0000 (22:31 +0000)]
- Sounds nicer

25 years ago- Add some news
Andi Gutmans [Thu, 3 Feb 2000 22:29:12 +0000 (22:29 +0000)]
- Add some news

25 years ago- some more testing
Uwe Steinmann [Thu, 3 Feb 2000 21:12:30 +0000 (21:12 +0000)]
- some more testing

25 years ago- fixed several bugs, left some for tomorrow :-)
Uwe Steinmann [Thu, 3 Feb 2000 21:11:58 +0000 (21:11 +0000)]
- fixed several bugs, left some for tomorrow :-)

25 years ago*** empty log message ***
Andrei Zmievski [Thu, 3 Feb 2000 18:51:33 +0000 (18:51 +0000)]
*** empty log message ***

25 years ago- more functions added but none of them tested
Uwe Steinmann [Thu, 3 Feb 2000 17:21:23 +0000 (17:21 +0000)]
- more functions added but none of them tested

25 years ago- fixed segm fault in hw_docbyanchor()
Uwe Steinmann [Thu, 3 Feb 2000 17:20:49 +0000 (17:20 +0000)]
- fixed segm fault in hw_docbyanchor()

25 years ago* Started playing around with alternatives to javadoc.
Stig Bakken [Thu, 3 Feb 2000 10:49:03 +0000 (10:49 +0000)]
* Started playing around with alternatives to javadoc.
* Fixed the "make install" rule so it doesn't temporarily break the
  installed scripts.
* implemented prepare/execute emulation for MySQL including file-reference
  parameters (only binmode/binfetchlen remains now)
* started fixing up the ODBC backend

25 years agofix
Zeev Suraski [Thu, 3 Feb 2000 05:06:31 +0000 (05:06 +0000)]
fix

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

25 years ago- Fix built-in classes with more than 5 methods
Zeev Suraski [Wed, 2 Feb 2000 22:23:37 +0000 (22:23 +0000)]
- Fix built-in classes with more than 5 methods

25 years ago(PHP wddx_deserialize) Fixed a problem with deserializing empty values.
Andrei Zmievski [Wed, 2 Feb 2000 21:53:27 +0000 (21:53 +0000)]
(PHP wddx_deserialize) Fixed a problem with deserializing empty values.
(php_addslashes) Guard against NULL data.

25 years ago- support libxml installed in gnome
Uwe Steinmann [Wed, 2 Feb 2000 20:57:49 +0000 (20:57 +0000)]
- support libxml installed in gnome

25 years agoAdd expat to the distribution
Zeev Suraski [Wed, 2 Feb 2000 18:42:04 +0000 (18:42 +0000)]
Add expat to the distribution
Add expat support to Win32 builds

25 years ago(php_sock_fgets) Respect timeout event.
Andrei Zmievski [Wed, 2 Feb 2000 18:00:44 +0000 (18:00 +0000)]
(php_sock_fgets) Respect timeout event.

25 years agoFixed SAPI modules to properly register their related modules.
Andrei Zmievski [Wed, 2 Feb 2000 17:19:36 +0000 (17:19 +0000)]
Fixed SAPI modules to properly register their related modules.

25 years agoInitialize apache properly.
Andrei Zmievski [Wed, 2 Feb 2000 16:49:39 +0000 (16:49 +0000)]
Initialize apache properly.

25 years ago- Fix the annoying problem with list(), that surfaced up after our recent cleaning
Zeev Suraski [Wed, 2 Feb 2000 16:47:43 +0000 (16:47 +0000)]
- Fix the annoying problem with list(), that surfaced up after our recent cleaning
  patches

25 years agoRemove crud.
Andrei Zmievski [Wed, 2 Feb 2000 15:33:14 +0000 (15:33 +0000)]
Remove crud.

25 years agoForgot to add the actual file.
Andrei Zmievski [Wed, 2 Feb 2000 14:29:27 +0000 (14:29 +0000)]
Forgot to add the actual file.

25 years agoSome rearranging.
Andrei Zmievski [Wed, 2 Feb 2000 14:15:46 +0000 (14:15 +0000)]
Some rearranging.

25 years agoforeach note
Thies C. Arntzen [Wed, 2 Feb 2000 11:37:22 +0000 (11:37 +0000)]
foreach note

25 years agouse FREE_ZVAL where appropiate
Thies C. Arntzen [Wed, 2 Feb 2000 11:31:37 +0000 (11:31 +0000)]
use FREE_ZVAL where appropiate

25 years ago- several minor cleanups like removing unused variables
Uwe Steinmann [Wed, 2 Feb 2000 11:18:06 +0000 (11:18 +0000)]
- several minor cleanups like removing unused variables

25 years agoMoved ext/apache into sapi/apache.
Andrei Zmievski [Wed, 2 Feb 2000 06:09:00 +0000 (06:09 +0000)]
Moved ext/apache into sapi/apache.

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

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

25 years agoAdded add_property_unset() and add_property_bool().
Andrei Zmievski [Tue, 1 Feb 2000 23:12:48 +0000 (23:12 +0000)]
Added add_property_unset() and add_property_bool().

25 years agoNot needed.
Andrei Zmievski [Tue, 1 Feb 2000 22:17:06 +0000 (22:17 +0000)]
Not needed.

25 years agoCompile fix
Zeev Suraski [Tue, 1 Feb 2000 22:13:13 +0000 (22:13 +0000)]
Compile fix

25 years agoImprove dependencies
Zeev Suraski [Tue, 1 Feb 2000 22:04:52 +0000 (22:04 +0000)]
Improve dependencies

25 years ago- Implemented socket_get_status() function. Some more stuff can be added
Andrei Zmievski [Tue, 1 Feb 2000 20:02:44 +0000 (20:02 +0000)]
- Implemented socket_get_status() function. Some more stuff can be added
  to it in the future.
- Renamed set_socket_timeout() to socket_set_timeout()
- Renamed set_socket_blocking() to socket_set_blocking() but kept the
  old name for compatibility. It now outputs a warning that
  set_socket_timeout() is deprecated but still goes through.
@ Added socket_get_status() function. Renamed:
@   set_socket_timeout() -> socket_set_timeout()
@   set_socket_blocking() -> socket_set_blocking(). (Andrei)

25 years agoSort out a gdb problem
Zeev Suraski [Tue, 1 Feb 2000 19:22:59 +0000 (19:22 +0000)]
Sort out a gdb problem

25 years agoFix warning
Zeev Suraski [Tue, 1 Feb 2000 18:54:01 +0000 (18:54 +0000)]
Fix warning

25 years agoSocket note.
Andrei Zmievski [Tue, 1 Feb 2000 17:17:08 +0000 (17:17 +0000)]
Socket note.

25 years agoServlets work again! OK, so it crashes on shutdown, apparently trying to
Sam Ruby [Tue, 1 Feb 2000 16:25:43 +0000 (16:25 +0000)]
Servlets work again!  OK, so it crashes on shutdown, apparently trying to
report a memory leak, but it is worth committing the progress so far.

25 years ago- Get rid of remains of garbage.
Andi Gutmans [Tue, 1 Feb 2000 16:02:38 +0000 (16:02 +0000)]
- Get rid of remains of garbage.
- This should fix Thies' UMR

25 years agomake it work without the zend_hash_pointer*() functions. some work on the shutdown...
Thies C. Arntzen [Tue, 1 Feb 2000 14:39:59 +0000 (14:39 +0000)]
make it work without the zend_hash_pointer*() functions. some work on the shutdown issues (more to follow)

25 years agomoved destroying of garbage before resource-list gets destroyed - (see my previous...
Thies C. Arntzen [Tue, 1 Feb 2000 11:41:15 +0000 (11:41 +0000)]
moved destroying of garbage before resource-list gets destroyed - (see my previous mail)
zeev, andi - please comment!

25 years agoadded missing break.
Thies C. Arntzen [Tue, 1 Feb 2000 11:37:33 +0000 (11:37 +0000)]
added missing break.

25 years agotook out zend_hash_pointer_update() & zend_hash_pointer_index_update_or_next_insert...
Thies C. Arntzen [Tue, 1 Feb 2000 10:40:05 +0000 (10:40 +0000)]
took out zend_hash_pointer_update() & zend_hash_pointer_index_update_or_next_insert() - i really prefer link-errors instead of runtime-errors, don't you?

25 years agoImplemented realpath().
Andrei Zmievski [Tue, 1 Feb 2000 06:06:03 +0000 (06:06 +0000)]
Implemented realpath().
@ Added realpath() function. (Andrei)