wez Thu Jan 30 04:04:36 2003 EDT
Added files:
/embed/php-irssichannel.c genobjdefs.php nick.c php-irssi-obj.c
php-irssi-obj.h php-irssi.h server.c typemap.php
Modified files:
/embed/php-irssi.cvsignore Makefi
wez Thu Jan 30 04:45:04 2003 EDT
Modified files:
/embed/php-irssigenobjdefs.php
Log:
Generate for the NICK record too.
Index: embed/php-irssi/genobjdefs.php
diff -u embed/php-irssi/genobjdefs.php:1.1 embed/php-irssi/genobjdefs.php:1.2
--- embed/php-ir
wez Thu Jan 30 04:57:22 2003 EDT
Modified files:
/embed/php-irssinick.c
Log:
More NICK stuff
Index: embed/php-irssi/nick.c
diff -u embed/php-irssi/nick.c:1.1 embed/php-irssi/nick.c:1.2
--- embed/php-irssi/nick.c:1.1 Thu Jan 30 04:04:35 2003
+++ embed
wez Thu Jan 30 07:12:21 2003 EDT
Modified files:
/embed/php-irssigenobjdefs.php gensignals.php php-irssi-obj.c
php-irssi.h typemap.php
Log:
Return a vestigal class entry for non-ZE2 aware code.
Expose the php module signals to php
wez Thu Jan 30 07:25:08 2003 EDT
Modified files:
/embed/php-irssiREADME
Log:
Slight clarification.
# I'm not too bothered with this at this stage!
Index: embed/php-irssi/README
diff -u embed/php-irssi/README:1.3 embed/php-irssi/README:1.4
--- embed/
wez Thu Jan 30 07:25:39 2003 EDT
Modified files:
/embed/php-irssiphp-core.c
Log:
Remove my name from a callback function...
Index: embed/php-irssi/php-core.c
diff -u embed/php-irssi/php-core.c:1.2 embed/php-irssi/php-core.c:1.3
--- embed/php-irssi/php
wez Thu Jan 30 07:31:45 2003 EDT
Modified files:
/embed/php-irssiREADME
Log:
Try and keep edin happy
Index: embed/php-irssi/README
diff -u embed/php-irssi/README:1.4 embed/php-irssi/README:1.5
--- embed/php-irssi/README:1.4 Thu Jan 30 07:25:08 2003
+
wez Thu Jan 30 07:35:53 2003 EDT
Modified files:
/embed/php-irssiREADME
Log:
Add a note on debugging...
Index: embed/php-irssi/README
diff -u embed/php-irssi/README:1.5 embed/php-irssi/README:1.6
--- embed/php-irssi/README:1.5 Thu Jan 30 07:31:45
wez Thu Jan 30 07:51:30 2003 EDT
Modified files:
/embed/php-irssiphp-core.c
Log:
Add some helpful comments
Index: embed/php-irssi/php-core.c
diff -u embed/php-irssi/php-core.c:1.3 embed/php-irssi/php-core.c:1.4
--- embed/php-irssi/php-core.c:1.3
wez Thu Jan 30 08:50:10 2003 EDT
Added files:
/embed/php-irssiTODO
Log:
Add a todo list.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tal Thu Jan 30 08:58:22 2003 EDT
Added files:
/embed/php-irssi/examples users.php
Log:
First example of php-irssi
Index: embed/php-irssi/examples/users.php
+++ embed/php-irssi/examples/users.php
tag.':';
$channels = $server->get_channels();
wez Thu Jan 30 10:42:49 2003 EDT
Modified files:
/embed/php-irssichannel.c ext-irssi.c genobjdefs.php nick.c
php-irssi-obj.c php-irssi.h server.c typemap.php
/embed/php-irssi/examples users.php
Log:
Generate more properties.
helly Thu Jan 30 13:28:42 2003 EDT
Modified files:
/php4/ext/dba config.m4
Log:
Allow to link against chosen modules correctly
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.38 php4/ext/dba/config.m4:1.39
--- php4/ext/dba/config.m4:1.38 T
helly Thu Jan 30 13:31:36 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/dba config.m4
Log:
MFH: Allow to link against chosen modules correctly
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.29.2.7 php4/ext/dba/config.m4:1.29.2.8
---
Please make these commit emails go someplace else..
--Jani
On Wed, 29 Jan 2003, Sterling Hughes wrote:
>sterling Wed Jan 29 13:49:13 2003 EDT
>
> Modified files:
>/embed/php-irssi README
> Log:
> testing
>
>
>Index: embed/php-irssi/READ
configure: error: cannot find necessary library
You need to reset the LIBS too..
--Jani
On Thu, 30 Jan 2003, Marcus Börger wrote:
>At 00:04 30.01.2003, Marcus Börger wrote:
>>At 11:55 28.01.2003, Jani Taskinen wrote:
>>>sniper Tue Jan 28 05:55:36 2003 EDT
>>>
>>>
Why? I thought when trying to link with only the new libraries
i could test them alone. On which library did it fail for you?
And if i reset LIBS what is the complete difference?
marcus
At 19:37 30.01.2003, Jani Taskinen wrote:
configure: error: cannot find necessary library
You need
tal Thu Jan 30 13:52:30 2003 EDT
Modified files:
/embed/php-irssiphp-core.c
Log:
Set the include path to irssi's scripts dirs on startup
Index: embed/php-irssi/php-core.c
diff -u embed/php-irssi/php-core.c:1.4 embed/php-irssi/php-core.c:1.5
--- embed/
On Thu, 30 Jan 2003, Marcus Börger wrote:
>Why? I thought when trying to link with only the new libraries
>i could test them alone. On which library did it fail for you?
>
>And if i reset LIBS what is the complete difference?
Now you reset LDFLAGS, which contains all the -L/path/to/lib
sniper Thu Jan 30 14:30:15 2003 EDT
Modified files:
/php4/ext/informix ifx.ec
Log:
fix bug: #21945 (zts build failed)
Index: php4/ext/informix/ifx.ec
diff -u php4/ext/informix/ifx.ec:1.77 php4/ext/informix/ifx.ec:1.78
--- php4/ext/informix/ifx.ec:1.77 We
sniper Thu Jan 30 14:30:36 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/informix ifx.ec
Log:
MFH: fix bug: #21945 (zts build failed)
Index: php4/ext/informix/ifx.ec
diff -u php4/ext/informix/ifx.ec:1.69.2.4 php4/ext/informix/ifx.ec:1.69.2.5
--- php4/ext
pollita Thu Jan 30 15:09:20 2003 EDT
Modified files:
/php4/ext/standard string.c
Log:
Unify str_replace and str_ireplace using INTERNAL_FUNCTION_PARAM_PASSTHRU -- reduce
codebase/maintenance complexity
Index: php4/ext/standard/string.c
diff -u php4/ext/stan
sas Thu Jan 30 16:06:35 2003 EDT
Modified files:
/php4/main streams.c
Log:
Fix sticky EOF problem
Sometimes streams signal a temporary EOF, because all current data
has been consumed. But that does not preclude the possibility that
more data will beco
sas Thu Jan 30 16:10:44 2003 EDT
Modified files: (Branch: PHP_4)
/php4/main streams.c
Log:
Partial MFH: Fix sticky eof issue, and avoid calling system stat macro
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.25 php4/main/streams.c:1.125.2
sas Thu Jan 30 16:11:29 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
Partial MFH: Fix sticky eof issue, and avoid calling system stat macro
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.25 php4/main/streams.c:1.125
helly Thu Jan 30 16:36:05 2003 EDT
Modified files:
/php4/ext/dba config.m4
Log:
Revert this part, the new one adds more problems than it solves.
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.39 php4/ext/dba/config.m4:1.40
--- php4/ext/db
helly Thu Jan 30 16:38:16 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/dba config.m4
Log:
MFH: revert partly
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.29.2.8 php4/ext/dba/config.m4:1.29.2.9
--- php4/ext/dba/config.m4:1.29.2.8
iliaa Thu Jan 30 17:37:51 2003 EDT
Modified files:
/php4/ext/session session.c
Log:
Fix compiler warning.
Index: php4/ext/session/session.c
diff -u php4/ext/session/session.c:1.349 php4/ext/session/session.c:1.350
--- php4/ext/session/session.c:1.349F
fmk Thu Jan 30 20:00:44 2003 EDT
Added files: (Branch: PHP_4_3)
/php4/ext/skeleton skeleton.dsp
Log:
Adding Win32 project file
Index: php4/ext/skeleton/skeleton.dsp
+++ php4/ext/skeleton/skeleton.dsp
--
PHP CVS Mailing List (http://www.php.net/)
To u
fmk Thu Jan 30 20:01:08 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/skeleton skeleton.php
Log:
Allow extensions to be loaded on win32
Index: php4/ext/skeleton/skeleton.php
diff -u php4/ext/skeleton/skeleton.php:1.4 php4/ext/skeleton/skeleton.php:1.4
fmk Thu Jan 30 20:01:53 2003 EDT
Added files: (Branch: PHP_4_3)
/php4/ext ext_skel.php
Log:
Wrapper script to execute ext_skel on WIn32
Index: php4/ext/ext_skel.php
+++ php4/ext/ext_skel.php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscri
fmk Thu Jan 30 22:44:20 2003 EDT
Modified files:
/php4/ext ext_skel.php
Log:
Wrapper script to use ext_skel on Win32
Index: php4/ext/ext_skel.php
diff -u /dev/null php4/ext/ext_skel.php:1.2
--- /dev/null Thu Jan 30 22:44:20 2003
+++ php4/ext/ext_skel.php
fmk Thu Jan 30 22:44:55 2003 EDT
Modified files:
/php4/ext/skeleton skeleton.dsp
Log:
Dtandard visual studio project for ext_skel
Index: php4/ext/skeleton/skeleton.dsp
diff -u /dev/null php4/ext/skeleton/skeleton.dsp:1.2
--- /dev/null Thu Jan 30 22:44:55
fmk Thu Jan 30 22:45:14 2003 EDT
Modified files:
/php4/ext/skeleton skeleton.php
Log:
Use platform specific extension.
Index: php4/ext/skeleton/skeleton.php
diff -u php4/ext/skeleton/skeleton.php:1.4 php4/ext/skeleton/skeleton.php:1.5
--- php4/ext/skeleton/
pollita Thu Jan 30 23:54:58 2003 EDT
Modified files:
/php4/ext/ftp ftp.c ftp.h php_ftp.c php_ftp.h
Log:
Add ftp_raw() to send raw command strings to an FTP server.
Index: php4/ext/ftp/ftp.c
diff -u php4/ext/ftp/ftp.c:1.75 php4/ext/ftp/ftp.c:1.76
--- php
sas Fri Jan 31 02:44:17 2003 EDT
Modified files:
/php4 php.ini-dist
Log:
Remove obsolete warning
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.178 php4/php.ini-dist:1.179
--- php4/php.ini-dist:1.178 Thu Jan 16 02:21:49 2003
+++ php4/php.i
sas Fri Jan 31 02:46:45 2003 EDT
Modified files: (Branch: PHP_4)
/php4 php.ini-dist
Log:
MFH obsolete warning
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.171.2.4 php4/php.ini-dist:1.171.2.4.2.1
--- php4/php.ini-dist:1.171.2.4 Thu Dec 26 08:27:0
sas Fri Jan 31 02:47:10 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 php.ini-dist
Log:
MFH obsolete warning
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.171.2.4 php4/php.ini-dist:1.171.2.5
--- php4/php.ini-dist:1.171.2.4 Thu Dec 26 08:27:08
38 matches
Mail list logo