]> granicus.if.org Git - php/log
php
25 years ago- Fix for boolean convert to number
Andi Gutmans [Wed, 14 Jul 1999 09:10:14 +0000 (09:10 +0000)]
- Fix for boolean convert to number

25 years ago*** empty log message ***
Thies C. Arntzen [Tue, 13 Jul 1999 13:22:15 +0000 (13:22 +0000)]
*** empty log message ***

25 years agoadd some which are always substituted
Sascha Schumann [Mon, 12 Jul 1999 20:21:14 +0000 (20:21 +0000)]
add some which are always substituted

25 years agoTested imap, and had a look at ldap. ldap should be working, but my
Rasmus Lerdorf [Mon, 12 Jul 1999 20:20:56 +0000 (20:20 +0000)]
Tested imap, and had a look at ldap.  ldap should be working, but my
ldap server is currently in a box.

25 years agoFinish porting aspell - tested and works ok now
Rasmus Lerdorf [Mon, 12 Jul 1999 19:18:07 +0000 (19:18 +0000)]
Finish porting aspell - tested and works ok now

25 years ago- Fixed a purify warning
Andi Gutmans [Mon, 12 Jul 1999 18:07:01 +0000 (18:07 +0000)]
- Fixed a purify warning

25 years agoupdate
Sascha Schumann [Mon, 12 Jul 1999 17:21:49 +0000 (17:21 +0000)]
update

