]> granicus.if.org Git - php/log
php
25 years agoMake functions that don't take arguments somewhat happier:)
Zeev Suraski [Mon, 12 Apr 1999 19:44:47 +0000 (19:44 +0000)]
Make functions that don't take arguments somewhat happier:)

25 years agoThis should take care of "this" for user-defined functions. It wasn't yet working
Zeev Suraski [Mon, 12 Apr 1999 19:40:48 +0000 (19:40 +0000)]
This should take care of "this" for user-defined functions.  It wasn't yet working
for built-in functions anyway, this one is coming soon.

25 years agoNULL's should remain NULLs (at least in strings)
Zeev Suraski [Mon, 12 Apr 1999 19:40:33 +0000 (19:40 +0000)]
NULL's should remain NULLs (at least in strings)

25 years agoDestroy the resource list after destroying the symbol table, otherwise the
Zeev Suraski [Mon, 12 Apr 1999 18:40:18 +0000 (18:40 +0000)]
Destroy the resource list after destroying the symbol table, otherwise the
auto-destructor for resources are run when the resource list is no longer valid

25 years agoThis patch is a go. Not fully optimized yet, but working properly.
Zeev Suraski [Mon, 12 Apr 1999 18:29:09 +0000 (18:29 +0000)]
This patch is a go.  Not fully optimized yet, but working properly.
Prepatch tagged as BEFORE_STACK_PATCH.

25 years agoMinor fixes:
Zeev Suraski [Mon, 12 Apr 1999 17:59:36 +0000 (17:59 +0000)]
Minor fixes:
missing zval_copy_ctor()
messed up AiCount fix

25 years agotolerate uninitialized ini settings in php_ini_{long,double,string}()
Stig Bakken [Mon, 12 Apr 1999 16:35:25 +0000 (16:35 +0000)]
tolerate uninitialized ini settings in php_ini_{long,double,string}()

25 years agoThis should help in keeping PHP4 up to date
Sascha Schumann [Mon, 12 Apr 1999 04:05:50 +0000 (04:05 +0000)]
This should help in keeping PHP4 up to date

25 years agoTest patch...
Zeev Suraski [Sat, 10 Apr 1999 21:39:23 +0000 (21:39 +0000)]
Test patch...

25 years agotest patch
Zeev Suraski [Sat, 10 Apr 1999 21:34:53 +0000 (21:34 +0000)]
test patch

25 years agoOops
Zeev Suraski [Sat, 10 Apr 1999 21:30:49 +0000 (21:30 +0000)]
Oops

25 years agophp3_ini? What's that?
Zeev Suraski [Sat, 10 Apr 1999 17:39:08 +0000 (17:39 +0000)]
php3_ini?  What's that?

25 years agoBuh-bye php3_ini
Zeev Suraski [Sat, 10 Apr 1999 16:25:23 +0000 (16:25 +0000)]
Buh-bye php3_ini

25 years agoAllow runtime setting of the memory limit
Zeev Suraski [Sat, 10 Apr 1999 16:24:28 +0000 (16:24 +0000)]
Allow runtime setting of the memory limit

25 years agoGet rid of php3_ini in Zend
Zeev Suraski [Sat, 10 Apr 1999 14:44:35 +0000 (14:44 +0000)]
Get rid of php3_ini in Zend

25 years agoA lot of php3_ini -> php_ini work
Zeev Suraski [Sat, 10 Apr 1999 13:32:47 +0000 (13:32 +0000)]
A lot of php3_ini -> php_ini work

25 years agoMove safe_mode to the new php_ini mechanism
Zeev Suraski [Sat, 10 Apr 1999 12:17:20 +0000 (12:17 +0000)]
Move safe_mode to the new php_ini mechanism

25 years agoMove asp_tags and short_open_tag to the new php_ini mechanism
Zeev Suraski [Sat, 10 Apr 1999 11:22:18 +0000 (11:22 +0000)]
Move asp_tags and short_open_tag to the new php_ini mechanism

