Xinchen Hui
|
c0d060f5c0
|
Bump year
|
2014-01-03 11:04:26 +08:00 |
|
Xinchen Hui
|
0a7395e009
|
Happy New Year
|
2013-01-01 16:28:54 +08:00 |
|
Felipe Pena
|
4e19825281
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Stanislav Malyshev
|
d81ea16ef1
|
Changed silent conversion of array to string to produce a notice. (Patrick)
|
2011-10-21 06:08:47 +00:00 |
|
Xinchen Hui
|
ba9546b8e5
|
Omitted GCC warning "comparison is always false"
|
2011-08-12 07:47:03 +00:00 |
|
Pierre Joye
|
a6a81e29d5
|
- fix build (introduce by r314641)
|
2011-08-11 07:11:39 +00:00 |
|
Xinchen Hui
|
64fc565765
|
Avoiding strcpy, strcat, sprintf usage to make static analyzer happy
|
2011-08-09 12:16:58 +00:00 |
|
Xinchen Hui
|
c109640b1a
|
Avoiding strcpy usage, Make static analyzer happy
|
2011-08-09 09:35:42 +00:00 |
|
Rasmus Lerdorf
|
5a448d23b2
|
These naked strcpy()s scare me
|
2011-08-07 00:18:38 +00:00 |
|
Felipe Pena
|
4b30846b50
|
- Make usage of new PHP_FE_END macro
|
2011-07-25 11:35:02 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Pierre Joye
|
a7ffa09e18
|
- add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd
|
2010-12-11 22:18:10 +00:00 |
|
Kalle Sommer Nielsen
|
a6adb25d85
|
Eliminate a TSRMLS_FETCH() call in case of an error in one of the ereg functions
|
2010-09-23 04:51:02 +00:00 |
|
Kalle Sommer Nielsen
|
1cabc8cd3a
|
Allow ereg to be built as shared on Windows
## I know that we may remove ereg in trunk, but since the core doesn't depend on
## ereg, then I don't see any reason not to allow this
|
2010-05-24 07:44:00 +00:00 |
|
Kalle Sommer Nielsen
|
7ef4cdf471
|
Remove a couple TSRMLS_FETCH() calls around ext/main/sapi
|
2010-04-13 11:02:15 +00:00 |
|
Sebastian Bergmann
|
9ba1e81665
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Matt Wilmas
|
26cde1ee2f
|
MFH: Updated tests after double->long conversion change (basically to match 5.2)
# Let me know about other failing tests I missed
|
2009-06-04 18:25:06 +00:00 |
|
Scott MacVicar
|
4044f880e8
|
MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of control. Lazy LRU here.
|
2009-05-28 21:57:24 +00:00 |
|
Ilia Alshanetsky
|
9ce52853c7
|
Simplify parameter parsing
|
2009-01-08 00:37:39 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Felipe Pena
|
63f6f500a7
|
- Fixed tests
|
2008-11-29 22:45:48 +00:00 |
|
Ant Phillips
|
587363da3c
|
Latest and greatest versions of these session tests - checked on 5.2.X snap on Windows, Linux and Linux 64 bit.
|
2008-11-27 14:39:33 +00:00 |
|
Felipe Pena
|
277c3e4172
|
- Fixed tests
|
2008-11-20 13:31:34 +00:00 |
|
Felipe Pena
|
1881091e0f
|
- Deprecate ereg
|
2008-11-18 17:55:07 +00:00 |
|
Felipe Pena
|
fc2fb50d09
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-11-17 11:28:01 +00:00 |
|
Felipe Pena
|
7a37fa2d6b
|
- Revert ZEND_BEGIN_ARG_INFO change
|
2008-11-02 21:19:39 +00:00 |
|
Felipe Pena
|
df10005563
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-10-24 14:35:40 +00:00 |
|
Alexey Zakhlestin
|
5058774e1f
|
propagated const, to avoid "discards qualifiers from pointer target type" errors
|
2008-10-16 11:38:25 +00:00 |
|
Jani Taskinen
|
07586f682b
|
MFH:- Visibility (bug #45564)
|
2008-07-21 16:23:00 +00:00 |
|
Felipe Pena
|
44fe6a6005
|
- Fixed tests
|
2008-06-22 19:16:44 +00:00 |
|
Felipe Pena
|
7319fb687e
|
- New parameter parsing API
|
2008-06-21 18:16:02 +00:00 |
|
Elizabeth Marie Smith
|
7d4dfa8ee4
|
Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled
|
2008-05-14 03:13:17 +00:00 |
|
Robin Fernandes
|
5cb8dd8040
|
Fix some ereg tests for 64bit platforms.
|
2008-04-22 15:31:57 +00:00 |
|
Felipe Pena
|
6bf6541b62
|
- Fixed tests
|
2008-04-20 02:06:20 +00:00 |
|
Felipe Pena
|
408bb1e48d
|
- Better error message
|
2008-04-20 01:44:16 +00:00 |
|
Robin Fernandes
|
bcd9a07d6c
|
Adding some tests for ereg and url functions.
|
2008-04-11 08:57:17 +00:00 |
|
Felipe Pena
|
e3040a0815
|
MFB: Fixed bug #44678 (spliti error message includes wrong function name)
|
2008-04-09 13:51:09 +00:00 |
|
Nuno Lopes
|
d962918299
|
const'ify more 372 bytes
|
2008-01-25 20:11:53 +00:00 |
|
Nuno Lopes
|
678e919635
|
const'ify more 768 bytes
|
2008-01-25 20:04:10 +00:00 |
|
Antony Dovgal
|
39b585001a
|
MFH
|
2008-01-24 23:02:07 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Jani Taskinen
|
aa3eee1dce
|
MFH:- Moved the old regex functions to own extension: ereg
|
2007-10-05 15:00:09 +00:00 |
|
Jani Taskinen
|
c77bcba737
|
- Remove ereg/ from PHP_5_2 branch. (not yet wanted here :)
|
2007-07-15 19:43:06 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Antony Dovgal
|
fdfa403388
|
MFH
|
2006-12-28 14:17:38 +00:00 |
|
Ilia Alshanetsky
|
8b8eb2cf88
|
Fixed potential use of un-initialized var (detected by Coverity)
|
2006-10-12 01:05:09 +00:00 |
|
Marcus Boerger
|
5a69b29082
|
- Warning fixes by Steph
|
2006-02-26 10:57:00 +00:00 |
|
foobar
|
5bd93221a8
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
|
foobar
|
d0a54af4c5
|
MFH: Nuke php3 legacy
|
2005-12-05 22:54:01 +00:00 |
|
foobar
|
23e671a51e
|
- Bumber up year
|
2005-08-03 14:08:58 +00:00 |
|