]> granicus.if.org Git - php/log
php
25 years agoRemoved '3' from key functions in PHP (maintained compatibility through
Zeev Suraski [Mon, 2 Aug 1999 19:17:14 +0000 (19:17 +0000)]
Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)

25 years agoMake set_compiled_filename() return a pointer to the allocated file name
Andi Gutmans [Mon, 2 Aug 1999 18:40:10 +0000 (18:40 +0000)]
Make set_compiled_filename() return a pointer to the allocated file name

25 years agoFix function declarations.
Andrey Hristov [Mon, 2 Aug 1999 17:28:32 +0000 (17:28 +0000)]
Fix function declarations.

25 years agoMore symbol work.
Andrey Hristov [Mon, 2 Aug 1999 16:06:13 +0000 (16:06 +0000)]
More symbol work.

25 years agoMore symbol work.
Andrey Hristov [Mon, 2 Aug 1999 15:02:52 +0000 (15:02 +0000)]
More symbol work.

25 years agoUpdated proto
Andrey Hristov [Mon, 2 Aug 1999 14:31:41 +0000 (14:31 +0000)]
Updated proto

25 years agoAnother forgotten prototype. Andrey, why is preg_grep in PHP3 missing?
Egon Schmid [Sun, 1 Aug 1999 18:18:40 +0000 (18:18 +0000)]
Another forgotten prototype. Andrey, why is preg_grep in PHP3 missing?

25 years agoSupport resource type in gettype()
Andi Gutmans [Sun, 1 Aug 1999 17:56:09 +0000 (17:56 +0000)]
Support resource type in gettype()

25 years agoFix bug #1872
Zeev Suraski [Sun, 1 Aug 1999 00:33:03 +0000 (00:33 +0000)]
Fix bug #1872

25 years agoFinal IMAP fixes
Zeev Suraski [Sun, 1 Aug 1999 00:25:58 +0000 (00:25 +0000)]
Final IMAP fixes

25 years agoMore IMAP fixes
Zeev Suraski [Sat, 31 Jul 1999 20:21:07 +0000 (20:21 +0000)]
More IMAP fixes

25 years agoFix another compile warning
Zeev Suraski [Sat, 31 Jul 1999 19:53:02 +0000 (19:53 +0000)]
Fix another compile warning

25 years agoThat should fix bug #1903
Zeev Suraski [Sat, 31 Jul 1999 19:23:22 +0000 (19:23 +0000)]
That should fix bug #1903

