64 Commits

Author SHA1 Message Date
macintoshplus
d1c4cdc291 bump version to 0.4.1 0.4.1 2026-02-27 11:56:58 +01:00
macintoshplus
1931258612 🐛 apply patch for PHP 8 Thanks @arekm
📝 add readme
2026-02-27 11:55:09 +01:00
macintoshplus
f2b2ca9e3f add config PIE and GitHub Action 2026-02-26 22:08:01 +01:00
Simon Bazley
403fa58b6f Merge pull request #3 from krejcipetr/master
Repair the returning matches
2024-08-05 11:06:50 +01:00
Simon Bazley
832872beac Merge pull request #5 from lachbaer/fix_match_array
Fix issue #4 - match array not initialized
2024-08-05 11:06:21 +01:00
Simon Bazley
3fb8cf045d Merge pull request #6 from RobWei/master
Added code support for PHP 8
2024-08-05 11:05:51 +01:00
RobWei
60eb6b9f16 Added code support for PHP 8 2024-01-23 11:17:56 +01:00
Eik Rentzow
cc2e72e3d2 Fix issue #4 - match array not initialized
Done like in function php_pcre_match_impl() of PCRE module.
2023-02-28 08:14:33 +01:00
Petr Krejčí
d19b005e00 Repair the returning matches 2022-12-13 21:55:15 +01:00
Simon Bazley
9d83d267c2 Updated package.xml for 0.4.0 release 2020-01-13 17:42:12 +00:00
sibaz
0fdba09ee3 Added reference to /usr/lib64/tcl*/tclConfig.sh to support Centos builds
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@348327 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-20 12:09:22 +00:00
sibaz
7423b65a2e Added code to support PHP 7
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@348326 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-20 12:05:44 +00:00
michael
9ff8bd236f Upgraded PHP LICENSE to version 3.01. Released a new version.
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@337814 c90b9560-bf6c-de11-be94-00142212c4b1
0.3.3
2015-09-11 17:46:51 +00:00
remi
962f488073 fix global init/shudown (segfault on ZTS build)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@337812 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-11 16:02:10 +00:00
remi
7e6b652293 add LICENSE + missing files in package.xml
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@337811 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-11 15:32:52 +00:00
remi
6fafe17e77 set max version as not yet compatible with php 7
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@337810 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-11 15:19:21 +00:00
remi
18ea03b802 fix build when PHP_LIBDIR = lib64 (RPM distro)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@337809 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-11 15:15:49 +00:00
michael
a291a8ff3b Increment version
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@337808 c90b9560-bf6c-de11-be94-00142212c4b1
0.3.2
2015-09-11 12:31:25 +00:00
michael
48d03837f9 Fixed #70458
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@337807 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-11 12:29:29 +00:00
michael
5fdde4afbf Fixed setting boolea value "expect.loguser"
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@334336 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-20 16:29:12 +00:00
michael
98a048f820 Fixed compilation issues (bug #59916)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@319689 c90b9560-bf6c-de11-be94-00142212c4b1
0.3.1
2011-11-22 16:27:35 +00:00
michael
c02699dde7 removed duplicate print added in previous commit by mistake
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@312460 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-25 15:42:54 +00:00
michael
8133790622 Updated e-mail address
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@312443 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-24 19:35:30 +00:00
michael
178e5c07c5 Fixed Segmentation Fault on use (Bug #21578)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@312414 c90b9560-bf6c-de11-be94-00142212c4b1
0.3.0
2011-06-23 20:43:19 +00:00
michael
9b925ac532 Fixed Bug #22566 (Can't set ini variable)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@312401 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-23 11:36:40 +00:00
michael
4411953272 Provide a default value for expect.match_max (Bug #21823)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@307741 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.9
2011-01-25 21:07:27 +00:00
michael
f80a041dac Fixed bug #16836 (introduce expect.match_max .ini parameter for asterisk match buffer size)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@307293 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.8
2011-01-09 08:10:44 +00:00
michael
ea50047133 Fixed package version
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@304244 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.7
2010-10-10 07:43:20 +00:00
michael
e16b06dede Fixed bug #18998 (Change expect.logfile on runtime leave file descriptor opened)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@304243 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-10 07:37:35 +00:00
johannes
80e342cf6b s,function_entry,zend_function_entry,
As announced in http://news.php.net/php.pecl.dev/7123


git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@297236 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-31 20:39:48 +00:00
pajoye
3e030e95e6 - update to package.xml v2
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@290265 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-05 11:49:14 +00:00
gwynne
e4b08ad2de fix a huge number of wrong MIME types. UGH.
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@284003 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.6
2009-07-13 12:15:13 +00:00
shire
ce1a540073 fixes with arginfo for php-5.3 compatability
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@276740 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-03 23:21:38 +00:00
michael
f85ba457db add new release 0.2.5
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@269920 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.5
2008-11-27 10:13:57 +00:00
michael
b7d18cfbb9 Fixed bug #14768 (configure error in Ubuntu 8.04)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@269919 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-27 10:10:11 +00:00
sfox
c5895a300f - Bring the majority of PECL extensions into line with macro/x.x.x versioning.
- Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases.


git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@256435 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-31 09:37:00 +00:00
michael
925378d4ae adhere to C standard
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@244616 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-22 15:27:03 +00:00
michael
4e2f9109e1 Fixed Bug #6996 (Segmentation fault on expect_expectl)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@244548 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-21 16:55:44 +00:00
michael
f6251794c5 Make expect stream non-seekable (avoid warnings)
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@244508 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.4
2007-10-20 07:15:40 +00:00
michael
2246eef8d7 Fixed #12268 (Capturing output via exp_loguser from within PHP / Apache):
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@244507 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-20 06:50:37 +00:00
michael
50ecf39bfd - Allow proceeding with configuration, even if expect.h was not found
- Fix bug #5950 (fopen("expect://") leaves zombies)


git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@242353 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.3
2007-09-09 15:43:36 +00:00
michael
41baa86ee3 New package with bugfix.
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@215802 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.2
2006-07-05 14:53:16 +00:00
michael
c206870203 Fix segfault on scenario with EXP_TIMEOUT.
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@215801 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-05 14:51:56 +00:00
michael
1ac4b57036 New package.
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@215725 c90b9560-bf6c-de11-be94-00142212c4b1
0.2.1
2006-07-04 08:33:55 +00:00
michael
f2d7fbb1d1 Return array of match substrings (according to the parentheses), instead of returning the whole string.
The whole match string can be found in array[0]. (thanks to Michael A.Logdon-Porter for this patch)


git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@215723 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-04 08:09:57 +00:00
michael
d7abe0572c Follow convention of using strlcpy(), instead of strncpy.
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@215677 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-02 08:45:16 +00:00
michael
e33a147aef Add null-termination to the result, if the orignal string doesn't have it.
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@215644 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-01 10:10:16 +00:00
michael
17d7c347b8 conform to C standard of variable declaration
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@207572 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-20 15:29:03 +00:00
michael
549a25aae3 added third parameter to expect_expectl that will return the exact match occurred
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@207506 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-19 14:56:25 +00:00
michael
45c984eb53 new package
git-svn-id: https://svn.php.net/repository/pecl/expect/trunk@200385 c90b9560-bf6c-de11-be94-00142212c4b1
0.2
2005-11-12 09:39:22 +00:00