25 years ago*** empty log message ***
Andrey Hristov [Mon, 12 Jul 1999 17:16:14 +0000 (17:16 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Andrey Hristov [Mon, 12 Jul 1999 17:07:34 +0000 (17:07 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Andi Gutmans [Mon, 12 Jul 1999 17:04:55 +0000 (17:04 +0000)]
*** empty log message ***

25 years agotest commit (new format inspired by FreeBSD cvs-all)
Sascha Schumann [Mon, 12 Jul 1999 14:19:27 +0000 (14:19 +0000)]
test commit (new format inspired by FreeBSD cvs-all)

25 years agodestructors should return 1, shouldn't they?
Thies C. Arntzen [Mon, 12 Jul 1999 13:56:29 +0000 (13:56 +0000)]
destructors should return 1, shouldn't they?

25 years agopar with 3.0
Thies C. Arntzen [Mon, 12 Jul 1999 13:26:56 +0000 (13:26 +0000)]
par with 3.0

25 years agofixed mem-problem
Thies C. Arntzen [Mon, 12 Jul 1999 11:49:32 +0000 (11:49 +0000)]
fixed mem-problem

25 years agosmall php4 fixes
Thies C. Arntzen [Mon, 12 Jul 1999 10:36:19 +0000 (10:36 +0000)]
small php4 fixes

25 years agotypo
Sascha Schumann [Sun, 11 Jul 1999 10:52:14 +0000 (10:52 +0000)]
typo

25 years agomerge in some autoconf stuff
Sascha Schumann [Sun, 11 Jul 1999 10:51:41 +0000 (10:51 +0000)]
merge in some autoconf stuff

25 years agoOh, that dumb bug.
Zeev Suraski [Sat, 10 Jul 1999 22:50:44 +0000 (22:50 +0000)]
Oh, that dumb bug.

25 years agoOk, so we do have to lock in there
Andi Gutmans [Sat, 10 Jul 1999 18:46:20 +0000 (18:46 +0000)]
Ok, so we do have to lock in there

25 years agoFix assignments of reference variables
Andi Gutmans [Sat, 10 Jul 1999 16:56:56 +0000 (16:56 +0000)]
Fix assignments of reference variables

25 years agoWoops, fix.
Zeev Suraski [Sat, 10 Jul 1999 12:44:56 +0000 (12:44 +0000)]
Woops, fix.

25 years agoPut the garbage in the garbage bin
Zeev Suraski [Sat, 10 Jul 1999 11:47:16 +0000 (11:47 +0000)]
Put the garbage in the garbage bin

25 years agoGet rid of AiCount completely
Zeev Suraski [Sat, 10 Jul 1999 11:45:23 +0000 (11:45 +0000)]
Get rid of AiCount completely

25 years agoFinal tweaks
Zeev Suraski [Sat, 10 Jul 1999 10:55:55 +0000 (10:55 +0000)]
Final tweaks

25 years agoMore locking work
Zeev Suraski [Sat, 10 Jul 1999 09:29:02 +0000 (09:29 +0000)]
More locking work

25 years ago*** empty log message ***
Zeev Suraski [Fri, 9 Jul 1999 21:00:24 +0000 (21:00 +0000)]
*** empty log message ***

25 years agoMore stuff
Zeev Suraski [Fri, 9 Jul 1999 20:57:29 +0000 (20:57 +0000)]
More stuff

25 years agoDon't touch refcount and EA directly
Zeev Suraski [Fri, 9 Jul 1999 20:45:55 +0000 (20:45 +0000)]
Don't touch refcount and EA directly

25 years agoStep 4:
Zeev Suraski [Fri, 9 Jul 1999 20:43:59 +0000 (20:43 +0000)]
Step 4:
Move to a 7-bit counter (not fully implemented yet)

25 years agoPhase 3:
Zeev Suraski [Fri, 9 Jul 1999 18:19:48 +0000 (18:19 +0000)]
Phase 3:
Use a single bit to mark IS_REF variables

25 years agoStep 2:
Zeev Suraski [Fri, 9 Jul 1999 17:44:41 +0000 (17:44 +0000)]
Step 2:
Rename is_ref to EA

25 years agoStep 1 in nuking the garbage collector:
Zeev Suraski [Fri, 9 Jul 1999 17:36:12 +0000 (17:36 +0000)]
Step 1 in nuking the garbage collector:
- Change the hash destructor to return int

25 years agoStep 1 in nuking the garbage collector:
Zeev Suraski [Fri, 9 Jul 1999 17:24:47 +0000 (17:24 +0000)]
Step 1 in nuking the garbage collector:
- Change the hash destructor to return int
- Don't kill the bucket on hash_destroy if the destructor returns 0

25 years agoAdd Aspell module
Rasmus Lerdorf [Fri, 9 Jul 1999 14:56:33 +0000 (14:56 +0000)]
Add Aspell module

25 years ago*** empty log message ***
Zeev Suraski [Fri, 9 Jul 1999 11:19:38 +0000 (11:19 +0000)]
*** empty log message ***

25 years agoSend a SIGSEGV instead of exiting, to trigger a core dump
Zeev Suraski [Fri, 9 Jul 1999 11:10:19 +0000 (11:10 +0000)]
Send a SIGSEGV instead of exiting, to trigger a core dump

25 years ago* Support recoverable failure from erealloc()
Zeev Suraski [Fri, 9 Jul 1999 11:03:56 +0000 (11:03 +0000)]
* Support recoverable failure from erealloc()
* Fix the shutdown code on an unrecoverable erealloc() failure

25 years agoFix the mess in SIGSEGV handling, hopefully
Zeev Suraski [Fri, 9 Jul 1999 07:35:13 +0000 (07:35 +0000)]
Fix the mess in SIGSEGV handling, hopefully

25 years agoMore cleanup.
Andrey Hristov [Thu, 8 Jul 1999 21:56:19 +0000 (21:56 +0000)]
More cleanup.

25 years agoReduce clutter a bit.
Andrey Hristov [Thu, 8 Jul 1999 21:42:29 +0000 (21:42 +0000)]
Reduce clutter a bit.

25 years ago*** empty log message ***
Zeev Suraski [Thu, 8 Jul 1999 19:18:42 +0000 (19:18 +0000)]
*** empty log message ***

25 years agoAvoid sending NULL argument to printf
Zeev Suraski [Thu, 8 Jul 1999 17:15:43 +0000 (17:15 +0000)]
Avoid sending NULL argument to printf

25 years agoSupport definition of classes that are derived from classes that are defined in runtime
Zeev Suraski [Thu, 8 Jul 1999 16:55:27 +0000 (16:55 +0000)]
Support definition of classes that are derived from classes that are defined in runtime

25 years agoon par with latest php3
Thies C. Arntzen [Thu, 8 Jul 1999 14:12:07 +0000 (14:12 +0000)]
on par with latest php3

25 years agoFix a memory leak by not allowing session_start() to be called more than once.
Andrey Hristov [Wed, 7 Jul 1999 21:50:33 +0000 (21:50 +0000)]
Fix a memory leak by not allowing session_start() to be called more than once.

25 years agoenable it, until we find a better way
Sascha Schumann [Tue, 6 Jul 1999 21:02:07 +0000 (21:02 +0000)]
enable it, until we find a better way

25 years agoadd sendmail
Sascha Schumann [Tue, 6 Jul 1999 20:29:16 +0000 (20:29 +0000)]
add sendmail

25 years agoSupport PCRE under Win32
Zeev Suraski [Tue, 6 Jul 1999 19:49:48 +0000 (19:49 +0000)]
Support PCRE under Win32

25 years agoavoid two copies of pcre.c in the repository
Zeev Suraski [Tue, 6 Jul 1999 19:24:13 +0000 (19:24 +0000)]
avoid two copies of pcre.c in the repository

25 years agomake Solaris gcc happy
Sascha Schumann [Mon, 5 Jul 1999 17:05:38 +0000 (17:05 +0000)]
make Solaris gcc happy

25 years agoCorrect option caching
Andrey Hristov [Mon, 5 Jul 1999 15:25:51 +0000 (15:25 +0000)]
Correct option caching

25 years agouse void * instead of long for 64-bit test
Sascha Schumann [Mon, 5 Jul 1999 10:51:11 +0000 (10:51 +0000)]
use void * instead of long for 64-bit test

25 years agoups
Thies C. Arntzen [Mon, 5 Jul 1999 09:33:47 +0000 (09:33 +0000)]
ups

25 years agofixed mem-leak
Thies C. Arntzen [Mon, 5 Jul 1999 08:49:13 +0000 (08:49 +0000)]
fixed mem-leak

25 years agoported IPTC fro php3
Thies C. Arntzen [Mon, 5 Jul 1999 07:42:07 +0000 (07:42 +0000)]
ported IPTC fro php3

25 years agoadded RESOURCE-returning
Thies C. Arntzen [Mon, 5 Jul 1999 07:03:44 +0000 (07:03 +0000)]
added RESOURCE-returning

25 years agoup to php3 version
Thies C. Arntzen [Mon, 5 Jul 1999 06:29:04 +0000 (06:29 +0000)]
up to php3 version
returns resources now!

25 years agoadded RETVAL_RESOURCE and RETURN_RESOURCE
Thies C. Arntzen [Mon, 5 Jul 1999 06:26:29 +0000 (06:26 +0000)]
added RETVAL_RESOURCE and RETURN_RESOURCE

25 years agoMake convert_to_string() regard false as "" instead of "0"
Zeev Suraski [Sun, 4 Jul 1999 23:50:58 +0000 (23:50 +0000)]
Make convert_to_string() regard false as "" instead of "0"

25 years agoupdated to latest php3
Thies C. Arntzen [Sun, 4 Jul 1999 13:30:13 +0000 (13:30 +0000)]
updated to latest php3

25 years ago*** empty log message ***
Zeev Suraski [Sat, 3 Jul 1999 23:43:02 +0000 (23:43 +0000)]
*** empty log message ***

25 years agoSupport x-httpd-php-source
Zeev Suraski [Sat, 3 Jul 1999 23:15:10 +0000 (23:15 +0000)]
Support x-httpd-php-source

25 years ago*** empty log message ***
Sascha Schumann [Sat, 3 Jul 1999 22:05:56 +0000 (22:05 +0000)]
*** empty log message ***

25 years agoremove cvsignore files as well
Sascha Schumann [Sat, 3 Jul 1999 19:46:32 +0000 (19:46 +0000)]
remove cvsignore files as well

25 years agodon't wipe files for distributions
Sascha Schumann [Sat, 3 Jul 1999 19:37:55 +0000 (19:37 +0000)]
don't wipe files for distributions

25 years ago'make dist' builds an easy distributable tarball
Sascha Schumann [Sat, 3 Jul 1999 19:35:08 +0000 (19:35 +0000)]
'make dist' builds an easy distributable tarball

25 years agoadd missing include
Sascha Schumann [Sat, 3 Jul 1999 19:08:03 +0000 (19:08 +0000)]
add missing include

25 years agochecking for ints won't work, since they are 32 bit on both platforms
Sascha Schumann [Sat, 3 Jul 1999 18:46:10 +0000 (18:46 +0000)]
checking for ints won't work, since they are 32 bit on both platforms

25 years agoignore this
Sascha Schumann [Sat, 3 Jul 1999 18:31:58 +0000 (18:31 +0000)]
ignore this

25 years agowould be logical to enable display source mode
Sascha Schumann [Sat, 3 Jul 1999 18:13:43 +0000 (18:13 +0000)]
would be logical to enable display source mode

25 years agoSupport isset()/empty() for string offsets
Zeev Suraski [Sat, 3 Jul 1999 18:03:02 +0000 (18:03 +0000)]
Support isset()/empty() for string offsets

25 years agoar t is a little bit noisy on Rhapsody
Sascha Schumann [Sat, 3 Jul 1999 17:44:20 +0000 (17:44 +0000)]
ar t is a little bit noisy on Rhapsody

25 years agoFix a crash
Zeev Suraski [Sat, 3 Jul 1999 16:05:58 +0000 (16:05 +0000)]
Fix a crash

25 years agoalmost no config.m4 substitutes these anymore.
Sascha Schumann [Sat, 3 Jul 1999 15:42:28 +0000 (15:42 +0000)]
almost no config.m4 substitutes these anymore.

25 years agowork around the Apache problem that it pollutes the namespace
Sascha Schumann [Sat, 3 Jul 1999 03:34:47 +0000 (03:34 +0000)]
work around the Apache problem that it pollutes the namespace

25 years agoadd usual rhapsody hack
Sascha Schumann [Sat, 3 Jul 1999 02:45:46 +0000 (02:45 +0000)]
add usual rhapsody hack

25 years agomissing DL_HANDLE broke build
Sascha Schumann [Sat, 3 Jul 1999 02:44:11 +0000 (02:44 +0000)]
missing DL_HANDLE broke build

25 years agothere must be a better way
Sascha Schumann [Sat, 3 Jul 1999 02:36:56 +0000 (02:36 +0000)]
there must be a better way

25 years agotypo
Sascha Schumann [Sat, 3 Jul 1999 02:34:09 +0000 (02:34 +0000)]
typo

25 years agolet's start OS X hacking
Sascha Schumann [Sat, 3 Jul 1999 01:28:31 +0000 (01:28 +0000)]
let's start OS X hacking

25 years ago..
Sascha Schumann [Fri, 2 Jul 1999 23:56:02 +0000 (23:56 +0000)]
..

25 years ago...
Sascha Schumann [Fri, 2 Jul 1999 23:55:45 +0000 (23:55 +0000)]
...

25 years ago.
Sascha Schumann [Fri, 2 Jul 1999 23:51:01 +0000 (23:51 +0000)]
.

25 years agotest commit
Sascha Schumann [Fri, 2 Jul 1999 23:32:55 +0000 (23:32 +0000)]
test commit

25 years agotest commit
Sascha Schumann [Fri, 2 Jul 1999 23:31:25 +0000 (23:31 +0000)]
test commit

25 years agoworkaround for 64-bit platforms
Sascha Schumann [Fri, 2 Jul 1999 21:12:03 +0000 (21:12 +0000)]
workaround for 64-bit platforms

25 years agoadded some refcount stuff
Thies C. Arntzen [Fri, 2 Jul 1999 15:45:52 +0000 (15:45 +0000)]
added some refcount stuff

25 years agolosses memory like hell, but seems to work!
Thies C. Arntzen [Fri, 2 Jul 1999 15:31:02 +0000 (15:31 +0000)]
losses memory like hell, but seems to work!

3 things (this is a bad hack as of now!):
- xml.c uses _php3_strtoupper
  is #include "../standard/php3_string.h" the right way to get the prototype?

- i've copied php3i_long_pval/php3i_string_pval from the php3 tree into
  xml.c (this is defnetly WRONG, but where do i find those?)

- as php3tls_pval_destructor is not available in zend, i've
  #define php3tls_pval_destructor(a) pval_destructor(a) which is maybe not what we want!

25 years agofix from php3
Sascha Schumann [Fri, 2 Jul 1999 14:37:36 +0000 (14:37 +0000)]
fix from php3

25 years agodefine zend_bool
Zeev Suraski [Fri, 2 Jul 1999 14:10:57 +0000 (14:10 +0000)]
define zend_bool

25 years agosuppress No such file or directory
Sascha Schumann [Fri, 2 Jul 1999 13:59:51 +0000 (13:59 +0000)]
suppress No such file or directory

25 years agosomeone please try whether the autoconf stuff works
Sascha Schumann [Thu, 1 Jul 1999 15:48:57 +0000 (15:48 +0000)]
someone please try whether the autoconf stuff works
for sybase and sybase-ct - I've neither one.

25 years agomaybe fix, following Joey's description
Sascha Schumann [Thu, 1 Jul 1999 15:42:29 +0000 (15:42 +0000)]
maybe fix, following Joey's description

25 years ago--with-zlib should work now
Sascha Schumann [Thu, 1 Jul 1999 15:39:58 +0000 (15:39 +0000)]
--with-zlib should work now

25 years agochanged boolean behaviour:
Thies C. Arntzen [Thu, 1 Jul 1999 09:26:05 +0000 (09:26 +0000)]
changed boolean behaviour:

var_dump(

25 years agosome additional consts
Sascha Schumann [Thu, 1 Jul 1999 05:47:06 +0000 (05:47 +0000)]
some additional consts

25 years agovpath thingie
Sascha Schumann [Thu, 1 Jul 1999 05:45:58 +0000 (05:45 +0000)]
vpath thingie

25 years agoimplement a simple API in the case someone wants to define his/her own serialization...
Sascha Schumann [Thu, 1 Jul 1999 05:45:48 +0000 (05:45 +0000)]
implement a simple API in the case someone wants to define his/her own serialization stuff

25 years agoMake require accept any parameter
Zeev Suraski [Wed, 30 Jun 1999 17:17:39 +0000 (17:17 +0000)]
Make require accept any parameter

25 years agoNo need for a PSLS_FETCH() if PSLS_D/PSLS_DC are supplied as function arguments
Zeev Suraski [Tue, 29 Jun 1999 22:08:07 +0000 (22:08 +0000)]
No need for a PSLS_FETCH() if PSLS_D/PSLS_DC are supplied as function arguments