25 years agoFix problem with include/require of URLs (bug #1832)
Zeev Suraski [Sat, 31 Jul 1999 19:06:36 +0000 (19:06 +0000)]
Fix problem with include/require of URLs (bug #1832)

25 years agoFix problem with include/require of URLs
Zeev Suraski [Sat, 31 Jul 1999 18:57:41 +0000 (18:57 +0000)]
Fix problem with include/require of URLs

25 years agoThese aren't necessary
Zeev Suraski [Sat, 31 Jul 1999 18:48:47 +0000 (18:48 +0000)]
These aren't necessary

25 years agoFix bug #1914
Zeev Suraski [Sat, 31 Jul 1999 16:20:06 +0000 (16:20 +0000)]
Fix bug #1914

25 years agoDeclaration fix
Zeev Suraski [Sat, 31 Jul 1999 10:38:33 +0000 (10:38 +0000)]
Declaration fix

25 years agoOk, that should be a good start. Can somebody verify that this actually compiles,
Zeev Suraski [Fri, 30 Jul 1999 23:36:20 +0000 (23:36 +0000)]
Ok, that should be a good start.  Can somebody verify that this actually compiles,
and perhaps check if it runs?

25 years agoEarly steps towards making the IMAP module PHP 4.0 compatible
Zeev Suraski [Fri, 30 Jul 1999 23:14:01 +0000 (23:14 +0000)]
Early steps towards making the IMAP module PHP 4.0 compatible
(and readable - indent people, INDENT)

25 years agoThis should fix the implode() problem
Zeev Suraski [Fri, 30 Jul 1999 22:17:51 +0000 (22:17 +0000)]
This should fix the implode() problem

25 years agoSupport symbols in any symbol table, not just the active one
Zeev Suraski [Fri, 30 Jul 1999 14:17:08 +0000 (14:17 +0000)]
Support symbols in any symbol table, not just the active one

25 years agoFix for bug #1907.
Andrey Hristov [Fri, 30 Jul 1999 13:17:29 +0000 (13:17 +0000)]
Fix for bug #1907.

25 years ago- Damn that's more like it.
Andi Gutmans [Fri, 30 Jul 1999 12:27:04 +0000 (12:27 +0000)]
- Damn that's more like it.

25 years ago- Cut&paste crap
Andi Gutmans [Fri, 30 Jul 1999 12:23:12 +0000 (12:23 +0000)]
- Cut&paste crap

25 years ago- Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.
Andi Gutmans [Fri, 30 Jul 1999 11:55:53 +0000 (11:55 +0000)]
- Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.
  There seems to be no reason for stack->top in the ptr_stack except for
  when realloc()'in the stack. I think I'll remove it.

25 years ago* Setting variables in the global scope wasn't handling is_ref's properly
Zeev Suraski [Fri, 30 Jul 1999 02:49:12 +0000 (02:49 +0000)]
* Setting variables in the global scope wasn't handling is_ref's properly

25 years ago- Fixed a leak when doing inheritance. The parent class name wasn't being freed.
Andi Gutmans [Thu, 29 Jul 1999 12:24:58 +0000 (12:24 +0000)]
- Fixed a leak when doing inheritance. The parent class name wasn't being freed.
- Fixed a stack leak. Functions that had late argument binding were set up as
  INIT_FCALL_BY_NAME but were using DO_FCALL and not the corresponding
  DO_FCALL_BY_NAME.

25 years ago-Tiny fix
Andi Gutmans [Thu, 29 Jul 1999 04:03:03 +0000 (04:03 +0000)]
-Tiny fix

25 years ago- Added function documentation prototypes. Thanks to Egon Schmid for
Andi Gutmans [Thu, 29 Jul 1999 03:48:29 +0000 (03:48 +0000)]
- Added function documentation prototypes. Thanks to Egon Schmid for
  straightening me out :)

25 years ago- Fixed various inheritance problems & Andrey's leak
Andi Gutmans [Wed, 28 Jul 1999 17:59:55 +0000 (17:59 +0000)]
- Fixed various inheritance problems & Andrey's leak

25 years ago- Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")
Andi Gutmans [Wed, 28 Jul 1999 17:58:38 +0000 (17:58 +0000)]
- Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")

25 years agoFix link functions problem.
Andrey Hristov [Wed, 28 Jul 1999 13:59:35 +0000 (13:59 +0000)]
Fix link functions problem.

25 years agoMake it compile again
Danny Heijl [Wed, 28 Jul 1999 11:26:58 +0000 (11:26 +0000)]
Make it compile again

25 years agoCommited changes in php3 function/soundex 1.32
Philippe Verdy [Wed, 28 Jul 1999 07:04:26 +0000 (07:04 +0000)]
Commited changes in php3 function/soundex 1.32

25 years agoLicense update
Zeev Suraski [Tue, 27 Jul 1999 21:01:41 +0000 (21:01 +0000)]
License update

25 years agoInherit parent's constructor
Zeev Suraski [Tue, 27 Jul 1999 20:34:31 +0000 (20:34 +0000)]
Inherit parent's constructor

25 years ago*** empty log message ***
Zeev Suraski [Tue, 27 Jul 1999 20:33:42 +0000 (20:33 +0000)]
*** empty log message ***

25 years agoFix runtime inheritence (child functions/members should have higher precedence)
Zeev Suraski [Tue, 27 Jul 1999 20:14:58 +0000 (20:14 +0000)]
Fix runtime inheritence (child functions/members should have higher precedence)

25 years agoSymbol work.
Andrey Hristov [Tue, 27 Jul 1999 19:44:46 +0000 (19:44 +0000)]
Symbol work.

25 years ago- Update Changelog
Andi Gutmans [Tue, 27 Jul 1999 18:38:01 +0000 (18:38 +0000)]
- Update Changelog

25 years ago- Add missing lock
Andi Gutmans [Tue, 27 Jul 1999 18:35:22 +0000 (18:35 +0000)]
- Add missing lock

25 years ago- strttotime is compiled in on win32 again.
Andi Gutmans [Tue, 27 Jul 1999 17:30:45 +0000 (17:30 +0000)]
- strttotime is compiled in on win32 again.

25 years ago- Fix up the new operator a bit more.
Andi Gutmans [Tue, 27 Jul 1999 17:30:16 +0000 (17:30 +0000)]
- Fix up the new operator a bit more.

25 years agoOops.
Andrey Hristov [Tue, 27 Jul 1999 17:17:05 +0000 (17:17 +0000)]
Oops.

25 years agoMore symbol work.
Andrey Hristov [Tue, 27 Jul 1999 17:09:35 +0000 (17:09 +0000)]
More symbol work.

25 years agocheck for nKeyLength not arKey
Andrey Hristov [Tue, 27 Jul 1999 16:26:30 +0000 (16:26 +0000)]
check for nKeyLength not arKey

25 years ago*** empty log message ***
Andrey Hristov [Tue, 27 Jul 1999 16:19:10 +0000 (16:19 +0000)]
*** empty log message ***

25 years agoFix for bug #1887.
Andrey Hristov [Tue, 27 Jul 1999 16:17:58 +0000 (16:17 +0000)]
Fix for bug #1887.

25 years agoFix for bug #1891
Andrey Hristov [Tue, 27 Jul 1999 13:40:54 +0000 (13:40 +0000)]
Fix for bug #1891

25 years agoforgot to mention the password
Stig Bakken [Tue, 27 Jul 1999 13:10:15 +0000 (13:10 +0000)]
forgot to mention the password

25 years agospoonfeed
Stig Bakken [Tue, 27 Jul 1999 13:09:23 +0000 (13:09 +0000)]
spoonfeed

25 years ago>... If you can, please update your module to use these macros.
Danny Heijl [Tue, 27 Jul 1999 11:29:36 +0000 (11:29 +0000)]
>... If you can, please update your module to use these macros.
I could, so I did.

25 years agoSet reference count and is_ref values for new objects
Zeev Suraski [Tue, 27 Jul 1999 00:14:34 +0000 (00:14 +0000)]
Set reference count and is_ref values for new objects

25 years ago- Fixed a memory leak when using assignment-op operators with lvalue of type
Zeev Suraski [Mon, 26 Jul 1999 21:56:45 +0000 (21:56 +0000)]
- Fixed a memory leak when using assignment-op operators with lvalue of type
  string (or array/object)

25 years agoFix bug #1867
Zeev Suraski [Mon, 26 Jul 1999 21:55:51 +0000 (21:55 +0000)]
Fix bug #1867

25 years ago*** empty log message ***
Zeev Suraski [Mon, 26 Jul 1999 21:31:40 +0000 (21:31 +0000)]
*** empty log message ***

25 years agoFix a bug in inheritence from classes defined in include files, that are
Zeev Suraski [Mon, 26 Jul 1999 21:18:35 +0000 (21:18 +0000)]
Fix a bug in inheritence from classes defined in include files, that are
inherited from require()'d files

25 years agoFix bug #1851
Zeev Suraski [Mon, 26 Jul 1999 21:17:05 +0000 (21:17 +0000)]
Fix bug #1851

25 years agoMore symbol work.
Andrey Hristov [Mon, 26 Jul 1999 20:09:08 +0000 (20:09 +0000)]
More symbol work.

I've defined a few macros to help with module/request init/startup function definitions.
Basically:

PHP_MINIT_FUNCTION(module)
PHP_MSHUTDOWN_FUNCTION(module)
PHP_RINIT_FUNCTION(module)
PHP_RSHUTDOWN_FUNCTION(module)
PHP_MINFO_FUNCTION(module)

These will expand to proper function prototypes.

Now to specify these in the module entry, use:

PHP_MINIT(module)
PHP_MSHUTDOWN(module)
PHP_RINIT(module)
PHP_RSHUTDOWN(module)
PHP_MINFO(module)

I've updated all modules in ext/standard and everything from ext/apache to ext/db.
If you can, please update your module to use these macros.

25 years ago- Oops I erased this by mistake
Andi Gutmans [Mon, 26 Jul 1999 19:35:57 +0000 (19:35 +0000)]
- Oops I erased this by mistake

25 years ago- Should be a complete fix now. This break away code should maybe be made
Andi Gutmans [Mon, 26 Jul 1999 19:32:13 +0000 (19:32 +0000)]
- Should be a complete fix now. This break away code should maybe be made
  somewhat generic

25 years ago- Temporary fix for "this". Have to fix it tomorrow.
Andi Gutmans [Mon, 26 Jul 1999 19:24:54 +0000 (19:24 +0000)]
- Temporary fix for "this". Have to fix it tomorrow.

25 years ago- Fix compile error. Weird that Visual didn't catch this one.
Andi Gutmans [Mon, 26 Jul 1999 18:56:54 +0000 (18:56 +0000)]
- Fix compile error. Weird that Visual didn't catch this one.

25 years ago- Fix the new operator incompatibility.
Andi Gutmans [Mon, 26 Jul 1999 16:57:06 +0000 (16:57 +0000)]
- Fix the new operator incompatibility.
- I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
  win32 from compiling. This needs to be fixed!!!
- Check out libzend to compile the tree now.

25 years ago"gd", not "-lgd"
Stig Bakken [Sun, 25 Jul 1999 15:06:49 +0000 (15:06 +0000)]
"gd", not "-lgd"

25 years agouse AC_ADD_ macros
Stig Bakken [Sun, 25 Jul 1999 14:46:33 +0000 (14:46 +0000)]
use AC_ADD_ macros

25 years agofinal php3.ini -> php.ini renaming?
Stig Bakken [Sun, 25 Jul 1999 12:57:50 +0000 (12:57 +0000)]
final php3.ini -> php.ini renaming?

25 years agoA bunch of grunt work updating function entries and declarations.
Andrey Hristov [Sat, 24 Jul 1999 22:16:54 +0000 (22:16 +0000)]
A bunch of grunt work updating function entries and declarations.

25 years agooverlooked them
Sascha Schumann [Sat, 24 Jul 1999 21:40:37 +0000 (21:40 +0000)]
overlooked them

25 years agoRemove buildconf.stamp on make distclean
Andrey Hristov [Sat, 24 Jul 1999 21:19:54 +0000 (21:19 +0000)]
Remove buildconf.stamp on make distclean

25 years agoCongrats Andrey
Zeev Suraski [Sat, 24 Jul 1999 20:36:31 +0000 (20:36 +0000)]
Congrats Andrey

25 years agomore Solaris fun
Stig Bakken [Sat, 24 Jul 1999 19:10:17 +0000 (19:10 +0000)]
more Solaris fun

25 years agoadded workaround for Solaris PIC weirdness.
Stig Bakken [Sat, 24 Jul 1999 19:02:38 +0000 (19:02 +0000)]
added workaround for Solaris PIC weirdness.
added RPM spec file for a future "official" RPM, work-in-progress

25 years agotemporary icon for RPMs until Colin gets back and can make us a spiffy new one
Stig Bakken [Sat, 24 Jul 1999 19:00:06 +0000 (19:00 +0000)]
temporary icon for RPMs until Colin gets back and can make us a spiffy new one

25 years ago* Make Win32 build work again
Zeev Suraski [Sat, 24 Jul 1999 16:52:00 +0000 (16:52 +0000)]
* Make Win32 build work again
* Make error_reporting value prior to the standard initialization be
  set so that errors show up

25 years agoSolaris 7 fix
Stig Bakken [Sat, 24 Jul 1999 14:54:24 +0000 (14:54 +0000)]
Solaris 7 fix

25 years ago*** empty log message ***
Zeev Suraski [Sat, 24 Jul 1999 14:40:08 +0000 (14:40 +0000)]
*** empty log message ***

25 years agoFix that memory leak... nested function issue remains
Zeev Suraski [Sat, 24 Jul 1999 14:38:05 +0000 (14:38 +0000)]
Fix that memory leak... nested function issue remains

25 years ago* Fix a warning
Zeev Suraski [Sat, 24 Jul 1999 14:36:48 +0000 (14:36 +0000)]
* Fix a warning
* Update ChangeLog

25 years agoGet rid of most compiler warnings.
Danny Heijl [Sat, 24 Jul 1999 14:28:29 +0000 (14:28 +0000)]
Get rid of most compiler warnings.

25 years agoFix RETURN & SWITCH memory leak issue
Zeev Suraski [Sat, 24 Jul 1999 11:43:21 +0000 (11:43 +0000)]
Fix RETURN & SWITCH memory leak issue

25 years agoThoroughly fix the SWITCH problem. No RETURN handling yet.
Zeev Suraski [Sat, 24 Jul 1999 11:24:19 +0000 (11:24 +0000)]
Thoroughly fix the SWITCH problem.  No RETURN handling yet.

25 years agoChangelog
Rasmus Lerdorf [Sat, 24 Jul 1999 02:44:53 +0000 (02:44 +0000)]
Changelog

25 years agoFix broken build
Rasmus Lerdorf [Sat, 24 Jul 1999 02:43:22 +0000 (02:43 +0000)]
Fix broken build

25 years agoBring rand.c up to date
Rasmus Lerdorf [Sat, 24 Jul 1999 02:30:37 +0000 (02:30 +0000)]
Bring rand.c up to date

25 years agofix for missing include path in CFLAGS
Sascha Schumann [Sat, 24 Jul 1999 00:56:56 +0000 (00:56 +0000)]
fix for missing include path in CFLAGS

25 years agoBourne Shell does not have -nt.
Sascha Schumann [Sat, 24 Jul 1999 00:46:47 +0000 (00:46 +0000)]
Bourne Shell does not have -nt.

25 years agoAdded function entry for similar_text().
Andrey Hristov [Fri, 23 Jul 1999 22:47:24 +0000 (22:47 +0000)]
Added function entry for similar_text().

25 years agoAdded function entry for strip_tags.
Andrey Hristov [Fri, 23 Jul 1999 22:35:14 +0000 (22:35 +0000)]
Added function entry for strip_tags.

25 years agoIgnore generated file.
Andrey Hristov [Fri, 23 Jul 1999 21:24:53 +0000 (21:24 +0000)]
Ignore generated file.

25 years ago*** empty log message ***
Andrey Hristov [Fri, 23 Jul 1999 21:24:30 +0000 (21:24 +0000)]
*** empty log message ***

25 years agoIgnore parsedate.c
Andrey Hristov [Fri, 23 Jul 1999 21:22:20 +0000 (21:22 +0000)]
Ignore parsedate.c

25 years agoFixed a bug in WDDX that occured when a number was passed in instead
Andrey Hristov [Fri, 23 Jul 1999 21:21:33 +0000 (21:21 +0000)]
Fixed a bug in WDDX that occured when a number was passed in instead
of a variable name.

25 years agogenerated and not required by windows
Stig Bakken [Fri, 23 Jul 1999 20:47:59 +0000 (20:47 +0000)]
generated and not required by windows

25 years agorequired for the Windows build, re-adding
Stig Bakken [Fri, 23 Jul 1999 20:47:17 +0000 (20:47 +0000)]
required for the Windows build, re-adding

25 years ago*** empty log message ***
Andrey Hristov [Fri, 23 Jul 1999 19:52:18 +0000 (19:52 +0000)]
*** empty log message ***

25 years agoPorted strtotime() function.
Andrey Hristov [Fri, 23 Jul 1999 19:51:27 +0000 (19:51 +0000)]
Ported strtotime() function.

25 years agoImprove speed on subsequent runs of buildconf
Sascha Schumann [Fri, 23 Jul 1999 19:37:59 +0000 (19:37 +0000)]
Improve speed on subsequent runs of buildconf

25 years agoFix for compatibility.
Andrey Hristov [Fri, 23 Jul 1999 19:22:28 +0000 (19:22 +0000)]
Fix for compatibility.