25 years agoWe need to initialize the utility values after we initialize the INI file, which in
Zeev Suraski [Sat, 10 Apr 1999 11:21:55 +0000 (11:21 +0000)]
We need to initialize the utility values after we initialize the INI file, which in
turn, is after we initialize Zend.  Set the utility values separately from Zend's
initialization

25 years ago* php_ini fixes
Zeev Suraski [Sat, 10 Apr 1999 00:19:33 +0000 (00:19 +0000)]
* php_ini fixes
* convert the MySQL module to use the new php_ini mechanism

25 years agoApache php_ini support
Zeev Suraski [Fri, 9 Apr 1999 21:15:07 +0000 (21:15 +0000)]
Apache php_ini support

25 years agotesting 123
Zeev Suraski [Fri, 9 Apr 1999 21:10:11 +0000 (21:10 +0000)]
testing 123

25 years agotest, ignore
Zeev Suraski [Fri, 9 Apr 1999 21:08:34 +0000 (21:08 +0000)]
test, ignore

25 years agoTesting 123
Zeev Suraski [Fri, 9 Apr 1999 21:04:12 +0000 (21:04 +0000)]
Testing 123

25 years ago- Changed here-docs to <<< followed by whitespace.
Andi Gutmans [Fri, 9 Apr 1999 20:47:29 +0000 (20:47 +0000)]
- Changed here-docs to <<< followed by whitespace.

25 years ago*** empty log message ***
Zeev Suraski [Fri, 9 Apr 1999 20:12:46 +0000 (20:12 +0000)]
*** empty log message ***

25 years agoGet the apache module to compile
Zeev Suraski [Fri, 9 Apr 1999 19:51:47 +0000 (19:51 +0000)]
Get the apache module to compile

25 years ago*** empty log message ***
Zeev Suraski [Fri, 9 Apr 1999 19:16:46 +0000 (19:16 +0000)]
*** empty log message ***

25 years agoignore file
Stig S. Bakken [Fri, 9 Apr 1999 19:11:00 +0000 (19:11 +0000)]
ignore file

25 years ago* A lot of work on php_ini stuff
Zeev Suraski [Fri, 9 Apr 1999 19:09:29 +0000 (19:09 +0000)]
* A lot of work on php_ini stuff
* A lot of work on getting rid from php3_ini

25 years ago- I guess print $GLOBALS and print "$GLOBALS" should yield the same result
Andi Gutmans [Fri, 9 Apr 1999 15:18:29 +0000 (15:18 +0000)]
- I guess print $GLOBALS and print "$GLOBALS" should yield the same result
  so I returned the one in encaps_var.
