]>
granicus.if.org Git - php/log
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)
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
Andrey Hristov [Mon, 2 Aug 1999 17:28:32 +0000 (17:28 +0000)]
Fix function declarations.
Andrey Hristov [Mon, 2 Aug 1999 16:06:13 +0000 (16:06 +0000)]
More symbol work.
Andrey Hristov [Mon, 2 Aug 1999 15:02:52 +0000 (15:02 +0000)]
More symbol work.
Andrey Hristov [Mon, 2 Aug 1999 14:31:41 +0000 (14:31 +0000)]
Updated proto
Egon Schmid [Sun, 1 Aug 1999 18:18:40 +0000 (18:18 +0000)]
Another forgotten prototype. Andrey, why is preg_grep in PHP3 missing?
Andi Gutmans [Sun, 1 Aug 1999 17:56:09 +0000 (17:56 +0000)]
Support resource type in gettype()
Zeev Suraski [Sun, 1 Aug 1999 00:33:03 +0000 (00:33 +0000)]
Fix bug #1872
Zeev Suraski [Sun, 1 Aug 1999 00:25:58 +0000 (00:25 +0000)]
Final IMAP fixes
Zeev Suraski [Sat, 31 Jul 1999 20:21:07 +0000 (20:21 +0000)]
More IMAP fixes
Zeev Suraski [Sat, 31 Jul 1999 19:53:02 +0000 (19:53 +0000)]
Fix another compile warning
Zeev Suraski [Sat, 31 Jul 1999 19:23:22 +0000 (19:23 +0000)]
That should fix bug #1903
Zeev Suraski [Sat, 31 Jul 1999 19:06:36 +0000 (19:06 +0000)]
Fix problem with include/require of URLs (bug #1832)
Zeev Suraski [Sat, 31 Jul 1999 18:57:41 +0000 (18:57 +0000)]
Fix problem with include/require of URLs
Zeev Suraski [Sat, 31 Jul 1999 18:48:47 +0000 (18:48 +0000)]
These aren't necessary
Zeev Suraski [Sat, 31 Jul 1999 16:20:06 +0000 (16:20 +0000)]
Fix bug #1914
Zeev Suraski [Sat, 31 Jul 1999 10:38:33 +0000 (10:38 +0000)]
Declaration fix
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?
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)
Zeev Suraski [Fri, 30 Jul 1999 22:17:51 +0000 (22:17 +0000)]
This should fix the implode() problem
Zeev Suraski [Fri, 30 Jul 1999 14:17:08 +0000 (14:17 +0000)]
Support symbols in any symbol table, not just the active one
Andrey Hristov [Fri, 30 Jul 1999 13:17:29 +0000 (13:17 +0000)]
Fix for bug #1907.
Andi Gutmans [Fri, 30 Jul 1999 12:27:04 +0000 (12:27 +0000)]
- Damn that's more like it.
Andi Gutmans [Fri, 30 Jul 1999 12:23:12 +0000 (12:23 +0000)]
- Cut&paste crap
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.
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
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.
Andi Gutmans [Thu, 29 Jul 1999 04:03:03 +0000 (04:03 +0000)]
-Tiny fix
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 :)
Andi Gutmans [Wed, 28 Jul 1999 17:59:55 +0000 (17:59 +0000)]
- Fixed various inheritance problems & Andrey's leak
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")
Andrey Hristov [Wed, 28 Jul 1999 13:59:35 +0000 (13:59 +0000)]
Fix link functions problem.
Danny Heijl [Wed, 28 Jul 1999 11:26:58 +0000 (11:26 +0000)]
Make it compile again
Philippe Verdy [Wed, 28 Jul 1999 07:04:26 +0000 (07:04 +0000)]
Commited changes in php3 function/soundex 1.32
Zeev Suraski [Tue, 27 Jul 1999 21:01:41 +0000 (21:01 +0000)]
License update
Zeev Suraski [Tue, 27 Jul 1999 20:34:31 +0000 (20:34 +0000)]
Inherit parent's constructor
Zeev Suraski [Tue, 27 Jul 1999 20:33:42 +0000 (20:33 +0000)]
*** empty log message ***
Zeev Suraski [Tue, 27 Jul 1999 20:14:58 +0000 (20:14 +0000)]
Fix runtime inheritence (child functions/members should have higher precedence)
Andrey Hristov [Tue, 27 Jul 1999 19:44:46 +0000 (19:44 +0000)]
Symbol work.
Andi Gutmans [Tue, 27 Jul 1999 18:38:01 +0000 (18:38 +0000)]
- Update Changelog
Andi Gutmans [Tue, 27 Jul 1999 18:35:22 +0000 (18:35 +0000)]
- Add missing lock
Andi Gutmans [Tue, 27 Jul 1999 17:30:45 +0000 (17:30 +0000)]
- strttotime is compiled in on win32 again.
Andi Gutmans [Tue, 27 Jul 1999 17:30:16 +0000 (17:30 +0000)]
- Fix up the new operator a bit more.
Andrey Hristov [Tue, 27 Jul 1999 17:17:05 +0000 (17:17 +0000)]
Oops.
Andrey Hristov [Tue, 27 Jul 1999 17:09:35 +0000 (17:09 +0000)]
More symbol work.
Andrey Hristov [Tue, 27 Jul 1999 16:26:30 +0000 (16:26 +0000)]
check for nKeyLength not arKey
Andrey Hristov [Tue, 27 Jul 1999 16:19:10 +0000 (16:19 +0000)]
*** empty log message ***
Andrey Hristov [Tue, 27 Jul 1999 16:17:58 +0000 (16:17 +0000)]
Fix for bug #1887.
Andrey Hristov [Tue, 27 Jul 1999 13:40:54 +0000 (13:40 +0000)]
Fix for bug #1891
Stig Bakken [Tue, 27 Jul 1999 13:10:15 +0000 (13:10 +0000)]
forgot to mention the password
Stig Bakken [Tue, 27 Jul 1999 13:09:23 +0000 (13:09 +0000)]
spoonfeed
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.
Zeev Suraski [Tue, 27 Jul 1999 00:14:34 +0000 (00:14 +0000)]
Set reference count and is_ref values for new objects
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)
Zeev Suraski [Mon, 26 Jul 1999 21:55:51 +0000 (21:55 +0000)]
Fix bug #1867
Zeev Suraski [Mon, 26 Jul 1999 21:31:40 +0000 (21:31 +0000)]
*** empty log message ***
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
Zeev Suraski [Mon, 26 Jul 1999 21:17:05 +0000 (21:17 +0000)]
Fix bug #1851
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.
Andi Gutmans [Mon, 26 Jul 1999 19:35:57 +0000 (19:35 +0000)]
- Oops I erased this by mistake
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
Andi Gutmans [Mon, 26 Jul 1999 19:24:54 +0000 (19:24 +0000)]
- Temporary fix for "this". Have to fix it tomorrow.
Andi Gutmans [Mon, 26 Jul 1999 18:56:54 +0000 (18:56 +0000)]
- Fix compile error. Weird that Visual didn't catch this one.
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.
Stig Bakken [Sun, 25 Jul 1999 15:06:49 +0000 (15:06 +0000)]
"gd", not "-lgd"
Stig Bakken [Sun, 25 Jul 1999 14:46:33 +0000 (14:46 +0000)]
use AC_ADD_ macros
Stig Bakken [Sun, 25 Jul 1999 12:57:50 +0000 (12:57 +0000)]
final php3.ini -> php.ini renaming?
Andrey Hristov [Sat, 24 Jul 1999 22:16:54 +0000 (22:16 +0000)]
A bunch of grunt work updating function entries and declarations.
Sascha Schumann [Sat, 24 Jul 1999 21:40:37 +0000 (21:40 +0000)]
overlooked them
Andrey Hristov [Sat, 24 Jul 1999 21:19:54 +0000 (21:19 +0000)]
Remove buildconf.stamp on make distclean
Zeev Suraski [Sat, 24 Jul 1999 20:36:31 +0000 (20:36 +0000)]
Congrats Andrey
Stig Bakken [Sat, 24 Jul 1999 19:10:17 +0000 (19:10 +0000)]
more Solaris fun
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
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
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
Stig Bakken [Sat, 24 Jul 1999 14:54:24 +0000 (14:54 +0000)]
Solaris 7 fix
Zeev Suraski [Sat, 24 Jul 1999 14:40:08 +0000 (14:40 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 24 Jul 1999 14:38:05 +0000 (14:38 +0000)]
Fix that memory leak... nested function issue remains
Zeev Suraski [Sat, 24 Jul 1999 14:36:48 +0000 (14:36 +0000)]
* Fix a warning
* Update ChangeLog
Danny Heijl [Sat, 24 Jul 1999 14:28:29 +0000 (14:28 +0000)]
Get rid of most compiler warnings.
Zeev Suraski [Sat, 24 Jul 1999 11:43:21 +0000 (11:43 +0000)]
Fix RETURN & SWITCH memory leak issue
Zeev Suraski [Sat, 24 Jul 1999 11:24:19 +0000 (11:24 +0000)]
Thoroughly fix the SWITCH problem. No RETURN handling yet.
Rasmus Lerdorf [Sat, 24 Jul 1999 02:44:53 +0000 (02:44 +0000)]
Changelog
Rasmus Lerdorf [Sat, 24 Jul 1999 02:43:22 +0000 (02:43 +0000)]
Fix broken build
Rasmus Lerdorf [Sat, 24 Jul 1999 02:30:37 +0000 (02:30 +0000)]
Bring rand.c up to date
Sascha Schumann [Sat, 24 Jul 1999 00:56:56 +0000 (00:56 +0000)]
fix for missing include path in CFLAGS
Sascha Schumann [Sat, 24 Jul 1999 00:46:47 +0000 (00:46 +0000)]
Bourne Shell does not have -nt.
Andrey Hristov [Fri, 23 Jul 1999 22:47:24 +0000 (22:47 +0000)]
Added function entry for similar_text().
Andrey Hristov [Fri, 23 Jul 1999 22:35:14 +0000 (22:35 +0000)]
Added function entry for strip_tags.
Andrey Hristov [Fri, 23 Jul 1999 21:24:53 +0000 (21:24 +0000)]
Ignore generated file.
Andrey Hristov [Fri, 23 Jul 1999 21:24:30 +0000 (21:24 +0000)]
*** empty log message ***
Andrey Hristov [Fri, 23 Jul 1999 21:22:20 +0000 (21:22 +0000)]
Ignore parsedate.c
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.
Stig Bakken [Fri, 23 Jul 1999 20:47:59 +0000 (20:47 +0000)]
generated and not required by windows
Stig Bakken [Fri, 23 Jul 1999 20:47:17 +0000 (20:47 +0000)]
required for the Windows build, re-adding
Andrey Hristov [Fri, 23 Jul 1999 19:52:18 +0000 (19:52 +0000)]
*** empty log message ***
Andrey Hristov [Fri, 23 Jul 1999 19:51:27 +0000 (19:51 +0000)]
Ported strtotime() function.
Sascha Schumann [Fri, 23 Jul 1999 19:37:59 +0000 (19:37 +0000)]
Improve speed on subsequent runs of buildconf
Andrey Hristov [Fri, 23 Jul 1999 19:22:28 +0000 (19:22 +0000)]
Fix for compatibility.