Commit Graph

41951 Commits

Author SHA1 Message Date
Felipe Pena
bb31072d3e - Fix build 2009-05-07 22:42:46 +00:00
Scott MacVicar
f8207707c9 BFN 2009-05-07 16:56:18 +00:00
Scott MacVicar
81e3b74188 Print warning when using loadExtension on non cli, cgi and embeded 2009-05-07 16:49:26 +00:00
Jani Taskinen
782644535f MFH 2009-05-07 13:47:43 +00:00
Jani Taskinen
da7302f792 MFH 2009-05-07 13:44:23 +00:00
Zoe Slattery
f2cc5467da fixing missing semi-colon 2009-05-07 13:26:00 +00:00
Ilia Alshanetsky
9861f86c9f Fixed compiler warning 2009-05-07 12:39:26 +00:00
Felipe Pena
a2516cd273 - Missing title 2009-05-07 12:15:40 +00:00
Felipe Pena
dcfe5d7140 - MFH: Parameter parsing changes for get_defined_constants() (Kalle) 2009-05-07 12:08:09 +00:00
Scott MacVicar
4b34028479 BFN 2009-05-07 11:29:32 +00:00
Scott MacVicar
e718846c5b MFH Update bundled libsqlite to 3.6.14 2009-05-07 11:27:45 +00:00
Zoe Slattery
cba448a9d3 Replacing generate script with a new version 2009-05-07 09:21:43 +00:00
Hannes Magnusson
903f306a60 Fix tests 2009-05-07 08:08:00 +00:00
Kalle Sommer Nielsen
686c3975e7 use have been a keyword in a forever, thanks Greg 2009-05-07 06:58:57 +00:00
Kalle Sommer Nielsen
e4e260dc21 Windows ME is not supported either as of 5.3 2009-05-07 03:16:28 +00:00
Kalle Sommer Nielsen
036314329a * use is a reserved keyword
* notes to Windows section
2009-05-07 03:14:07 +00:00
Jani Taskinen
996eab8983 - Fixed ini deprecation message issues in tests.
# CGI headers are stripped and the error ends up there with CGI..
2009-05-06 20:32:00 +00:00
Jani Taskinen
f719e30684 MFH 2009-05-06 19:03:06 +00:00
Johannes Schlüter
508a2d0c3d Back to -dev 2009-05-06 18:57:45 +00:00
Johannes Schlüter
6eb27922d7 5.3.0RC2-dev 2009-05-06 18:51:29 +00:00
Ilia Alshanetsky
e6c96dec60 Fixed bug #48156 (Added support for lcov v1.7) 2009-05-06 14:04:46 +00:00
Felipe Pena
d64db73483 - Fixed tests 2009-05-05 18:19:16 +00:00
Zoe Slattery
56e61fb2a5 Fixed tests - thanks mgdm 2009-05-05 13:53:11 +00:00
Ilia Alshanetsky
e828880281 Fixed compiler warning due to llabs() function 2009-05-05 12:33:39 +00:00
Derick Rethans
f2ef1dec3c - Fixed bug #48149 (Cannot make interval parts larger than 9999) by
regenerating the parser.
2009-05-05 07:45:18 +00:00
Jani Taskinen
06c487133a MFH 2009-05-05 01:51:13 +00:00
Matt Wilmas
e7c5f3cfa4 Regenerate 2009-05-05 01:44:52 +00:00
Jani Taskinen
e34d4e933a MFH: ws fix 2009-05-05 01:44:22 +00:00
Greg Beaver
6f101e7c06 remove precautionary #ifdef - the problem was fixed by moving the efree inside the zend_try block 2009-05-05 01:41:51 +00:00
Matt Wilmas
09034cf3f4 MFH: Implemented manual scanning for strings/comments, plus misc. fixes 2009-05-05 01:35:44 +00:00
Jani Taskinen
af442c0bde MFH: fix build 2009-05-05 01:22:44 +00:00
Jani Taskinen
a02d4a690a - sync with HEAD 2009-05-05 01:21:10 +00:00
Matt Wilmas
4d7fe7444b Changed wording 2009-05-05 00:55:27 +00:00
Jani Taskinen
ee5c30a781 duh.. 2009-05-05 00:39:33 +00:00
Jani Taskinen
0b4875313a MFH: - Fixed Bug #45092header HTTP context option not being used (--with-curlwrappers) 2009-05-05 00:31:56 +00:00
Jani Taskinen
6611eb0b98 - Sync with HEAD 2009-05-05 00:16:21 +00:00
Kalle Sommer Nielsen
5a6d3cc42b Added E_DEPRECATED startup notice (5.3 only) 2009-05-04 21:18:22 +00:00
Scott MacVicar
048f03a46b BFN 2009-05-04 21:11:40 +00:00
Pierre Joye
ffca50ca0d - revert last commit and fix inline 2009-05-04 21:03:20 +00:00
Scott MacVicar
c48241a569 MFH Update libmagic data file to 5.02 2009-05-04 20:56:13 +00:00
Scott MacVicar
c3b88aec15 MFH Update libmagic to 5.02 2009-05-04 20:54:53 +00:00
Pierre Joye
e274a01620 - a macro will just do it too 2009-05-04 20:31:02 +00:00
Derick Rethans
53bb83ab8c - MFH: Fixed warnings 2009-05-04 19:55:47 +00:00
Jani Taskinen
ce86c511c4 - Fix news 2009-05-04 19:02:26 +00:00
Pierre Joye
b4a46c8693 - cleaner fix 2009-05-04 17:11:22 +00:00
Pierre Joye
65a9530849 - add llabs 2009-05-04 17:09:33 +00:00
Scott MacVicar
cbc9e850b9 Add missing prototypes for mhash, no code changes. 2009-05-04 16:37:31 +00:00
Pierre Joye
7cfcf294a0 - fix build 2009-05-04 16:28:50 +00:00
Pierre Joye
8991998d7a - win extension_dir 2009-05-04 15:20:38 +00:00
Antony Dovgal
79d1691d11 MFH: use correct function 2009-05-04 14:44:46 +00:00