- Made INITAL_OP_ARRAY_SIZE smaller (64? can't remeber). I don't think the
  erealloc()'s during compile time are such a biggy, we might make it even
  smaller. We can have a configure time option as to it's size.

25 years ago- Support $GLOBALS in cvar's. Now list(..) = each($GLOBALS) will work.
Andi Gutmans [Fri, 9 Apr 1999 15:01:13 +0000 (15:01 +0000)]
- Support $GLOBALS in cvar's. Now list(..) = each($GLOBALS) will work.
- Remove support of $GLOBALS in enacapsed strings. print "$GLOBALS" isn't
  supposed to work in any case.

25 years agoHonor a semicolon on the same line as an ending token of a heredoc
Zeev Suraski [Fri, 9 Apr 1999 11:19:03 +0000 (11:19 +0000)]
Honor a semicolon on the same line as an ending token of a heredoc

25 years agoPrevent class redeclarations
Zeev Suraski [Fri, 9 Apr 1999 10:59:58 +0000 (10:59 +0000)]
Prevent class redeclarations

25 years agoType library support in COM module
Zeev Suraski [Thu, 8 Apr 1999 23:14:56 +0000 (23:14 +0000)]
Type library support in COM module

25 years ago* Add arguments to shutdown function
Zeev Suraski [Thu, 8 Apr 1999 21:32:57 +0000 (21:32 +0000)]
* Add arguments to shutdown function
* Bring php_ini uptodate

25 years ago* Add arguments to shutdown functions
Zeev Suraski [Thu, 8 Apr 1999 21:14:50 +0000 (21:14 +0000)]
* Add arguments to shutdown functions
* Remove traces of php_ini stuff

25 years ago"Our favourite mistake"
Zeev Suraski [Thu, 8 Apr 1999 20:27:08 +0000 (20:27 +0000)]
"Our favourite mistake"

25 years ago$GLOBALS support
Zeev Suraski [Thu, 8 Apr 1999 20:21:36 +0000 (20:21 +0000)]
$GLOBALS support

25 years agoFix for php -v
Zeev Suraski [Thu, 8 Apr 1999 14:55:42 +0000 (14:55 +0000)]
Fix for php -v

25 years agopatched in fsock.c from php3
Stig Bakken [Thu, 8 Apr 1999 08:57:09 +0000 (08:57 +0000)]
patched in fsock.c from php3

25 years agoSpurious $ removed in Makefile.in
Kristian Köhntopp [Thu, 8 Apr 1999 08:23:37 +0000 (08:23 +0000)]
Spurious $ removed in Makefile.in

25 years agoforeach() syntax has changed
Andi Gutmans [Thu, 8 Apr 1999 04:11:23 +0000 (04:11 +0000)]
foreach() syntax has changed

25 years agoFix static assignment
Zeev Suraski [Thu, 8 Apr 1999 00:18:29 +0000 (00:18 +0000)]
Fix static assignment

25 years agoget rid of extra and doc dirs, more cvs ignore stuff
Stig Bakken [Thu, 8 Apr 1999 00:04:44 +0000 (00:04 +0000)]
get rid of extra and doc dirs, more cvs ignore stuff

25 years agofix configure warnings
Stig Bakken [Wed, 7 Apr 1999 23:59:51 +0000 (23:59 +0000)]
fix configure warnings

25 years agoRemove an unused variable
Zeev Suraski [Wed, 7 Apr 1999 23:09:09 +0000 (23:09 +0000)]
Remove an unused variable

25 years agoUpdate deps
Zeev Suraski [Wed, 7 Apr 1999 21:20:42 +0000 (21:20 +0000)]
Update deps

25 years agoWin32 patches
Zeev Suraski [Wed, 7 Apr 1999 21:19:35 +0000 (21:19 +0000)]
Win32 patches

25 years agoThat's better.
Zeev Suraski [Wed, 7 Apr 1999 21:14:10 +0000 (21:14 +0000)]
That's better.

25 years agoPHP 4.0
Zeev Suraski [Wed, 7 Apr 1999 21:05:13 +0000 (21:05 +0000)]
PHP 4.0

25 years agoWe didn't save the .dsp back then...
Zeev Suraski [Wed, 7 Apr 1999 21:00:45 +0000 (21:00 +0000)]
We didn't save the .dsp back then...

25 years agoCleanups: ZendCore->libzend
Zeev Suraski [Wed, 7 Apr 1999 20:30:03 +0000 (20:30 +0000)]
Cleanups:  ZendCore->libzend

25 years ago*** empty log message ***
Rasmus Lerdorf [Wed, 7 Apr 1999 18:18:16 +0000 (18:18 +0000)]
*** empty log message ***

25 years agoZend Library
Andi Gutmans [Wed, 7 Apr 1999 18:10:10 +0000 (18:10 +0000)]
Zend Library

25 years agoStandard project directories initialized by cvs2svn.
SVN Migration [Wed, 7 Apr 1999 18:10:10 +0000 (18:10 +0000)]
Standard project directories initialized by cvs2svn.