]>
granicus.if.org Git - php/log
Andrey Hristov [Mon, 5 Jul 1999 15:25:51 +0000 (15:25 +0000)]
Correct option caching
Sascha Schumann [Mon, 5 Jul 1999 10:51:11 +0000 (10:51 +0000)]
use void * instead of long for 64-bit test
Thies C. Arntzen [Mon, 5 Jul 1999 09:33:47 +0000 (09:33 +0000)]
ups
Thies C. Arntzen [Mon, 5 Jul 1999 08:49:13 +0000 (08:49 +0000)]
fixed mem-leak
Thies C. Arntzen [Mon, 5 Jul 1999 07:42:07 +0000 (07:42 +0000)]
ported IPTC fro php3
Thies C. Arntzen [Mon, 5 Jul 1999 07:03:44 +0000 (07:03 +0000)]
added RESOURCE-returning
Thies C. Arntzen [Mon, 5 Jul 1999 06:29:04 +0000 (06:29 +0000)]
up to php3 version
returns resources now!
Thies C. Arntzen [Mon, 5 Jul 1999 06:26:29 +0000 (06:26 +0000)]
added RETVAL_RESOURCE and RETURN_RESOURCE
Zeev Suraski [Sun, 4 Jul 1999 23:50:58 +0000 (23:50 +0000)]
Make convert_to_string() regard false as "" instead of "0"
Thies C. Arntzen [Sun, 4 Jul 1999 13:30:13 +0000 (13:30 +0000)]
updated to latest php3
Zeev Suraski [Sat, 3 Jul 1999 23:43:02 +0000 (23:43 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 3 Jul 1999 23:15:10 +0000 (23:15 +0000)]
Support x-httpd-php-source
Sascha Schumann [Sat, 3 Jul 1999 22:05:56 +0000 (22:05 +0000)]
*** empty log message ***
Sascha Schumann [Sat, 3 Jul 1999 19:46:32 +0000 (19:46 +0000)]
remove cvsignore files as well
Sascha Schumann [Sat, 3 Jul 1999 19:37:55 +0000 (19:37 +0000)]
don't wipe files for distributions
Sascha Schumann [Sat, 3 Jul 1999 19:35:08 +0000 (19:35 +0000)]
'make dist' builds an easy distributable tarball
Sascha Schumann [Sat, 3 Jul 1999 19:08:03 +0000 (19:08 +0000)]
add missing include
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
Sascha Schumann [Sat, 3 Jul 1999 18:31:58 +0000 (18:31 +0000)]
ignore this
Sascha Schumann [Sat, 3 Jul 1999 18:13:43 +0000 (18:13 +0000)]
would be logical to enable display source mode
Zeev Suraski [Sat, 3 Jul 1999 18:03:02 +0000 (18:03 +0000)]
Support isset()/empty() for string offsets
Sascha Schumann [Sat, 3 Jul 1999 17:44:20 +0000 (17:44 +0000)]
ar t is a little bit noisy on Rhapsody
Zeev Suraski [Sat, 3 Jul 1999 16:05:58 +0000 (16:05 +0000)]
Fix a crash
Sascha Schumann [Sat, 3 Jul 1999 15:42:28 +0000 (15:42 +0000)]
almost no config.m4 substitutes these anymore.
Sascha Schumann [Sat, 3 Jul 1999 03:34:47 +0000 (03:34 +0000)]
work around the Apache problem that it pollutes the namespace
Sascha Schumann [Sat, 3 Jul 1999 02:45:46 +0000 (02:45 +0000)]
add usual rhapsody hack
Sascha Schumann [Sat, 3 Jul 1999 02:44:11 +0000 (02:44 +0000)]
missing DL_HANDLE broke build
Sascha Schumann [Sat, 3 Jul 1999 02:36:56 +0000 (02:36 +0000)]
there must be a better way
Sascha Schumann [Sat, 3 Jul 1999 02:34:09 +0000 (02:34 +0000)]
typo
Sascha Schumann [Sat, 3 Jul 1999 01:28:31 +0000 (01:28 +0000)]
let's start OS X hacking
Sascha Schumann [Fri, 2 Jul 1999 23:56:02 +0000 (23:56 +0000)]
..
Sascha Schumann [Fri, 2 Jul 1999 23:55:45 +0000 (23:55 +0000)]
...
Sascha Schumann [Fri, 2 Jul 1999 23:51:01 +0000 (23:51 +0000)]
.
Sascha Schumann [Fri, 2 Jul 1999 23:32:55 +0000 (23:32 +0000)]
test commit
Sascha Schumann [Fri, 2 Jul 1999 23:31:25 +0000 (23:31 +0000)]
test commit
Sascha Schumann [Fri, 2 Jul 1999 21:12:03 +0000 (21:12 +0000)]
workaround for 64-bit platforms
Thies C. Arntzen [Fri, 2 Jul 1999 15:45:52 +0000 (15:45 +0000)]
added some refcount stuff
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!
Sascha Schumann [Fri, 2 Jul 1999 14:37:36 +0000 (14:37 +0000)]
fix from php3
Zeev Suraski [Fri, 2 Jul 1999 14:10:57 +0000 (14:10 +0000)]
define zend_bool
Sascha Schumann [Fri, 2 Jul 1999 13:59:51 +0000 (13:59 +0000)]
suppress No such file or directory
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.
Sascha Schumann [Thu, 1 Jul 1999 15:42:29 +0000 (15:42 +0000)]
maybe fix, following Joey's description
Sascha Schumann [Thu, 1 Jul 1999 15:39:58 +0000 (15:39 +0000)]
--with-zlib should work now
Thies C. Arntzen [Thu, 1 Jul 1999 09:26:05 +0000 (09:26 +0000)]
changed boolean behaviour:
var_dump(
Sascha Schumann [Thu, 1 Jul 1999 05:47:06 +0000 (05:47 +0000)]
some additional consts
Sascha Schumann [Thu, 1 Jul 1999 05:45:58 +0000 (05:45 +0000)]
vpath thingie
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
Zeev Suraski [Wed, 30 Jun 1999 17:17:39 +0000 (17:17 +0000)]
Make require accept any parameter
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
Andrey Hristov [Tue, 29 Jun 1999 15:40:11 +0000 (15:40 +0000)]
*** empty log message ***
Andrey Hristov [Tue, 29 Jun 1999 15:39:59 +0000 (15:39 +0000)]
Added session expiration.
Thies C. Arntzen [Tue, 29 Jun 1999 15:16:38 +0000 (15:16 +0000)]
synced with 3.0.11
ora_bind works!
Zeev Suraski [Mon, 28 Jun 1999 21:42:29 +0000 (21:42 +0000)]
No need for that either...
Rasmus Lerdorf [Mon, 28 Jun 1999 18:59:44 +0000 (18:59 +0000)]
Don't break the tree
Andrey Hristov [Mon, 28 Jun 1999 15:46:56 +0000 (15:46 +0000)]
Added session_is_registered(varname) function.
Andrey Hristov [Mon, 28 Jun 1999 15:08:28 +0000 (15:08 +0000)]
Ported MYSQL_NUM, MYSQL_ASSOC, and MYSQL_BOTH additions from php3.
Andrey Hristov [Mon, 28 Jun 1999 13:46:58 +0000 (13:46 +0000)]
oops
Andrey Hristov [Mon, 28 Jun 1999 13:39:52 +0000 (13:39 +0000)]
*** empty log message ***
Sascha Schumann [Mon, 28 Jun 1999 13:37:59 +0000 (13:37 +0000)]
work around that solaris bug
Sascha Schumann [Mon, 28 Jun 1999 03:01:48 +0000 (03:01 +0000)]
ugly and working
Sascha Schumann [Mon, 28 Jun 1999 02:57:08 +0000 (02:57 +0000)]
BSD derived tests want -h for symlink test
Sascha Schumann [Sun, 27 Jun 1999 21:46:34 +0000 (21:46 +0000)]
port
Sascha Schumann [Sun, 27 Jun 1999 21:45:06 +0000 (21:45 +0000)]
more porting
Sascha Schumann [Sun, 27 Jun 1999 21:36:00 +0000 (21:36 +0000)]
port Rasmus' APXS changes for AIX
Sascha Schumann [Sun, 27 Jun 1999 21:23:17 +0000 (21:23 +0000)]
port over from php3
Sascha Schumann [Sun, 27 Jun 1999 21:18:43 +0000 (21:18 +0000)]
lex optimizations
Sascha Schumann [Sun, 27 Jun 1999 21:15:12 +0000 (21:15 +0000)]
add dbase_replace_record
Sascha Schumann [Sun, 27 Jun 1999 21:14:00 +0000 (21:14 +0000)]
port over autoconf fixes from php3
Zeev Suraski [Sat, 26 Jun 1999 23:21:18 +0000 (23:21 +0000)]
Win32/general patches
Zeev Suraski [Sat, 26 Jun 1999 19:14:26 +0000 (19:14 +0000)]
* Get rid of another request_info element (filename)
* CGI through Apache should work now
Zeev Suraski [Sat, 26 Jun 1999 18:01:21 +0000 (18:01 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 26 Jun 1999 12:27:49 +0000 (12:27 +0000)]
Protect against NULL arguments in filename
Zeev Suraski [Sat, 26 Jun 1999 11:48:22 +0000 (11:48 +0000)]
* Make the memory leak reporting code much better with repeats
* Remove useless variables
Sascha Schumann [Sat, 26 Jun 1999 00:34:36 +0000 (00:34 +0000)]
add dmalloc
Sascha Schumann [Fri, 25 Jun 1999 23:40:26 +0000 (23:40 +0000)]
- APXS link thingie
- functions/ game obsolete. Should make compiling faster on slow machines (hi Kristian :-)
Andrey Hristov [Wed, 23 Jun 1999 15:04:21 +0000 (15:04 +0000)]
*** empty log message ***
Thies C. Arntzen [Tue, 22 Jun 1999 21:37:43 +0000 (21:37 +0000)]
gettype now reports "boolean" correct
Zeev Suraski [Tue, 22 Jun 1999 20:24:51 +0000 (20:24 +0000)]
Fix Thies's bug report
Andrey Hristov [Tue, 22 Jun 1999 19:37:26 +0000 (19:37 +0000)]
Making function accessible.
Andrey Hristov [Tue, 22 Jun 1999 19:36:52 +0000 (19:36 +0000)]
Making the function accessible.
Zeev Suraski [Tue, 22 Jun 1999 19:07:01 +0000 (19:07 +0000)]
Fix compile-time definition of track_vars default
Zeev Suraski [Tue, 22 Jun 1999 19:05:40 +0000 (19:05 +0000)]
* Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead
of zval *, and it wasn't using reference counting)
* Fix a memory leak in static array()'s with textual indices
Andrey Hristov [Tue, 22 Jun 1999 14:56:32 +0000 (14:56 +0000)]
Made preg_split() consistent with split().
Added a new /e modifier for preg_replace
Kill a warning in pcrelib.
Thies C. Arntzen [Tue, 22 Jun 1999 13:35:28 +0000 (13:35 +0000)]
urlencode and decode return an empty-string if the input-string is empty (matches php3 behaviour "more" closly)
Please read my previous mail and comment!
Stig Bakken [Tue, 22 Jun 1999 11:04:35 +0000 (11:04 +0000)]
cosmetics
Danny Heijl [Tue, 22 Jun 1999 07:14:55 +0000 (07:14 +0000)]
Bad html in ifx_htmltbl_result().
Stig Bakken [Tue, 22 Jun 1999 01:59:30 +0000 (01:59 +0000)]
fix some potential buffer overflows
Andrey Hristov [Mon, 21 Jun 1999 23:07:46 +0000 (23:07 +0000)]
Backing out changes.
Thies C. Arntzen [Mon, 21 Jun 1999 15:57:20 +0000 (15:57 +0000)]
fixed implode "again" -
Sascha Schumann [Sun, 20 Jun 1999 18:54:08 +0000 (18:54 +0000)]
whoops, kill debugging message
Sascha Schumann [Sun, 20 Jun 1999 18:52:46 +0000 (18:52 +0000)]
Introduce AC_ADD_* macros
The use of AC_EXPAND_PATH makes it possible to continue
to use relative paths when configuring PHP.
(e.g. --with-apache=../apache-1.3.x works again)
Sascha Schumann [Sun, 20 Jun 1999 17:15:29 +0000 (17:15 +0000)]
avoid error message
Sascha Schumann [Sun, 20 Jun 1999 17:04:30 +0000 (17:04 +0000)]
use standard autoconf variables
Zeev Suraski [Sat, 19 Jun 1999 22:56:34 +0000 (22:56 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 19 Jun 1999 20:42:15 +0000 (20:42 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 19 Jun 1999 20:22:56 +0000 (20:22 +0000)]
Add a standard get_ini_entry() to interface between Zend and the outside world
Zeev Suraski [Sat, 19 Jun 1999 19:23:24 +0000 (19:23 +0000)]
Implement new get_ini_entry() for Zend
Zeev Suraski [Sat, 19 Jun 1999 14:07:48 +0000 (14:07 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 19 Jun 1999 13:18:48 +0000 (13:18 +0000)]
Use php.ini instead of php3.ini